Bot that gets recent listings and sales of Axies.
Note: It is assumed that you already have Python 3.9+ installed and have obtained a bot token from the discord developer portal.
- Download or clone this repository via the Green button on the top right that says "Code"
- Drag the download to your Desktop and unzip it (if you downloaded it)
- Open the file named
.env
with notepad and paste your bot token in the token field (TOKEN = <your token here>
) - Run command prompt and type
cd Desktop
followed bycd AxieMarketplaceBot-master
- Type
py -m pip install -r requirements.txt
and wait till the packages are finished installing - Type
py app.py
and you're all set. Keep the command prompt running to keep the bot online.