A Slack bot that takes a target user's messages as input to a markov chain and responds on Slack.
This is just for fun to learn a bit more Go and is based off of the Rust version I wrote, slack_markov.
- Install Go and
dep
- Run
dep ensure
to install dependencies go build
./markov-slack