A Cookie Clicker Game Bot written in Python using Selenium Web Scraping Module.
Download the Python 3 installer package from the official website and install it, if not installed previously.
- Run the following in the terminal to install the modules to run your program without excussions.
pip install selenium
Also to use this bot, you should download and install Google Chrome web browser and Chrome Web Driver here.
Download the source code from the repository and run the file just as any other Python script (.py) file.
python3 main.py
- Note! For the code to work you need to replace all the placeholders with your own details. e.g.
CHROME_DRIVER_PATH.
Check out the articles below for installing.