- Notifications
You must be signed in to change notification settings - Fork9
Python script to extract unique email addresses from a list of domains using regular expression.
License
NotificationsYou must be signed in to change notification settings
0x4D-5A/e-scraper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python script developed to extract unique emails addresses from a list of specified domains. Designed to crawl the whole domain.
- Python >= 2.7
- Install all necessary libraries using
$ pip install -r requirements.txt
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
0x4D-5A -Initial work