Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.3 KB

Cookie Clicker Automation Script

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.

Requirements

  1. Python 3.x
  1. Selenium WebDriver
  1. Browser (Chrome, Firefox, etc.)

Installation

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

Usage

  1. Make sure you have the appropriate web driver for your preferred browser installed and accessible in your system PATH.

  2. Run the script:

python cookie_clicker.py
  1. The script will automatically open the browser and start playing Cookie Clicker.

  2. You can adjust the parameters in the script to customize the gameplay experience, such as the clicking interval and the purchase strategy for upgrades.

Contributing

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.