Skip to content
Snippets Groups Projects
Select Git revision
  • 58c6cdb03a917e26ac1b9f54e76f07f34a1ce57e
  • master default protected
2 results

mattermost-matchmaker

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tamas Kiss authored
    58c6cdb0
    History

    Mattermost Coffee Bot

    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