A powerful Telegram Userbot AI Chatbot built with Pyrogram + MongoDB + API system.
💬 Telegram: MeowChat
🆘 Need API or Help? DM: ApiUrl
- 🤖 AI Chatbot (API based replies)
- 👤 Runs on your Telegram account (Userbot)
- 🔄
/chatbotON/OFF toggle system - 👑 Admin / Owner control
- 💾 MongoDB database (chat status saving)
- ⚡ Fast async system (httpx + motor)
- 🧠 Custom prompt support (
prompt.txt) - 🔐 Secure config system (
config.py) - 🚀 Heroku deploy ready
- Python 3.10+
- MongoDB Database (Atlas recommended)
- Telegram API ID & API Hash
- Pyrogram String Session
API_ID=your_api_id
API_HASH=your_api_hash
STRING_SESSION=your_string_session
MONGO_URL=your_mongo_url
API_URL=your_chatbot_api
OWNER_ID=your_telegram_idpip install pyrogram tgcrypto
python3from pyrogram import Client
api_id = int(input("API_ID: "))
api_hash = input("API_HASH: ")
with Client("session", api_id=api_id, api_hash=api_hash) as app:
print(app.export_session_string())git clone https://github.com/TheAloneTeam/Id-ChatBot
cd YOUR_REPO
pip install -r requirements.txt
python main.pyMeowChat/
├── plugins/
│ └── chatbot.py
├── utils/
│ └── admins.py
├── __init__.py
├── main.py
├── config.py
├── requirements.txt
├── Procfile
├── runtime.txt
| Command | Description |
|---|---|
/chatbot |
Enable / Disable chatbot |
- Works in groups
- Default OFF
- Only admin/owner can control
- Requires working API
This is a userbot. Use responsibly.
- Pyrogram
- MongoDB
- httpx
Made with ❤️ by You
Give a ⭐ if you like this project!