Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

treasurecx-1.0.1.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

treasurecx-1.0.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

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

Hashes for treasurecx-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0dc3c33d6711746fa44fdb4fa234ad83ea9927a982f9a78e5b5cc6c8ce71eb97
MD5 56ffdc64af6ea96058edf01e6094f63a
BLAKE2b-256 c68ac186d3c71b385c6c5c292436df00a2f852dbcefa13752d6f0b0b2c50d12d

See more details on using hashes here.

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

Hashes for treasurecx-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e485bf1d43707874bacec1b1920a3152345b8533357ff1f9b1750d15a9ba4c47
MD5 695ba3cacdf961aaaddaa1c7159db32c
BLAKE2b-256 3205609ea7eec6daa8803772f37d6e6d1313e5fe5b3016024464ca2091581760

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page