Tiny Standup Bot for Slack
- multiple standups per team
- multiple standups attendees
- private daily status collection
- public standup report summary on schedule
- understands holidays and weekends
- friendly reminders
- create a bot for your team
- copy
pony.sample.yaml
topony.yaml
- put a token for newly created bot under
SLACK_TOKEN
- configure your timezone and set up standup members under
StandupPonyPlugin
- create a virtual environment with
virtualenv .env
- install requirements
pip install -r requirements.txt
- run
rtmbot --config pony.yaml
Testing is easy, assuming you have tox installed:
$ tox