Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 447 Bytes

File metadata and controls

12 lines (8 loc) · 447 Bytes

##Housepoints

A Slack bot for awarding house points

  1. Make a new Slack App at https://api.slack.com/apps
  2. Give it the Event Subscription (reaction added), Bot, and Interactivity permissions
  3. Install requirements with pip install -r requirements.txt
  4. Run python dbinit.py to create and seed a database with houses
  5. Run flask run and browse to http://localhost:5000 to see it in action

Screenshot