Skip to content

section77/spaceapi2mattermost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spaceapi to Mattermost Bot

This Bot updates a Mattermost room according to the Spaceapi status.

A config like this is needed:

---
url: chat.domain.de
user: username
token: yourtokengoeshere

Run the Container with Docker

git clone https://github.com/section77/spaceapi2mattermost.git
cd spaceapi2mattermost
nano s77-status-bot-config.yaml

now add the config from above

sudo docker build -t spaceapi2mattermost .
sudo docker run -v ./s77-status-bot-config.yaml:/config/config.yaml:ro -d --name sapi2mm spaceapi2mattermost

to stop the container:

sudo docker stop sapi2mm

Interesting links:

About

Spaceapi to Mattermost Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published