Metadata-Version: 2.1
Name: email-magnet-nestorsan
Version: 0.0.1
Summary: Simple program to generate & validate email adress guesses.
Home-page: https://github.com/pypa/sampleproject
Author: Nestor Sanchez
Author-email: hey@nestorsan.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Email Magnet

_Email magnet is a simple program that, given a domain name and a personal name, is able
to guess and validate the email adress of such person. 
In order to do that, it creates list with all the possible emails schemes based on the first name,
last name, middle name and initials of those. 
When the list is crated, Email Magnet checks if the emails are valid and if they exist._

## How to start 🚀

_Just keep reading. You're in the right place_



### Pre-requisites 📋

_You can install all the requirements with the following command: " "_

_You need the following dependencies to be installed for the project to run correctly._

```
astroid==2.4.2
certifi==2020.6.20
chardet==3.0.4
dnspython==2.0.0
filelock==3.0.12
idna==2.10
isort==5.6.4
lazy-object-proxy==1.4.3
mccabe==0.6.1
py3-validate-email==0.2.10
pylint==2.6.0
requests==2.24.0
six==1.15.0
toml==0.10.1
urllib3==1.25.11
wrapt==1.12.1
```

### Instalación 🔧

_1 - Clone the [Git repository](https://github.com/nestor-san/email_magnet.git)_

_2 - Create a virtual environment for your project and activate it_

_3 - Install the requirements.txt file_

_4 - In the command line, in the foler wher you downloaded the Git Repository, write the command" python email_magnet.py -d 'yourdomainname.com' -f 'YourFirstName' -l 'YourLastName' "

_5 - Wait a little bit to see how the program generate a list of possible emails and check against the server to give you the active one_


## Tests

_The tests aren't created yet_


## Deployment

_This project is not intended to be deployed but you can try at your own risk_

## Build with 🛠️

_This project has been built using Python with VScode_


## Contributing 🖇️

Feel free to contribute and improve this project if you like.

## Wiki 📖

There is no wiki yet.


## Autor ✒️

_This project was created by_

* **Nestor Sanchez** - *End to end* - [nestor-san](https://github.com/nestor-san)


## License 📄

This project is licensed under GNU GENERAL PUBLIC LICENSE v3. Please, check [LICENSE.md](LICENSE) for more details.

## Say thank you

* If you like the project, you can say thanks, give a star or fork the project. 


---
This was created with ❤️ by [Nestor-san](https://github.com/nestor-san) 😊

