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
-
Join this discord server
-
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
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 xagpy-0.55.tar.gz.
File metadata
- Download URL: xagpy-0.55.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6cf89f26b1c57c3e497bb593920bef3052c39af6d7b6822c3b881deee08a8e6
|
|
| MD5 |
2fdf60ffc282e566c8a820c101f397f3
|
|
| BLAKE2b-256 |
ad021263d13717b7263730d5597594f35e628e6a2855936b29dacbe2e27ed264
|
File details
Details for the file xagpy-0.55-py3-none-any.whl.
File metadata
- Download URL: xagpy-0.55-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507ecae5aea6dc879fee9515b5ea94e43969c66bfcc84e6b0e054c3183da708e
|
|
| MD5 |
80485529611af54bde0ae800250cc03b
|
|
| BLAKE2b-256 |
2b45bd5502ff6bdcf6877369ee1aae5e1fc583d5cffe3a2086111dc69810d379
|