This project is a Telegram bot powered by OpenAI GPT models, designed to assist users in the field of mobile devices and accessories. The bot intelligently filters incoming messages to ensure users ask only relevant questions about mobile products. When purchase intent is detected, the bot notifies the administrator directly.
- β AI-powered conversation using OpenAI GPT-4o-mini.
- β Detects whether the question is mobile-related using AI.
- β Filters irrelevant messages automatically.
- β Connects users to admin for sales inquiries.
- β Fully asynchronous & scalable.
- Python 3.10+
- python-telegram-bot (v20+)
- OpenAI API
- asyncio
- Clone the repository:
git clone https://github.com/your-username/telegram-ai-mobile-bot.git
cd telegram-ai-mobile-bot
```bash
pip install -r requirements.txt