Tutorial for using Selenium WebDriver with Python.
- Python 3.9 or higher
- Firefox Browser
Optinally, you can use a different browsers but you will need to modify the code.
Create a fresh virtual environment and activate it:
python3 -m venv .venv
Activate the virtual environment:
source .venv/bin/activate
Install Selenium:
pip install selenium
Run the script:
python3 CookieClicker/CookieClicker.py
Try to see if you can expand the cookie clicker, so that it can click cookies forever and upgrade items in the store.