/garlic-bot

Count your garlic stats!

Primary LanguagePythonMIT LicenseMIT

garlic-bot

Count your garlic stats!

You can blame Dragory for this exising :)

Invite the bot

Invite

Without permissions

Running the bot

To run the bot you will need Poetry, a database (MySQL, SQLite, Postgres, MariaDB), and optionally Redis. If Redis is not configured in your .env file the bot will use an in-memory fakeredis instance.

poetry install
DB_URI=<your db uri> poetry run alembic upgrade head
poetry run task start