A GroupMe bot that comes in two parts:
app.py
: callback-style bot that can give the requester an all-time leaderboardnotify.py
: job-style bot that sends a message to the group about who was the 'best' poster of the previous day.
- Modify
env.sh
to hold values that are appropriate to you and your group - Install deps with
pip install -r requirements.txt
- Schedule
notify.py
with a job manager like cron - Run
app.py
- Implement
app.py
- Look for trigger (configurable?) and reply with list of
name
:star count
- Database read
- Dockerize