Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jed0050/sfgamescrapbookbot
SFGame Scrapbook Bot
https://github.com/jed0050/sfgamescrapbookbot
album bot fidget py python scrapbook script sfgame shakes shakes-and-fidget steam sticker web
Last synced: 3 days ago
JSON representation
SFGame Scrapbook Bot
- Host: GitHub
- URL: https://github.com/jed0050/sfgamescrapbookbot
- Owner: JED0050
- Created: 2023-08-17T11:08:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T00:14:49.000Z (3 months ago)
- Last Synced: 2024-08-13T02:25:25.184Z (3 months ago)
- Topics: album, bot, fidget, py, python, scrapbook, script, sfgame, shakes, shakes-and-fidget, steam, sticker, web
- Language: Python
- Homepage: https://store.steampowered.com/app/438040/Shakes_and_Fidget/
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shakes and Fidget - Scrapbook Bot
## What is it?
A bot for the game Shakes and Fidget. It can be used to find items that are not yet registered in your scrapbook.
You need to have the Real Holy Grail! Without it, the script will not work.
## How to use it?
- Start your SFGame on Steam in fullscreen.
- Open the Hall of Fame in the game and start at position X.
- Run the Python script ```bot.py```.
- Enter position X from the Hall of Fame into the script console.
- Choose the scroll direction (1 = down, 0 = up) by entering the number into the script console.
- The positions of found players will be written to the file ```bot_output_YYYY_MM_DD_HH_mm.txt```.
- Simply find those players by their HoF position in the text file and defeat those players for scrapbook credit.
## Dependencies
Python libraries keyboard and Pillow. This script probably works only on Windows.
```bash
pip install keyboard
pip install Pillow
```
## Credit
Inspired by and based on: [nkaers/ShakesBot](https://github.com/nkaers/ShakesBot)