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.