Bot for Slack app
To start using slackbot, install Go 1.7+ and run go get:
$ go get github.com/mitjaziv/slackbotThis will install the slackbot in to your $GOBIN path.
To start slackbot, run following:
$ slackbot -tpath=/etc/slackbot/TOKEN -debugWhere tpath is location of your Slack auth token.