Code Monkey home page Code Monkey logo

cookie-monster's Introduction

Cookie-Monster

A Cookie Clicker Automation

This project automates the gameplay of the popular online game Cookie Clicker using Selenium WebDriver. It includes automated clicking on the big cookie, as well as purchasing upgrades and products to increase the cookie production rate.

Features

  • Automatic Cookie Clicking: Continuously clicks on the big cookie to produce cookies.
  • Automated Upgrades: Automatically purchases available upgrades to increase cookie production efficiency.
  • Product Purchases: Buys new products for cookie production as soon as they become available and affordable.

Getting Started

Prerequisites

  • Python 3.x
  • Selenium WebDriver
  • Chrome WebDriver (compatible with your Chrome version)

Installation

  1. Clone the repository:
git clone https://github.com/Paramvir12121/Cookie-Monster.git
  1. Create a virtual environment
python -m venv venv
  1. Start the virtual environment
  • For windows:
venv/Scripts/activate
  • For Linux:
Source venv/bin/activate
  1. Install the required Python packages:
pip install selenium

Running the Script

  1. Navigate to the project directory:
cd cookie-monster
  1. Run the script:
python main.py
  1. Watch as the scipt does the clicking for you, knowing you have just automated your fun.

Usage

The script starts by opening the Cookie Clicker game in a new Chrome window and then begins the automation process. It will automatically click on the big cookie, purchase upgrades, and buy new products to increase the production of cookies.

You can stop the script at any time by closing the Chrome window or terminating the script execution in your command line interface.

Contributing

Contributions to improve the automation script are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

cookie-monster's People

Contributors

paramvir12121 avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.