Scrape email-address(es) from a user-provided domain. Scraped email-address(es) would output to STDOUT, one-per-line.
python email_scrape.py domain-name- Selenium (
sudo pip install selenium) - BeautifulSoup4 (
sudo pip install BeautifulSoup4) - Install NodeJS
- Install PhantomJS :
npm -g install phantomjs
- Install PhantomJS :