From 06879c703065d792a4515bdc3958e0e3f1592648 Mon Sep 17 00:00:00 2001 From: maldevel Date: Sat, 16 Apr 2016 20:20:38 +0300 Subject: [PATCH] initial commit initial commit --- .gitignore | 8 ++++++++ EmailHarvester.py | 22 ++++++++++++++++++++++ README.md | 38 ++++++++++++++++++++++++++++++++++++-- requirements.txt | 0 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 EmailHarvester.py create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 1dbc687..b5a19b1 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,11 @@ target/ #Ipython Notebook .ipynb_checkpoints + +# PyDev +RemoteSystemsTempFiles +.project +.pydevproject +.metadata +.settings +*.prefs diff --git a/EmailHarvester.py b/EmailHarvester.py new file mode 100644 index 0000000..3646f74 --- /dev/null +++ b/EmailHarvester.py @@ -0,0 +1,22 @@ +""" + This file is part of EmailHarvester + Copyright (C) 2016 @maldevel + https://github.com/maldevel/EmailHarvester + + EmailHarvester - A tool to retrieve Domain email addresses from Search Engines. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + For more see the file 'LICENSE' for copying permission. +""" diff --git a/README.md b/README.md index 39a936d..3f80747 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# EmailHarvester -Email addresses harvester +EmailHarvester +==== +* A tool to retrieve Domain email addresses from Search Engines + + +Requirements +===== +* Python 3.x + + +Features +===== + + +Download/Installation +==== +* git clone https://github.com/maldevel/EmailHarvester + + +Setup +===== + + +Contents +===== + + +Usage +===== +``` +``` + + +Examples +===== + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29