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
.
Python 3
pip install -r requirements.txt
- You copy your domain list on
domains.txt
, domain por line, example:
domain.com
domain.com/contact
domain-3.com
domain-3.com/contact
...
-
Run script with
python extract_emails.py
. -
Select option 1 for run script.
-
When the script finished, you can view all result on
emails.txt
.
- Thanks to Oleh Kopyl, report problem with request in some websites and duplicate emails.