Discord bot that handles donor role and custom roles for donators
Find a file
2018-05-26 00:13:09 +02:00
bot ops 2018-05-26 00:13:09 +02:00
constants PEP8, refactoring 2016-12-31 11:38:10 +01:00
helpers Fix class name 2017-01-24 15:44:46 +01:00
objects L'indentazione 2016-12-31 11:51:02 +01:00
web Fix wrong column name when removing custom profile backgrounds 2017-01-04 10:08:06 +01:00
.gitignore Add .pyenv to .gitignore 2018-04-13 23:34:21 +02:00
.landscape.yaml Add landscape config file 2016-12-31 11:48:12 +01:00
donorbot.py Use new mysql connector class 2017-01-24 15:43:19 +01:00
LICENSE First commit 2016-08-21 15:10:15 +02:00
README.md Add landscape badge in README 2016-12-31 11:51:29 +01:00
requirements.txt Pin requirements 2018-04-13 23:31:08 +02:00

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