Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 562 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 562 Bytes

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