{"id":26107055,"url":"https://github.com/savvythelegend/monkeytype-bot","last_synced_at":"2025-12-05T18:02:38.561Z","repository":{"id":281493459,"uuid":"945448551","full_name":"Savvythelegend/MonkeyType-BOT","owner":"Savvythelegend","description":"MonkeyType Bot 🚀 A simple Selenium-based bot that automates typing on MonkeyType. It detects active words and types them automatically.  ⚠ For educational and fun purposes only. Misuse may violate website policies.","archived":false,"fork":false,"pushed_at":"2025-03-09T13:20:04.000Z","size":9114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T14:19:01.454Z","etag":null,"topics":["automation","func","game","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Savvythelegend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-09T12:59:36.000Z","updated_at":"2025-03-09T13:47:46.000Z","dependencies_parsed_at":"2025-03-09T14:29:03.619Z","dependency_job_id":null,"html_url":"https://github.com/Savvythelegend/MonkeyType-BOT","commit_stats":null,"previous_names":["savvythelegend/monkeytype-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savvythelegend%2FMonkeyType-BOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savvythelegend%2FMonkeyType-BOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savvythelegend%2FMonkeyType-BOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savvythelegend%2FMonkeyType-BOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Savvythelegend","download_url":"https://codeload.github.com/Savvythelegend/MonkeyType-BOT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242762737,"owners_count":20181266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","func","game","python","selenium"],"created_at":"2025-03-09T22:43:01.335Z","updated_at":"2025-12-05T18:02:33.527Z","avatar_url":"https://github.com/Savvythelegend.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **MonkeyType Bot 🚀**\nA **Selenium-based bot** that automates typing on [MonkeyType](https://monkeytype.com/), an online typing speed test platform.  \n\n## **📌 Features**\n- Automatically types words from the MonkeyType test.  \n- Uses **Selenium WebDriver** for automation.  \n- Stops execution when the `Esc` key is pressed.  \n- Implements **explicit waits** for better stability.  \n\n---\n\n## **🛠️ Requirements**\nEnsure you have the following installed:  \n\n1. **Python 3.7+** ([Download](https://www.python.org/downloads/))  \n2. **Google Chrome** ([Download](https://www.google.com/chrome/))  \n3. **Chrome WebDriver** ([Download](https://sites.google.com/chromium.org/driver/))  \n4. Required Python packages:  \n\n```bash\n   pip install selenium keyboard\n   ```\n---\n\n## **🚀 Installation \u0026 Setup**\n### **1️⃣ Clone the Repository**\n```bash\ngit clone https://github.com/your-username/MonkeyType-BOT.git\ncd MonkeyType-BOT\n```\n\n### **2️⃣ Download Chrome WebDriver**\n- Go to [Chrome WebDriver](https://sites.google.com/chromium.org/driver/).  \n- Download the **matching version** for your Chrome browser.  \n- Place the `chromedriver.exe` in the `webdriver/chromedriver/` folder inside your project.  \n\n---\n\n## **⚡ Usage**\nRun the bot using:  \n\n```bash\npython script.py\n```\n\n### **🛠️ Configuration**\nEdit the script (`bot.py`) to update:  \n\n- **WebDriver Path** (`DRIVER_PATH`)  \n  ```python\n  DRIVER_PATH = './webdriver/chromedriver/chromedriver.exe'\n  ```\n  Update this based on where your WebDriver is located.  \n\n- **Website URL**  \n  ```python\n  URL = 'https://monkeytype.com/'\n  ```\n  No need to change unless the website changes its structure.  \n\n- **XPath for Words** (`WORDS_XPATH`)  \n  ```python\n  WORDS_XPATH = '/html/body/div[11]/main/div/div[3]/div[7]/div[4]/div'\n  ```\n  This may change if MonkeyType updates its site layout.  \n\n---\n\n## **🎯 How It Works**\n1. Opens [MonkeyType](https://monkeytype.com/).  \n2. Waits for the typing area to load.  \n3. Extracts words from the page.  \n4. Types the words automatically.  \n5. Stops if you press the **Esc** key.  \n\n---\n\n## **⚠️ Disclaimer**\n- **Use at your own risk**. Automating typing tests may violate the website’s **terms of service**.  \n- This project is for **educational purposes only**.  \n\n---\n\n## **🤝 Contributing**\nFeel free to open **issues** or submit **pull requests** if you find bugs or improvements!  \n\n---\n\n## **📜 License**\nThis project is **open-source** under the MIT License.  \n\n---\n\n## **🔗 Author**\n👤 **Savvythelegend**  \n🔗 [GitHub Profile](https://github.com/Savvythelegend)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavvythelegend%2Fmonkeytype-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavvythelegend%2Fmonkeytype-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavvythelegend%2Fmonkeytype-bot/lists"}