Skip to content

Files

Latest commit

e1c2cb8 · Dec 3, 2019

History

History
This branch is up to date with x4nth055/pythoncode-tutorials:master.

email-extractor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 3, 2019
Dec 3, 2019
Dec 3, 2019

To run this:

  • pip3 install -r requirements.txt
  • To extract email addresses from "https://www.randomlists.com/email-addresses" website and save them to the file emails.txt:
    python email_harvester.py https://www.randomlists.com/email-addresses emails.txt