https://github.com/yashladha/10-fast-fingers-hack
Hack of 10fastfingers
https://github.com/yashladha/10-fast-fingers-hack
10-fast-fingers automation hack python script selenium-webdriver typing
Last synced: 4 months ago
JSON representation
Hack of 10fastfingers
- Host: GitHub
- URL: https://github.com/yashladha/10-fast-fingers-hack
- Owner: yashLadha
- Created: 2017-06-24T10:55:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T09:44:24.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T15:30:26.164Z (6 months ago)
- Topics: 10-fast-fingers, automation, hack, python, script, selenium-webdriver, typing
- Language: Python
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hack for 10 Fast Fingers
This is a script which opens a browser session of 10fastfingers and implements the `GOD typing Hack`If you to use it on your account, change the code at line 6 as
```py
profile = webdriver.FirefoxProfile('/home/{your_username}/.mozilla/firefox/{your_default_profile}')
driver = webdriver.Firefox(profile)
```**But use it at your own risk, as this may be suspicious to have GOD typing speed on web**
If you just want to test this script, just run it as it is, and there is no change in code.
## Dependencies
```
selenium==2.53.6
```## Execution
```sh
pip install -r requirements.txt
python 10_fast.py
```**Enjoy The Hack | Try at your own risk**