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

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.

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
![ss1](./screenshots/1.png), ![ss2](./screenshots/2.png), ![ss3](./screenshots/3.png), ![ss4](./screenshots/4.png)

## 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*