Advanced Python wrapper for "treasure.cx".
Project description
treasurecx
Advanced Python wrapper for "treasure.cx".
Synchronous Usage
import treasurecx
account_types = treasurecx.account_types() # Get account types
print(account_types)
account = treasurecx.generate(type=1) # Generate a Minecraft account
print(account) # {'status': '...', 'message': '...'}
Asynchronous Usage
import treasurecx.asynchronous
account_types = await treasurecx.asynchronous.account_types() # Get account types
print(account_types)
account = await treasurecx.treasure_async.generate(type=1) # Generate a Minecraft account
print(account) # {'status': '...', 'message': '...'}
Synchronous Commands
account_types
treasurecx.account_types(source="API")
Return a list of account types.
Arguments:
[source]: The app/website from which the user generated a link (e.g. Discord) || "API" by default
generate
treasurecx.generate(type_=1, source="API")
Generate an account with the provided type.
Arguments:
[type_]: Type of account you want to generate (int) || 1 (Minecraft) by default
[source]: The app/website from which the user generated a link (e.g. Discord) || "API" by default
Account types can be fetched using treasurecx.treasurecx.account_types().
Asynchronous Commands
account_types
await treasurecx.account_types(source="API")
Return a list of account types.
Arguments:
[source]: The app/website from which the user generated a link (e.g. Discord) || "API" by default
generate
await treasurecx.generate(type_=1, source="API")
Generate an account with the provided type.
Arguments:
[type_]: Type of account you want to generate (int) || 1 (Minecraft) by default
[source]: The app/website from which the user generated a link (e.g. Discord) || "API" by default
Account types can be fetched using treasurecx.treasurecx.account_types().
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
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 treasurecx-1.0.1.tar.gz.
File metadata
- Download URL: treasurecx-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dc3c33d6711746fa44fdb4fa234ad83ea9927a982f9a78e5b5cc6c8ce71eb97
|
|
| MD5 |
56ffdc64af6ea96058edf01e6094f63a
|
|
| BLAKE2b-256 |
c68ac186d3c71b385c6c5c292436df00a2f852dbcefa13752d6f0b0b2c50d12d
|
File details
Details for the file treasurecx-1.0.1-py3-none-any.whl.
File metadata
- Download URL: treasurecx-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e485bf1d43707874bacec1b1920a3152345b8533357ff1f9b1750d15a9ba4c47
|
|
| MD5 |
695ba3cacdf961aaaddaa1c7159db32c
|
|
| BLAKE2b-256 |
3205609ea7eec6daa8803772f37d6e6d1313e5fe5b3016024464ca2091581760
|