Generates messages in chats based on Markov chains.
I built a simple container around the bot so it's very simple to run it.
- Pull the repository
- Edit
markov_bot.py
in themarkov
-directory with your bot token and user agent. - Create the data-directory
mkdir -p /data/markov_bot
for saving the markov-chains outside of the container. - Then start with
docker-compose up -d
. The container builds automatically. - Have fun!