Skip to content

showi/mattermost-integration-marmiton

 
 

Repository files navigation

Marmiton Integration Service for Mattermost

This integrations service is used to enable an external search engine (Marmiton) to be queried based on commands issued in a Mattermost channel using Mattermost outgoing webhooks.

Once installed, users can type gif: keyword to send a query to the Marmiton search engine and return with a post containing one non-deterministic search result from the Marmiton database of recipes matching keyword. The recipe will appear below in the posted message.

Powered by Marmiton.

Project Goal

The goal of this project is to provide a fully-functional template on which the Mattermost community can create their own integration services. Community members are invited to fork this repo to add improvements and to create new integrations.

To have your work included on the Mattermost integrations page, please mail info@mattermost.com or tweet to @MattermostHQ.

Requirements

To run this integration you need:

  1. A web server supporting Python 2.7 or compatible versions.
  2. A Mattermost account where outgoing webhooks are enabled

Many web server options will work, below we provide instructions for Heroku and a general Linux/Ubuntu server.

Heroku-based Install

Here

Linux/Ubuntu 14.04 Web Server Install

Here

Docker install

Here

About

Marmiton Integration Service for Mattermost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Dockerfile 2.3%