Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
/ slacker Public archive

Simple go package for bootstraping Slack bots

License

Notifications You must be signed in to change notification settings

essentialkaos/slacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TravisCI

slacker is simple go package for bootstraping Slack bots.

Installation

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

Build Status

Branch Status
master Build Status
develop Build Status

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0