Ever dreamed of being the fastest typer on Monkeytype? Well, dream no more! This bot uses Selenium to log into your Monkeytype account and break all the records. Made as a joke, this script will "automatically" help you reach the top of the leaderboard (although not quite legit).
- Logs into your Monkeytype account using Selenium WebDriver.
- "Types" at a superhuman speed to break all the records.
- Get to the top of the leaderboard in no time (as a joke of course).
- Eligible for the leaderboard by simulating 2 hours of typing (we've got that covered!).
This script is for educational and entertainment purposes only. Please use it responsibly. Cheating ruins the fun for others, and Monkeytype is a site where people challenge themselves to improve their typing skills. Use at your own risk!
-
Clone this repository to your local machine.
git clone https://github.com/Simba256/ExtremeTypist.git cd ExtremeTypist -
Install the necessary dependencies:
pip install selenium
-
Install your preferred browser's WebDriver. For example, for Chrome:
- Download ChromeDriver and place it in your system's PATH or in the project folder.
-
Open the script and enter your Monkeytype username and password where indicated in the code.
-
Run the script:
python MonkeyType.py
-
To qualify for the leaderboard, you need to have typed for at least 2 hours. Don't worry, we've got that covered too! Just run the
type2hrs.pyscript and let your computer do the typing for 2 hours:python type2hrs.py
-
Watch as your account "breaks" the Monkeytype leaderboard.
- Python 3.x
- Selenium
- ChromeDriver or equivalent for your browser
This project is licensed under the MIT License.