Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thefakewater authored Sep 11, 2021
1 parent 7917860 commit c9481f5
Showing 1 changed file with 41 additions and 7 deletions.
48 changes: 41 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,46 @@
</h1>
<h4 align="center">An Omegle bot built on top of <a href="https://www.selenium.dev/" target="_blank">Selenium</a>.</h4>
<p align="center">
<img src="https://img.shields.io/codefactor/grade/github/ShadowNoxX/Lux/master">
<img src="https://img.shields.io/github/last-commit/ShadowNoxX/Lux">
<img src="https://img.shields.io/github/license/ShadowNoxX/Lux">
<img src="https://img.shields.io/website?url=https%3A%2F%2Fwww.omegle.com%2F">
<img src="https://img.shields.io/github/stars/ShadowNoxX/Lux">
</p>

# Installation
1. Add your geckodriver to path
2. Create messages.txt and put your messages separated with a newline
3. Compile and run
# Build Jar
`gradlew jar`
## Features
* Automatic Skip
- Skips when user leaves.
- Skips when all messages are sent.
* Custom messages
- Write your own messages in messages.txt.
* Headless
- Choose wether or not Lux should be visible.
* Fast
- Lux is optimized for speed.
* Cross Platform
- Windows, macOS and Linux.

## How to use
To clone and run this application, you'll need [Git](https://git-scm.com), [Firefox](https://www.mozilla.org/en-US/firefox/new/), [Geckodriver to PATH](https://github.com/mozilla/geckodriver/releases) and [IntelliJ IDEA](https://www.jetbrains.com/idea/) (which comes with [Kotlin](https://kotlinlang.org/) and [Gradle](https://gradle.org/) support) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/ShadowNoxX/Lux.git

# Open it inside IntelliJ Idea

# Sync Gradle

# Run

# If you want to generate a jar file
$ gradlew jar
```

## Download
You can [download](https://github.com/ShadowNoxX/Lux/releases/) the latest installable version of Lux for Windows, macOS and Linux.

## Credits
This software uses the following open source packages:
- [Kotlin](https://github.com/JetBrains/kotlin)
- [Selenium](https://www.selenium.dev/)

0 comments on commit c9481f5

Please sign in to comment.