Production-ready Telegram bot integrated with OpenAI ChatGPT. Supports multi-step conversations, fault tolerance, logging, and modular architecture.
- ChatGPT-powered conversations
- Quiz mode with scoring
- Persona-based dialogs
- Robust error handling
- Logging and environment-based configuration
- Python
- python-telegram-bot
- OpenAI API
- dotenv
- Logging
git clone git@github.com:IgorJv/telegram-chatgpt-bot.git
cd telegram-chatgpt-bot
pip install -r requirements.txt