Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/premod1/cookieclicker-automation

CookieClicker Bot: A simple Python automation script that clicks the cookie in the Cookie Clicker game for you.
https://github.com/premod1/cookieclicker-automation

python3 selenium

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# CookieClicker Automation with Selenium

This script automates the clicking of the cookie in the [Cookie Clicker](https://orteil.dashnet.org/cookieclicker/) 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:

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

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