telathbot

CI Coverage Status

A Discord/Xenforo bot!

Pre-requisites

Local development

  1. Create a .env file from .env-local that contains relevant variables. (Mainly this will be the Discord webhook for testign.)
  2. Run poetry install to create virtualenv and install dependencies.
  3. Run make local-dev-up to start mock Xenforo database and MongoDB. This can be used when testing.
  4. Run make test to get fresh environments, run linters and tests.

GitHub

View Github