Skip to content

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.

License

Notifications You must be signed in to change notification settings

pranjalco/automatic-cookie-clicker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ss2, ss3, ss4

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:
    git clone https://github.com/pranjalco/automatic-cookie-clicker-bot.git
    
  2. Run(Also install required libraries):
    pip install selenium
    python app.py
    

Created by Pranjal Sarnaik
Released under the MIT License

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages