Skip to content

CookieClicker Bot: A simple Python automation script that clicks the cookie in the Cookie Clicker game for you.

Notifications You must be signed in to change notification settings

Premod1/CookieClicker-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CookieClicker Automation with Selenium

This script automates the clicking of the cookie in the Cookie Clicker game using Selenium and Python. The script performs the following actions:

  1. Opens the Cookie Clicker website.
  2. Selects the language as English.
  3. Clicks the big cookie for 5 minutes.
  4. Optionally, the script can be extended to perform further actions on the website.

Requirements

  • Python 3.x
  • Selenium
  • WebDriver Manager
  • Chrome WebDriver

Setup

  1. Install Python dependencies: You need to install the required libraries before running the script. You can do this by running the following command:

    pip install selenium webdriver-manager
    

How to Clone and Use

Follow these steps to clone and use the repository:

1. Clone the repository

Clone this repository to your local machine using the following command:

git clone https://github.com/Premod1/CookieClicker-Automation.git

cd CookieClicker-Automation

pip install -r requirements.txt

pip install selenium webdriver-manager

python main.py 

Key Changes:

  1. Cloning the repository:

    • Added steps to clone the repository from GitHub and navigate to the project directory.
  2. Setting up the environment:

    • Instructions on setting up Python and installing dependencies using pip.
  3. Running the script:

    • Added clear instructions to run the automation script with python main.py.
  4. License section:

    • Includes a mention of the MIT License (or you can replace it with any license you’re using).

This should help users easily clone the repository and get started with your project. Let me know if you need further adjustments!

About

CookieClicker Bot: A simple Python automation script that clicks the cookie in the Cookie Clicker game for you.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages