Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 499 Bytes

e-scraper

Python script developed to extract unique emails addresses from a list of specified domains. Designed to crawl the whole domain.

Requirements

  • Python >= 2.7
  • Install all necessary libraries using
$ pip install -r requirements.txt

Usage

To use the script it is necessary to provide a list of domains in a "domains.txt" file and then execute the script. Example:

$ python main.py

Authors

0x4D-5A - Initial work