Vanguard is a slack bot. It reports the state of github repository when somebody mentions.
-
Get token.
-
Install bot.
$ go get github.com/vampirewalk/vanguard
$ echo "SLACK_TOKEN=YOUR_REAL_TOKEN" > .env
$ go run main.go
- Install the Heroku Toolbelt.
$ heroku login- Deploy the app.
$ go get github.com/vampirewalk/vanguard
$ cd $GOPATH/src/github.com/vampirewalk/vanguard
$ heroku create
$ heroku config:set SLACK_TOKEN=YOUR_REAL_TOKEN
$ git push heroku master
- Invite bot to channel. Your bot has been named at creating integration step.
