Skip to content

A Telegram bot that creates Markov chains based on messages in the chat

License

Notifications You must be signed in to change notification settings

JayDee2202/docker-markov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markov_Bot

Generates messages in chats based on Markov chains.

Container

I built a simple container around the bot so it's very simple to run it.

  1. Pull the repository
  2. Edit markov_bot.py in the markov-directory with your bot token and user agent.
  3. Create the data-directory mkdir -p /data/markov_bot for saving the markov-chains outside of the container.
  4. Then start with docker-compose up -d. The container builds automatically.
  5. Have fun!

About

A Telegram bot that creates Markov chains based on messages in the chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Dockerfile 0.6%