A simple bot for daily meetings.
- Python 3.4+
- Set SLACK_BOT_TOKEN in setup.sh (you may find @ api.slack.com/apps/<APP_ID>/oauth)
source ./setup.shpython bot.py
- Add
registercommand or something else to register new users - Use threading.Timer to randomize report time, set them apart 5 minutes
- Add
ignore me for # dayscommand - Add
statscommand to display report rates for each user - Improve help output