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
- Host: GitHub
- URL: https://github.com/uintdev/email-addr-extract
- Owner: uintdev
- License: mit
- Created: 2023-01-02T17:28:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T01:41:04.000Z (over 2 years ago)
- Last Synced: 2025-03-13T23:09:17.121Z (11 months ago)
- Topics: email, email-addresses, information-extraction, rust
- Language: Rust
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Addr Extract
High performance email address extraction tool
## 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.