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.1b1.tar.gz
(21.0 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.1b1.tar.gz.
File metadata
- Download URL: fruitbot-1.0.1b1.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dafe51150b7fb31d1828fc60196979ab9d5fb2fbecbe3dad6cdd4a1799c6b55c
|
|
| MD5 |
a3ac956bc03df027525de8620ec11ced
|
|
| BLAKE2b-256 |
8123e2c7909e18b23c248d425107f33c57bfaf6f7a077f717f1432dace2e70f8
|
File details
Details for the file fruitbot-1.0.1b1-py3-none-any.whl.
File metadata
- Download URL: fruitbot-1.0.1b1-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 |
e9b4da61c9890d981213f852279643cbe1b0544e1f738fedddcd974650c0bf96
|
|
| MD5 |
b7ca83804c2f1bff3609936bdcd26fca
|
|
| BLAKE2b-256 |
b0641289965606ef6a2b1710de3f6fa9fdfe5d28dd5e1faa6accadfe003bf3f2
|