Skip to content

luisramirezdev/simple-email-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Email Scraper

If you have a long list with domains, you put this list on domains.txt, and this script save all emails on other archive called emails.txt.

Requirements

Python 3

pip install -r requirements.txt

How to use?

  1. You copy your domain list on domains.txt, domain por line, example:
domain.com
domain.com/contact
domain-3.com
domain-3.com/contact
...
  1. Run script with python extract_emails.py.

  2. Select option 1 for run script.

  3. When the script finished, you can view all result on emails.txt.

Thanks

  • Thanks to Oleh Kopyl, report problem with request in some websites and duplicate emails.

Releases

No releases published

Packages

No packages published

Languages