A modern and feature-rich Anonymous Telegram Bot built with Python, Aiogram, and SQLite.
- 🔐 Anonymous messaging
- 👤 User profile system
- 🎁 Referral system
- 🛡️ Admin panel
- 📊 User statistics
- 💾 SQLite database
- ⚡ Middleware support
- Python 3.11+
- Aiogram 3
- SQLite
anonymous-telegram-bot/
├── database/
├── handlers/
├── keyboards/
├── middlewares/
├── utils/
├── data/
├── main.py
├── config.py
├── requirements.txt
└── .env.example
Clone the repository:
git clone https://github.com/alimn-code/anonymous-telegram-bot.gitGo to the project directory:
cd anonymous-telegram-botInstall dependencies:
pip install -r requirements.txtConfigure your environment variables using .env.example, then run:
python main.py- Multi-language support
- Web Admin Panel
- Docker support
- Logging improvements
Ali
GitHub: https://github.com/alimn-code
This project is available for educational and personal learning purposes.