Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 541 Bytes

Spreebot

Standalone Sinatra app for receiving Github callbacks related to issues, etc. Spreebot will automatically add/remove labels and provide helpful comments based on predefined activities and comments coming from Github.

Getting started

$ bundle install
$ rackup

Heroku

You can run Spreebot on Heroku using the following commands (you'll need to have installed the Heroku toolbelt already):

cd spreebot
heroku create
heroku config:set GITHUB_TOKEN={YOUR-PERSONAL-ACCESS-TOKEN}
git push heroku master