Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```