This repository contains a Python script for automating gameplay in the popular browser-based game Cookie Clicker. The script allows users to automate the clicking process and purchase upgrades to optimize cookie production.
- Python 3.x
- Selenium WebDriver
- Browser (Chrome, Firefox, etc.)
Clone this repository to your local machine:
git clone https://github.com/pakheria/cookie-clicker-automation.git
Navigate to the project directory:
cd cookie-clicker-automation
Install the required dependencies using pip:
pip install -r requirements.txt
-
Make sure you have the appropriate web driver for your preferred browser installed and accessible in your system PATH.
-
Run the script:
python cookie_clicker.py
-
The script will automatically open the browser and start playing Cookie Clicker.
-
You can adjust the parameters in the script to customize the gameplay experience, such as the clicking interval and the purchase strategy for upgrades.
Contributions are welcome! If you'd like to add new features, improve existing ones, or fix any issues, feel free to open a pull request.