Prerequities Core Requires:
- python >3.6 ( https://www.python.org/downloads/ )
- discord.py ( https://pypi.org/project/discord.py/ )
Plugin Requires:
- jikanpy - Myanimelist unofficial api client ( https://pypi.org/project/jikanpy/)
- CacheControl - cache the requests
- Lockfile
- mysql-connector-python
A pip requirements freeze has been provided, to install the exact versions perform this command:
pip install -r requirements.txt
Stepts to get it to work:
- Copy config.py.example and rename it to config.py
- In config set the Authkey to your bot token ( Discord Dev Porta > Select your bot > Bot > Token)
- If you run the bot on the test server, its best to change cmd prefix from the default, so that no one else triggers your bot.