Skip to content

Lujeni/matterllo

Repository files navigation

What is Matterllo ?

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels

matterllo_logo

Quick Start

Common part

Here

Usage

via Docker

$ make help
$ make local

via Python

$ export TRELLO_APIKEY=<your_api_key>
$ virtualenv venv
$ source venv/bin/activate

$ (venv) pip install -r requirements.txt
$ (venv) python manage.py migrate
$ (venv) python manage.py loaddata admin
$ (venv) python manage.py runserver

More details here

About

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published