https://github.com/pranjalco/automatic-cookie-clicker-bot
An automated game-playing bot created using Selenium and Python to play the **Cookie Clicker** game. The bot clicks the cookie continuously, evaluates affordable upgrades every 5 seconds, and buys the most expensive one to maximize cookies per second. The bot stops after 5 minutes and displays the "cookies/second" rate achieved during the session.
https://github.com/pranjalco/automatic-cookie-clicker-bot
automation development game-bot intermediate programming-language python selenium selenium-python
Last synced: 6 months ago
JSON representation
An automated game-playing bot created using Selenium and Python to play the **Cookie Clicker** game. The bot clicks the cookie continuously, evaluates affordable upgrades every 5 seconds, and buys the most expensive one to maximize cookies per second. The bot stops after 5 minutes and displays the "cookies/second" rate achieved during the session.
- Host: GitHub
- URL: https://github.com/pranjalco/automatic-cookie-clicker-bot
- Owner: pranjalco
- License: mit
- Created: 2025-01-27T17:10:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:13:12.000Z (11 months ago)
- Last Synced: 2025-03-16T18:48:11.943Z (11 months ago)
- Topics: automation, development, game-bot, intermediate, programming-language, python, selenium, selenium-python
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic Cookie Clicker Bot
This project is a **Selenium-based game bot** that automates gameplay for **Cookie Clicker**. It continuously clicks the cookie, evaluates upgrades every 5 seconds, and prioritizes the most expensive one to maximize performance. The bot stops after 5 minutes and displays the cookies-per-second rate.
## Screenshots
, , , 
## Author
Pranjal Sarnaik
## Features
- Automates cookie clicking.
- Buys the most expensive upgrade every 5 seconds.
- Runs for 5 minutes and tracks performance.
- Uses **Selenium** to interact with the game webpage.
## Level
Intermediate
## Tech Stack
Python | Selenium | Automation | Game Bot Development
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/automatic-cookie-clicker-bot.git
2. Run(Also install required libraries):
```bash
pip install selenium
python app.py
**Created by Pranjal Sarnaik**
*Released under the MIT License*