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.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

xagpy-0.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for xagpy-0.2.tar.gz
Algorithm Hash digest
SHA256 d80f879640602401b019aa6d481e7cf131b4fabebb5930a409a737f658847836
MD5 17efe56562c6cc3e99715f792b5ff431
BLAKE2b-256 53daf8be4641b623df30a168663c0f50f5bff756f3913a37d55434867b589372

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for xagpy-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c12f9d956b0c2ff82b98184b31eb9c5a703d409f018e6457e373752e49fca133
MD5 6db2539b39aae933c217f2e369dd5846
BLAKE2b-256 203224595d34552a0ae5ba982b1822faccb04c923bef963d99d78eeb5ef3bf23

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