Skip to content

AlexandrVLopatin/mmrelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMRelay

It's just and example how to handle Mattermost WebSocket events and relay them to your backend.

Requirements:

python 3.5+

Installation:

git clone https://github.com/AlexandrVLopatin/mmrelay.git
cd mmrelay
pip install -r requirements.txt

Configuration

There are several options defined by consts in mmreplay.py:

  • MM_URL: Mattermost API endpoint
  • MM_WSURL: Mattermost WebSocket endpoint
  • MM_LOGIN: Mattermost admin username
  • MM_PASSWORD: Mattermost admin password
  • CALLBACK_URL: Your API endpoint
  • CALLBACK_TIMEOUT: Your API request timeout

About

Mattermost events relay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •