Skip to content

d3ndr1t30x/emailfinderv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emailFinder - Email Extraction Tool

emailFinder is a Python-based web scraping tool designed to extract email addresses from websites or multiple URLs listed in a file. Based on the original tool here: https://github.com/past3ll3/emailFinder I've removed animations and added an option to write the ouput emails to a text file.

This email scraper crawls through website pages, parses content, and efficiently extracts email addresses.

Features

  • Automatically crawls through all page routes.
  • Finds and displays email addresses.
  • Input URLs directly or through a text file.

Prerequisites

  • Python 3.x installed on your machine.
  • Venv (Virtual environment support).

How to Install and Run

Follow these simple steps to clone the repository, install dependencies, and run the tool:

Clone the repository

git clone [email protected]:AyraStelmaszewski/emailFinder.git

Navigate to the project directory

cd emailFinder

Set up a virtual environment

python3 -m venv venv

Activate the virtual environment

source venv/bin/activate

Install dependencies

pip install -r requirements

Run the email extraction tool

python3 emailFinder.py urls.txt 

Usage Example

To extract emails from a website or multiple URLs:

  • Add URLs to a file.
  • Run the tool as shown in the above command.

This tool will scan all routes of the URLs provided and extract all email addresses found.

Contribution

Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.

License

This project is licensed under the GLPv3 License.

Disclaimer

There is no filter on type of emails collected. Business email addresses is considered personal data if they are associated with an individual (e.g. alice.doe@example), but generic email addresses are fine (e.g. sales@example).

Demo

alt text image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages