This project mines websites to find email addresses.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to manually install Email Crawler you'll need Python2.x installed on your system, as well as the Python package manager, pip. You can check if you have these already installed from the command line:
$ python --version
Python 2.7.2
$ pip --version
pip 10.0.1
If pip is installed in your system then you must have installed some libraries of Python2 .
$ sudo pip install sqlalchemy
$ sudo pip install -U setuptools
For installing this project you just need to download the source files.
Go into project directory and run command below
$ python2 email_crawler.py "keyword" 10
"keyword" - String that will be searched on Google
10 - The number of websites that will be chosen from search results on Google for crawling.
$ python2 email_crawler.py --emails
or
$ python2 email_crawler.py -e