Home
Softono
e-scraper

e-scraper

Open source MIT Python
14
Stars
11
Forks
1
Issues
1
Watchers
2 years
Last Commit

About e-scraper

Python script to extract unique email addresses from a list of domains using regular expression.

Platforms

Web Self-hosted

Languages

Python

Links

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