/DonorBot

Discord bot that handles donor role and custom roles for donators. mirror of https://zxq.co/ripple/DonorBot

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

DonorBot Code Health

This Discord bot handles custom roles (and custom username colors) for Ripple donors.

Requirements

  • Python 3.5
  • MySQLdb (mysqlclient)
  • Discord.py
  • Bottle
  • Gevent

Setting up

Install the dependencies

$ pip install -r requirements.txt

Then run the bot once to create the config file

$ python3 donorbot.py

Edit the config file with your ripple db credentials and discord bot/server info

$ nano config.json

...and run the bot

$ python3 donorbot.py

License

All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information