/cyclebot

A simple bot that provides information on Buffer cycles.

Primary LanguagePythonMIT LicenseMIT

Cycle Slack Bot

A simple bot that provides information on Buffer cycles.

Technical details

Implemented as a Slack App with a single /buffercycles slash command.

Slash command is built using a flask app that's deployed with slam

Development/Deployment

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