uwehdaub / eliza-slackbot

An example implementation of a Slack bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELIZA Slackbot

This is a more advanced example for building a slackbot.

For some basic functionality it relies on a ELIZA implementation in Go.

How to get started with it?

  • 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.

About

An example implementation of a Slack bot.

License:MIT License


Languages

Language:Go 99.4%Language:Shell 0.6%