Skip to content

🖐️🦾 A python bot made to win typing tests at 10fastfingers.com

Notifications You must be signed in to change notification settings

gustavo-bordin/typing-test-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typing test bot

A python bot made to win typing tests at 10fastfingers.com

Running example

1. What is used?

  • Selenium

2. How do i install this bot?

2.1. First of all, install chromedriver and selenium:

To install chromedriver, access: https://chromedriver.chromium.org/downloads
  • Make sure you are installing the same version of your google chrome.

To install selenium, type:
$ pip install selenium

2.2. If chromedriver and selenium is correctly installed, clone this repo in your system:

$ git clone https://github.com/gustavobordinho/typing-test-bot.git

2.3. Once it is cloned, enter in the created folder:

$ cd typing-test-bot

2.4. Paste chromedriver.exe inside the created folder, bot.py and chromedriver.exe must be in the same directory.

2.5. Now, just run the file bot.py passing your 10fastfingers' login and password as parameters:

$ python bot.py mylogin mypassword123

2.4. Enjoy!

About

🖐️🦾 A python bot made to win typing tests at 10fastfingers.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages