- Required Python 3.7.3
- Make a virtual environment with
python -m venv venv
- Enable the virtual environment mode with
call ./venv/scripts/activate
for windows orsource ./venv/bin/activate
for linux - Install dependencies with
pip install -r requirements.txt
- Setup the environment variables, 3 are needed:
- BOT_TOKEN (Discord's bot secret token)
- BOT_AIS_KEY (AISWEB API key)
- BOT_AIS_TOKEN (AISWEB API pass)
- Here you can see how to use and request your Discord's bot token
- Here you can see how to use and request your AISWEB API key
- Start the bot with
python bot.py
orpython3 bot.py
Working with Discord API 1.0.1