Skip to content

Yazkir/slack-markov

 
 

Repository files navigation

slack-markov

A markov chain bot for Slack written in Go (golang)

Build Status

Usage

  • Build the code with go build

  • Start the bot with ./slack-markov on an internet-accessible server. (Check the output of ./slack-markov -h for configuration options)

  • Configure an Outgoing Webhook in your Slack and point it to the place where your bot is running. For example: http://example.com:8000/

  • The bot will listen to incoming requests and add the messages to the chain. At a configurable response rate, it will also build and send a response to the channel

Commands

  • memectl status|start|stop
    • Will print the status of the bot, start the bot, or stop the bot.

Tips

  • Export your team's data from https://my.slack.com/services/export, and use that to seed the chain. See the -importDir and -importChan options.
  • Keep your bot scoped to one channel.
  • Adjust the -responseChance option based on your team's activity and how much you want to annoy your co-workers
  • Look into the -twitter* options if you enjoy Twitter and libel
  • -chatty True|False Enables or disables the bot responding to itself.

About

A markov chain bot for your Slack channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%