https://github.com/timothyjan/cookie-clicker-bot
Automated bot playing the Cookie Clicker game using Python Selenium.
https://github.com/timothyjan/cookie-clicker-bot
python selenium-webdriver
Last synced: 19 days ago
JSON representation
Automated bot playing the Cookie Clicker game using Python Selenium.
- Host: GitHub
- URL: https://github.com/timothyjan/cookie-clicker-bot
- Owner: TimothyJan
- Created: 2021-07-09T22:56:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T23:21:51.000Z (almost 5 years ago)
- Last Synced: 2025-10-24T19:08:58.076Z (7 months ago)
- Topics: python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookie-Clicker-bot
Automated bot playing the Cookie Clicker game using Python Selenium.
Cookie Clicker game: http://orteil.dashnet.org/experiments/cookie/
Bot will automatically click the cookie to increase the cookie count and every 5 seconds select the highest item it can purchase. Item costs change as you buy the items so the bot will account for this as well. Every minute the bot will output the cookies/second. Practice with Selenium Webdriver.