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-botpip install -r requirements.txtEdit bot.py:
- Replace 
YOUR_BOT_TOKENwith your actual Telegram bot token. - Replace 
ADMIN_IDS = [...]with your Telegram user ID(s). - Replace 
REQUIRED_CHANNELwith your channel's username (e.g.,@MyChannel). 
python bot.pypython-telegram-botrequests
Install with:
pip install -r requirements.txtThis project is licensed under the MIT License.
Made with β€οΈ for the open-source community.