Skip to content

vampirewalk/vanguard

Repository files navigation

Vanguard

Build Status Coverage Status Twitter: @vampirewalk666

Vanguard is a slack bot. It reports the state of github repository when somebody mentions.

Screenshot

Installation

$ go get github.com/vampirewalk/vanguard
$ echo "SLACK_TOKEN=YOUR_REAL_TOKEN" > .env
$ go run main.go

Deploy to Heroku

$ 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

About

Vanguard is a slack bot. It reports the state of github repository when somebody mentions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages