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

https://github.com/uintdev/email-addr-extract

High performance email address extraction tool
https://github.com/uintdev/email-addr-extract

email email-addresses information-extraction rust

Last synced: 8 months ago
JSON representation

High performance email address extraction tool

Awesome Lists containing this project

README

          

# Email Addr Extract

Banner with logo


High performance email address extraction tool




Version
  
License

## About

Email Addr Extract is a tool that takes all the email addresses it finds in a file that has data between and then creates a list of emails addresses, one per line.

This is a high performance port of the original Email Extractor Python variant.

From testing, this was found to be around 14.5x faster with an almost 900MB file.

Usage: `./emailaddrextract `

## Features

- Collects multiple emails addresses per line
- Removes duplicated email addresses

## Disclaimer

This is for educational and research purposes only. The tool does specifically what it was made to do and it is as simple as that. It is purely your responsibility in how it is used.