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.1b3.tar.gz
(22.5 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.1b3.tar.gz.
File metadata
- Download URL: fruitbot-1.0.1b3.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ee91f46285c8d84580789381b8f9eb849bd2b223df54cd2d718115f4017aeb5
|
|
| MD5 |
66c445c0504ac18006f73167be4425d2
|
|
| BLAKE2b-256 |
45969af8f314dcd71763155081966ae9d52a87d10c1a116368f022fa98dccdec
|
File details
Details for the file fruitbot-1.0.1b3-py3-none-any.whl.
File metadata
- Download URL: fruitbot-1.0.1b3-py3-none-any.whl
- Upload date:
- Size: 24.4 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 |
ed3f4a5afa0cf3d0c11886fed0f387c4e1b1ee91cc01713bb17a7df5f7b90d49
|
|
| MD5 |
d60e8550295f1520698fafd46e0e5c7f
|
|
| BLAKE2b-256 |
083a7650fd18440cea95c26b98b6240ceaa9952bff4a003840f0da167dc60371
|