This Bot is for monkeytype.com built with selenium webdriver - python
git clone https://github.com/developerrahulofficial/monkeytype-bot
pip install -r requirements.txt
python3 MonkeyBot.py
- Running MonkeyBot.py should open a browser with instructions
- Avoid using mouse inputs; stick to keyboard inputs like enter
- The failsafe is
esc key
, which will close the program - Customize your code by editing the
constants
inMonkeyBot
class