You don't need to complete skillchecks anymore, let the bot do it while you enjoy the game!
Инструкция на русском языке
- Windows 10;
- Python 3.5 if you want to run it from the sources.
You have 2 options to use this bot: launch an application that I've built for you or run the source code using Python's interpreter. It's up to you how to use it.
- Download the files from this repository
- If you want just run-and-use the bot, go to the dist/main folder and launch main.exe.
- Just enter the game and start repairing anything. You'll see the magic!
- If you want to stop the bot, just press and hold
Q
for 3 seconds or close the window.
If for any reasons you want to run the bot from the sources, make sure that you have Python 3.5 and pip installed. At first install all the packages using pip install -r requirements.txt
Most probably some packages won't be installed via pip so you have to download them manually. If everything is fine, just run python main.py
and enjoy!