- Python 3.8 or higher is required
- MYSQL Database
- Install required packages for the bot:
pip3 install -r requirements.txt
- Open Terminal and type
git clone https://github.com/Cercvinatori/GameTracker-Pro.git
- Install MYSQL Database from here
- Go to the discord developer portal create application and copy bot token.
- Open
config.py
and change token, HOST, USER, PASSWD, DATABASE. - Save
config.py
and run bot.py.