Telegram bot with Markov chain-based text generator
- Python 98.9%
- Dockerfile 1.1%
| .vscode | ||
| handlers | ||
| shared | ||
| utils | ||
| .gitignore | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| env.env.sample | ||
| LICENSE | ||
| main.py | ||
| poetry.lock | ||
| poetry.toml | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| samples.txt | ||
| test.py | ||
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.