Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/premod1/cookieclicker-automation
- Owner: Premod1
- Created: 2024-11-09T09:56:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:06:05.000Z (3 months ago)
- Last Synced: 2025-01-05T15:48:05.945Z (about 1 month ago)
- Topics: python3, selenium
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd 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!