A simple bot that provides information on Buffer cycles.
Implemented as a Slack App with a single /buffercycles
slash command.
Slash command is built using a flask app that's deployed with slam
You'll need Python 3.6 and pip.
To run the command locally:
make run
To deploy the app (make sure you have aws-cli installed and have the correct IAM credentials configured):
make deploy