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
- Host: GitHub
- URL: https://github.com/equalitie/mm-chatops
- Owner: equalitie
- License: gpl-3.0
- Created: 2018-02-27T16:36:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T00:46:55.000Z (about 8 years ago)
- Last Synced: 2025-07-13T13:44:05.683Z (12 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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