A simple starboard/starbot for a Discord guild. Will listen for a given emoji reaction on all messages in all channels, and post messages reaching a given threshold to a channel defined in the config.
Requires Python 3.5.3 or later, Pipenv, and Postgresql
- Install dependencies with
pipenv install
- Copy
config.example.py
toconfig.py
and add your bot token. - Create an empty SQLite database called
stars.db
- Run with
pipenv run python -m main