A simple, easy-to-use and powerful library for automating gameplay in the Fruit Craft game through APIs.
Project description
fruitbot
A simple, easy-to-use and powerful library for automating gameplay in the Fruit Craft game through APIs.
Quick Example
from fruitbot import Client
from fruitbot.enums import CardPackTypes
bot = Client(session_name="fruit", restore_key="TOUR ACCOUNT RESTORE KEY")
data = bot.loadPlayer(save_session=True)
print(f"name: {data['name']}, amount of gold: {data['gold']}, id: {data['id']}")
print(bot.buyCardPack(CardPackTypes.BROWN_PACK))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fruitbot-1.0.1b2.tar.gz
(21.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fruitbot-1.0.1b2.tar.gz.
File metadata
- Download URL: fruitbot-1.0.1b2.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d875edc7c470fc46416df3ddb65f125369696a73f431c9e5adc0506c9e1fe2
|
|
| MD5 |
6883505babd7b7f19e7328c456498ad8
|
|
| BLAKE2b-256 |
765883eba4afafe97a66c229271f5753e2ffe0634c90bd4d1bdcc72b339c22b7
|
File details
Details for the file fruitbot-1.0.1b2-py3-none-any.whl.
File metadata
- Download URL: fruitbot-1.0.1b2-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd30eb4e71d647489f693c85e40d93781a6a2c725bf65a5b214aaba48aad18ae
|
|
| MD5 |
9a0787bf84982c1ca90d1ff0b8b2dc7c
|
|
| BLAKE2b-256 |
34fee6a24103578681769e30dfda02c0fe8bcafa0b18ff2c7106267ffbfd2d06
|