A simple slackbot implementation using the necrophonic/go-eliza library.
- Set
ELIZA_BOT_TOKEN
env var to be your slack token value - Execute the program
$ env ELIZA_BOT_TOKEN=<your-slack-bot-token> go run main.go
Copyright (c) 2016 J Gregory
Released under MIT license, see LICENSE for details.