Skip to main content

Api wrapper for the Xag(Xbox account generator) api

Project description

xagpy

pip install xagpy

Api wrapper for the xag(xbox account generator) api

How to use

  1. Join this discord server

  2. Do /apitoken (this will be your token)

Example code

Get current coins in balance

from xagpy import xagpy

token = ""
xagpy = xagpy(token)
coins = xagpy.get_coins()
print("Coins:", coins)

Generate an account

from xagpy import xagpy

token = ""
xagpy = xagpy(token)
account = xagpy.generate_account()
print("Generated Account:", account)

Generate an account in test mode

from xagpy import xagpy

token = ""
xagpy = xagpy(token)
account = xagpy.generate_account(test_mode=True)
print("Generated Account:", account)

Get current stock

from xagpy import xagpy

stock = xagpy.get_stock()
print("Stock Data:", stock)

Need any help?

Feel free to contact me on discord(linked in my github profile)

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

xagpy-0.5.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

xagpy-0.5-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file xagpy-0.5.tar.gz.

File metadata

  • Download URL: xagpy-0.5.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for xagpy-0.5.tar.gz
Algorithm Hash digest
SHA256 feabe9927db4ad25daf4237f46414d1ea706802fdd20e802c74382023043a4b9
MD5 326fdf86726a9511066864bb32e251a0
BLAKE2b-256 f20608faa0fbb9d89331318d3ba8dff21242c22a0b46bca68bfeebbdca8b0696

See more details on using hashes here.

File details

Details for the file xagpy-0.5-py3-none-any.whl.

File metadata

  • Download URL: xagpy-0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for xagpy-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ec31fd741ea35677c49abfae138cbfe5dce6e70c9ed8c5b4b2301d04ce14af9c
MD5 f3e285204c478ef46e3826b73098f414
BLAKE2b-256 3540ad05f1ee5dd3bd3f4833be4247659a5f0cab36c0d1f761ad7cc50b45d363

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