Alexyoe / Email-Scraper

Scrape email-addresses from a user-provided domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email-Scraper

Scrape email-address(es) from a user-provided domain. Scraped email-address(es) would output to STDOUT, one-per-line.

How to run:

python email_scrape.py domain-name

External Dependencies:

  • Selenium (sudo pip install selenium)
  • BeautifulSoup4 (sudo pip install BeautifulSoup4)
  • Install NodeJS
    • Install PhantomJS : npm -g install phantomjs

Please be conscientious!

Update 2019

This is a fork of Rohit-jamuar original Email-Scraper updated to python 3.7

About

Scrape email-addresses from a user-provided domain


Languages

Language:Python 100.0%