slacker
is simple go package for bootstraping Slack bots.
Before the initial install allows git to use redirects for pkg.re service (reason why you should do this described here):
git config --global http.https://pkg.re.followRedirects true
Make sure you have a working Go 1.12+ workspace (instructions), then:
go get pkg.re/essentialkaos/slacker.v9
For update to latest stable release, do:
go get -u pkg.re/essentialkaos/slacker.v9
Branch | Status |
---|---|
master |
|
develop |
Before contributing to this project please read our Contributing Guidelines.