Markov Slackbot is a Slack chatbot that uses Markov chains.
- Free software: MIT license
- Documentation: https://markov-slackbot.readthedocs.io.
This slackbot can use multiple different models to output unique messages in channels that the bot belongs to. In order to speak with the markov bot, invite the bot to the channel.
Once the bot is in the channel, you can interact with the bot by calling it's name, or by mentioning the bot.
To mix different models in the response, indicate the level interaction each model should have in the response
`
hey marky, give me a lot of lahey
`
`
hey marky, give me a lot of lahey and a little star wars
`
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.