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
- Host: GitHub
- URL: https://github.com/lujeni/matterllo
- Owner: Lujeni
- License: mit
- Created: 2016-03-06T23:17:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T15:19:45.000Z (about 1 year ago)
- Last Synced: 2025-03-28T21:01:42.813Z (about 1 year ago)
- Topics: mattermost, trello
- Language: Python
- Size: 2.74 MB
- Stars: 88
- Watchers: 9
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is Matterllo ?
Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels

# 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)