https://github.com/brint/cheating_bad
A way to play clicking bad without having to click
https://github.com/brint/cheating_bad
Last synced: about 1 year ago
JSON representation
A way to play clicking bad without having to click
- Host: GitHub
- URL: https://github.com/brint/cheating_bad
- Owner: brint
- License: apache-2.0
- Created: 2013-10-24T21:24:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T22:14:55.000Z (almost 12 years ago)
- Last Synced: 2025-02-08T05:19:23.724Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cheating bad
============
This is an app to test leveraging [Selenium](http://www.seleniumhq.org/)
to emulate manually playing [Clicking Bad](http://clickingbad.nullism.com/).
This simple [Python](http://python.org/) script that currently just cooks
and sells. The script allows for a user to interact with the game and will
rescue any failures with a 5 second sleep, and then it'll scroll back to the
top of the window and start cooking again.
Chrome is used due to it's superior performance versus Firefox. If you don't
believe me, run them side by side and you'll see Chrome smoke Firefox.
Requirements
============
* [Google Chrome](https://www.google.com/chrome)
* [ChromeDriver](http://chromedriver.storage.googleapis.com/index.html?path=2.4/)
* [Python pip](https://pypi.python.org/pypi/pip)
* [virtualenv](http://virtualenv.readthedocs.org/en/latest/)
Getting Started
===============
```
git clone
cd cheating_bad
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python bad.py
```