Skip to content

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

License

Notifications You must be signed in to change notification settings

osuripple/DonorBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages