This script was made to use XAG easier, instead using discord bot or calling directly the API we can use this script to make it act as console APP
- View Coins and balances
- View Stocks
- Login Xbox Account
- Set Xbox Account Username
- Generate Xbox Account
- Check Cooldown
- Check User Info
Important
To get the API_TOKEN please join XAG discord server: https://discord.gg/zdgHeTrkNR
This only works on Python versions 3.10 and above.
- Clone or download this repository.
https://github.com/ts0ra/XAG.git
- I recommend you to make a new virtual environment by using this command.
python -m venv .venv
- Install all dependency
pip install -r requirements.txt
- Run the script
python main.py
If you don't have python or lazy to setup the environment, you can go to release page and download compiled binary of this script.