Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/sanjaysunil/email-scraper
- Owner: SanjaySunil
- License: mit
- Created: 2020-10-31T16:25:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:10:51.000Z (2 months ago)
- Last Synced: 2024-11-03T15:16:31.622Z (2 months ago)
- Topics: automation, email, email-generator, email-scraper, email-scrapping, email-service, python, scrape, scraper, temp-email, temporary, web-scraper, web-scraping
- Language: Python
- Homepage:
- Size: 341 KB
- Stars: 48
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.