Revas Simulations made simple
Now with SPEED
- Newest
Anaconda
orMiniconda
OR Python 3.9.9 Microsoft Edge
(HA!)Microsoft Edge Driver
conda env create -f environment.yml
conda env export --no-builds > environment.yml
conda activate revasbot
conda deactivate
python -m venv revasbot
source env/bin/activate
.\env\Scripts\activate
pip install -r requirements.txt
pip list --format=freeze > requirements.txt
python -m main
At some point, bot will stop working.
Open the terminal where it's working.
You'll be asked to choose the game for the bot.
After selecting a game, the bot will continue working.
RevasBot uses ANSI codes for colorful messages.
On Windows, if you are using Command Line
,
you need to install ansicon.
Works straight out of the box on PowerShell
without any additional software.
autopep8 <file_name> -i
pylint <module_name>
pylint <module_name> -r y