Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjaysunil/email-scraper

Generate thousands of temporary emails within seconds!
https://github.com/sanjaysunil/email-scraper

automation email email-generator email-scraper email-scrapping email-service python scrape scraper temp-email temporary web-scraper web-scraping

Last synced: about 2 months ago
JSON representation

Generate thousands of temporary emails within seconds!

Awesome Lists containing this project

README

        

# Email Scraper

**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](https://fyii.de) trashmail provider to create emails that come with their own inboxes, allowing you to receive messages without using your personal email address.

![image](./assets/preview/preview.png)

## Custom Project Solutions

For tailored project solutions and business inquiries, please email [[email protected]](mailto:[email protected]) or connect with me on [LinkedIn](https://www.linkedin.com/in/sanjaysunil).

## Features

- 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.

## Prerequisites

Ensure you have Python 3 installed. `pip` is also required to install important packages for the tool.

### Requirements

- `uuid` is the only requirement for this project:
```bash
pip install uuid
```

## Installation

To set up Email Scraper, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/SanjaySunil/email-scraper.git
```
2. Navigate to the project directory:
```bash
cd email-scraper
```
3. Install the required package:
```bash
pip install uuid
```
4. Run the script:
```bash
python main.py
```

## Usage

Once you run `main.py`, follow the menu prompts to generate temporary emails.

## License

This project is licensed under the MIT License.