All Projects → Lujeni → Matterllo

Lujeni / Matterllo

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Matterllo

Mattermost ynh
Mattermost package for YunoHost
Stars: ✭ 21 (-74.07%)
Mutual labels:  mattermost
Mattermost Plugin Jira
JIRA plugin for Mattermost 🔌
Stars: ✭ 58 (-28.4%)
Mutual labels:  mattermost
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-11.11%)
Mutual labels:  trello
Planka
The realtime kanban board for workgroups built with React and Redux.
Stars: ✭ 944 (+1065.43%)
Mutual labels:  trello
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-46.91%)
Mutual labels:  trello
Mattersend
Library and CLI utility to send messages to mattermost's incoming webhooks
Stars: ✭ 68 (-16.05%)
Mutual labels:  mattermost
Trellototrac
Trac plugin for import Trello card
Stars: ✭ 10 (-87.65%)
Mutual labels:  trello
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+1385.19%)
Mutual labels:  mattermost
Octoslack
OctoPrint plugin for Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, & Microsoft Teams
Stars: ✭ 50 (-38.27%)
Mutual labels:  mattermost
Mmctl
A remote CLI tool for Mattermost
Stars: ✭ 70 (-13.58%)
Mutual labels:  mattermost
Add To Trello
Chrome extension to make it easier to add cards to Trello from your browser
Stars: ✭ 31 (-61.73%)
Mutual labels:  trello
Justmytrello
Chrome extension - Filter the cards that are assigned to you on Trello
Stars: ✭ 42 (-48.15%)
Mutual labels:  trello
Boardforgithub
A small application to monitor your GitHub project web page in a webview-based native macOS app
Stars: ✭ 69 (-14.81%)
Mutual labels:  trello
Mattermost Openshift
An OpenShift 3 application template for mattermost
Stars: ✭ 27 (-66.67%)
Mutual labels:  mattermost
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1350.62%)
Mutual labels:  trello
Trelloapp
A simple unofficial wrapper application for Trello.com
Stars: ✭ 12 (-85.19%)
Mutual labels:  trello
Sharebook Frontend
Projeto frontend de código livre para o app Sharebook.
Stars: ✭ 59 (-27.16%)
Mutual labels:  trello
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-3.7%)
Mutual labels:  mattermost
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+1379.01%)
Mutual labels:  trello
Trello Clone
A Trello clone made using Django and React
Stars: ✭ 70 (-13.58%)
Mutual labels:  trello

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].