An open API service indexing awesome lists of open source software.

https://github.com/lujeni/matterllo

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels
https://github.com/lujeni/matterllo

mattermost trello

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# What is Matterllo ?
Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels

![matterllo_logo](matterllo.png)

# Quick Start
## Common part
[**Here**](COMMON.md)

## Usage
### via Docker
```
$ make help
$ make local
```

## via Python
```
$ export TRELLO_APIKEY=
$ 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](FAQ.md)