Skip to content

TempMail: An advanced Telegram bot script for generating temporary email addresses and checking received messages.

Notifications You must be signed in to change notification settings

bisnuray/TempMail-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TempMail Telegram Bot πŸ’Œ

GitHub Repo stars GitHub issues GitHub pull requests GitHub contributors GitHub forks

TempMail: An advanced Telegram bot script for generating temporary email addresses and checking received messages.


Features

  • Generate temporary email addresses.
  • Check the inbox of the generated email.
  • Read emails directly through Telegram.
  • Supports custom username and password for email generation.
  • Secure: your temporary emails and messages are private and accessible only to you.

Requirements

Before you begin, ensure you have met the following requirements:

  • Python 3.8 or higher.
  • pyrofork, requests and beautifulsoup4 libraries.
  • A Telegram bot token (you can get one from @BotFather on Telegram).
  • API ID and Hash: You can get these by creating an application on my.telegram.org.

Installation

To install pyrofork, requests and beautifulsoup4 run the following command:

pip install pyrofork requests beautifulsoup4

Note: If you previously installed pyrogram, uninstall it before installing pyrofork.

Configuration

  1. Open the config.py file in your favorite text editor.
  2. Replace the placeholders for API_ID, API_HASH, and BOT_TOKEN with your actual values:

Deploy the Bot

git clone https://github.com/bisnuray/TempMail-Bot
cd TempMail-Bot
python tempmail.py

Bot Commands

  • /start - Welcome message with a usage guide
  • /tmail - Command for Generate Random Mail with Pass
  • /tmail [username]:[password] - Generate a temporary email. with a specify a username and password.
  • /cmail <token> - Check the inbox of your temporary email by providing the token received during email generation.

✨ Note: When you generate a mail pass, then you will receive a mail token. With the token, you can check 10 recent mails, each mail has a different token, so keep it privately. The mail generator general quota limit is 8 queries per second (QPS) per IP address.

Author

Feel free to reach out if you have any questions or feedback.

About

TempMail: An advanced Telegram bot script for generating temporary email addresses and checking received messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages