https://github.com/thelogicmaster/webkinzbot
A bot for Webkinz mini-games
https://github.com/thelogicmaster/webkinzbot
bot python
Last synced: 8 months ago
JSON representation
A bot for Webkinz mini-games
- Host: GitHub
- URL: https://github.com/thelogicmaster/webkinzbot
- Owner: TheLogicMaster
- License: wtfpl
- Created: 2020-07-18T18:47:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T01:09:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T06:26:20.269Z (over 1 year ago)
- Topics: bot, python
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebkinzBot
This is a bot for playing Webkinz mini-games
Currently only supports Cash Cow and gets around $350/hour
## Installation
```shell script
git clone https://github.com/TheLogicMaster/WebkinzBot.git
cd WebkinzBot
easy-install .
```
## Usage
```shell script
python WebkinzBot.py
```
## Configuration
OpenCV is used to search the screen for the game window boundaries and
buttons, so those images can be replaced to better fit one's setup or the tolerance
parameters in function calls for 'find_in_image' can be decreased to more freely
match images. The commented out lines can be uncommented to draw the OpenCV matches
to game.png for debugging.