Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supersjgk/cookie-clicker-selenium
A python script to automate the Cookie Clicker game (https://orteil.dashnet.org/cookieclicker/) using Selenium.
https://github.com/supersjgk/cookie-clicker-selenium
cookie-clicker python scripting selenium selenium-python selenium-webdriver
Last synced: 16 days ago
JSON representation
A python script to automate the Cookie Clicker game (https://orteil.dashnet.org/cookieclicker/) using Selenium.
- Host: GitHub
- URL: https://github.com/supersjgk/cookie-clicker-selenium
- Owner: supersjgk
- Created: 2024-07-06T06:56:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:04:32.000Z (7 months ago)
- Last Synced: 2024-11-16T17:13:27.215Z (2 months ago)
- Topics: cookie-clicker, python, scripting, selenium, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookie-clicker-selenium
A python script to automate the Cookie Clicker game (https://orteil.dashnet.org/cookieclicker/) using [Selenium](https://www.selenium.dev/).
This script only contains clicking and purchasing features. You may add more features.
#### To run:
- Install same versions of chrome browser and chrome webdriver (https://sites.google.com/chromium.org/driver/)
- Install the requirements:
```
pip install -r requirements.txt
```
- Run the script:
```
python cookieclicker.py
```