An open API service indexing awesome lists of open source software.

https://github.com/equalitie/mm-chatops

This is a MatterMost chatops bot for the eQ team
https://github.com/equalitie/mm-chatops

Last synced: 9 months ago
JSON representation

This is a MatterMost chatops bot for the eQ team

Awesome Lists containing this project

README

          

# MM-chatops

A MatterMost chatops bot for eQ. A lot of generic nag code.

## install
```
virtualenv --no-site-packages -p python3 virt
source virt/bin/activate
pip install -r requirements.txt
```

## run
MATTERMOST_BOT_SETTINGS_MODULE=mattermost_bot_settings matterbot

## nice to have
- integration w/ owncloud calendar
- -github 2fa check-
- user localtime reporter

## make a real bot
https://mattermost-bot.readthedocs.io

--timball