A powerful and easy-to-use Telegram bot for generating and managing temporary email addresses using the mail.tm API.
- 📧 Generate temporary email addresses
- 📥 View received messages (last 3)
- 🗑️ Delete your current email session
- 👤 Admin features:
- 📊 View total user count
- 📣 Broadcast messages
- ✅ Require users to join a channel before using the bot
git clone https://github.com/hussein-kaplan/TempMail-Telegram-Bot.git
cd temp-mail-bot
pip install -r requirements.txt
Edit bot.py
:
- Replace
YOUR_BOT_TOKEN
with your actual Telegram bot token. - Replace
ADMIN_IDS = [...]
with your Telegram user ID(s). - Replace
REQUIRED_CHANNEL
with your channel's username (e.g.,@MyChannel
).
python bot.py
python-telegram-bot
requests
Install with:
pip install -r requirements.txt
This project is licensed under the MIT License.
Made with ❤️ for the open-source community.