This script automates the clicking of the cookie in the Cookie Clicker game using Selenium and Python. The script performs the following actions:
- Opens the Cookie Clicker website.
- Selects the language as English.
- Clicks the big cookie for 5 minutes.
- Optionally, the script can be extended to perform further actions on the website.
- Python 3.x
- Selenium
- WebDriver Manager
- Chrome WebDriver
-
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
Follow these steps to clone and use 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
-
Cloning the repository:
- Added steps to clone the repository from GitHub and navigate to the project directory.
-
Setting up the environment:
- Instructions on setting up Python and installing dependencies using
pip
.
- Instructions on setting up Python and installing dependencies using
-
Running the script:
- Added clear instructions to run the automation script with
python main.py
.
- Added clear instructions to run the automation script with
-
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!