##Housepoints
A Slack bot for awarding house points
- Make a new Slack App at
https://api.slack.com/apps - Give it the Event Subscription (reaction added), Bot, and Interactivity permissions
- Install requirements with
pip install -r requirements.txt - Run
python dbinit.pyto create and seed a database with houses - Run
flask runand browse to http://localhost:5000 to see it in action
