This is a more advanced example for building a slackbot.
For some basic functionality it relies on a ELIZA implementation in Go.
go build
- Configure your bot integration in slack and get your token.
- Export your token:
export SLACK_TOKEN=<your slack token>
./eliza-slackbot
Have fun.