Email Scraper is a powerful temporary email generator that enables users to generate thousands of unique temporary emails in seconds. Built with Python, this tool uses the fyii.de trashmail provider to create emails that come with their own inboxes, allowing you to receive messages without using your personal email address.
For tailored project solutions and business inquiries, please email [email protected] or connect with me on LinkedIn.
- Generate thousands of unique temporary emails quickly.
- Each email comes with its own inbox.
- Perfect for using services where you prefer not to provide your personal email.
Ensure you have Python 3 installed. pip
is also required to install important packages for the tool.
uuid
is the only requirement for this project:pip install uuid
To set up Email Scraper, follow these steps:
- Clone the repository:
git clone https://github.com/SanjaySunil/email-scraper.git
- Navigate to the project directory:
cd email-scraper
- Install the required package:
pip install uuid
- Run the script:
python main.py
Once you run main.py
, follow the menu prompts to generate temporary emails.
This project is licensed under the MIT License.