https://github.com/isaychris/typeracer-bot
typeracer bot powered by selenium
https://github.com/isaychris/typeracer-bot
bot selenium typeracer
Last synced: about 2 months ago
JSON representation
typeracer bot powered by selenium
- Host: GitHub
- URL: https://github.com/isaychris/typeracer-bot
- Owner: isaychris
- Created: 2018-08-18T12:47:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T13:24:22.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T14:09:05.514Z (12 months ago)
- Topics: bot, selenium, typeracer
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typeracer-bot
typeracer bot powered by selenium

### Requirements
* selenium
* firefox
* [gecko webdriver v0.20.1](https://github.com/mozilla/geckodriver/releases/tag/v0.20.1)
### Setup
To install requirements:
```
python setup.py install
```
To run the script:
```
python typeracer-bot.py
```
Default speed is set to 120WPM.
### TODO
* Error Handling
* Captcha solving
* WPM formula needs tweaking