initial commit

initial commit
This commit is contained in:
maldevel 2016-04-16 20:20:38 +03:00
parent 6251eef44b
commit 06879c7030
4 changed files with 66 additions and 2 deletions

8
.gitignore vendored
View file

@ -60,3 +60,11 @@ target/
#Ipython Notebook #Ipython Notebook
.ipynb_checkpoints .ipynb_checkpoints
# PyDev
RemoteSystemsTempFiles
.project
.pydevproject
.metadata
.settings
*.prefs

22
EmailHarvester.py Normal file
View file

@ -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 <http://www.gnu.org/licenses/>.
For more see the file 'LICENSE' for copying permission.
"""

View file

@ -1,2 +1,36 @@
# EmailHarvester EmailHarvester
Email addresses harvester ====
* 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
=====

0
requirements.txt Normal file
View file