Telegram bot with Markov chain-based text generator
  • Python 98.9%
  • Dockerfile 1.1%
Find a file
2026-01-11 18:55:24 +03:00
.vscode Beta 2.0 2022-12-03 02:03:05 +09:00
handlers 2.1 2022-12-05 22:29:41 +09:00
shared 2.1 2022-12-05 22:29:41 +09:00
utils 2.1 2022-12-05 22:29:41 +09:00
.gitignore Теперь доступен не только в ананасах! 2022-07-09 01:13:20 +09:00
docker-compose.yaml Теперь доступен не только в ананасах! 2022-07-09 01:13:20 +09:00
Dockerfile Update dependencies and freeze python version 2023-11-19 06:07:11 +00:00
env.env.sample Теперь доступен не только в ананасах! 2022-07-09 01:13:20 +09:00
LICENSE Initial commit 2021-08-28 17:28:15 +09:00
main.py Beta 2.0 2022-12-03 02:03:05 +09:00
poetry.lock Update dependencies and freeze python version 2023-11-19 06:07:11 +00:00
poetry.toml Beta 2.0 2022-12-03 02:03:05 +09:00
pyproject.toml 2.1 2022-12-05 22:29:41 +09:00
README.md Update README.md 2026-01-11 18:55:24 +03:00
requirements.txt Update dependencies and freeze python version 2023-11-19 06:07:11 +00:00
samples.txt Фикс samples.txt 2022-04-20 02:03:16 +09:00
test.py 2.1 2022-12-05 22:29:41 +09:00

KarpovAIBot

A Telegram bot built around a Markov chain-based text generator. The bot learns and adapts its responses in real-time by processing new messages directly from the chat. Initially created for a private chat, it includes community-driven features such as the ability to pin messages and add new members through a voting system.