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.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

xagpy-0.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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