##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.py
to create and seed a database with houses - Run
flask run
and browse to http://localhost:5000 to see it in action