Skip to content
Snippets Groups Projects

Mattermost Matchmaker

The purpose of this small bot is to act as a matchmaker for users that shares channel with the bot.

Development

To set up a local development environment, run:

virtualenv --python python3 virtualenv
. ./virtualenv/bin/activate

pip install -r requirements-local.txt

The supported IDE for this project is VScode

To run tests: python -m pytest To run coverage: coverage run -m pytest; coverage report -m