/credditor

Social credit bot for Discord. This is not meant to be r4cist, is just a joke with some friends and a coding project I forked.

Primary LanguagePythonMIT LicenseMIT

credditor

Social credit bot for Discord

what is this?

This is a discord bot that acts as a social credit monitor for servers. It is a reference to the notorious Chinese social credit system, and memes generated around it.

It reacts to certain keywords, and will send a message giving positive or negative social credit depending on the contents.

running

The discord.py extension is required, pip -r requirements.txt.

Run the query.sql in your mysql db.

Insert the credentials of your db in src/credditor.py.

To start the bot, simply clone the repository, navgate to the src/ folder, and execute python3 credditor.py {bot token}.

The Discord bot token has to be presented at runtime for secutity purposes.

contributing

Contributing is welcome and appreciated. All you have to do is submit a pull request!

Features are listed in ROADMAP.md. If you want features added, feel free to request it in there -- if I find it to be worth my time, I'll accept the commit and it'll be in the ROADMAP for me to stare at and eventually do something with!

All contributions are licensed under the MIT License, as with this project. By submitting a pull request, you agree with this stipulation.