Skip to content

sbstjn/hanu-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hanu example

Example Go Slack bot using the hanu framework.

Supported commands

  • help - Automated response by hanu
  • hi - Bot will reply with Hi yourself!
  • shout <word> - Bot will reply passed word in uppercase
  • uptime - Bot will reply with it's uptime
  • version - Bot will reply with it's version
  • whisper <word> - Bot will reply passed word in lowercase

Usage

$ > git clone git@github.com:sbstjn/hanu-example.git
$ > cd hanu-example
$ > HANU_EXAMPLE_SLACK_TOKEN=YOUR_TOKEN go run main.go

Heroku

$ > git clone git@github.com:sbstjn/hanu-example.git
$ > cd hanu-example
$ > heroku create
$ > heroku config:set HANU_EXAMPLE_SLACK_TOKEN=YOUR_TOKEN
$ > git push heroku master
$ > heroku ps:scale worker=1

Scaling dynos... done, now running worker at 1:Hobby

About

Example usage of the hanu Go framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages