Skip to content

seanscal/Email-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email-Scraper

Scrapes all emails from any given domain

#Installation Instructions

To use this app you should run

python main.py domain

in the command line

To install packages, the easiest way is to have homebrew (mac) and pip installed.

Homebrew - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" in the command line

pip - sudo easy_install pip

#Necessary Packages BeautifulSoup - pip install beautifulsoup4 - for scraping webpages for data

Selenium - pip install selenium - Allow javascript on pages to load

PhantomJS - Mac: brew install phantomjs, Windows: http://phantomjs.org/download.html - Allows for headless testing of webpages.

About

Scrapes all emails from any given domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages