Skip to content

Lonercode/Email-Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Email Scraper 📨

A simple Python script to scrape email addresses from a website.


Features

  • Scrapes emails from any given website.
  • Cleans the HTML to ignore scripts and styles.
  • Displays results in the terminal with a cool ASCII banner.

Requirements

Install dependencies with:

pip install requests beautifulsoup4 pyfiglet

Usage

python email_scraper.py -website <URL>

Example:

python email_scraper.py -website https://example.com

Output:

Links and Emails found:
example@example.com, contact@example.com

If no Emails found:

Not found

Notes

  • Only scrapes emails that match the pattern username@domain.extension.
  • Always respect website terms of service when scraping.

About

Simple web scraper/recon tool to help scrape emails from websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages