Metadata-Version: 2.1
Name: emscraper
Version: 0.1.1
Summary: A email scraper package by Zan X Technologies
Author-email: Zandora Space <professor@zandora.space>
License: Copyright (c) 2022 Zandora Space        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/zandora-space/emscraper
Project-URL: Bug Tracker, https://github.com/zandora-space/emscraper/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE


![Logo](https://raw.githubusercontent.com/zandora-space/zanx/main/zanx.png)


# Emscraper

An module which helps to scrape emails from Google Search and mail it to the given email address after email validation for getting deleverable email ids.


## Badges

![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)

![Python](https://img.shields.io/badge/python-v3.7-blue?)

![PyPi](https://img.shields.io/badge/pypi-v0.0.3-blue?)

## Features

- You can build your own free email list.
- You can get valid emails from Google.
- We validate each emails before sending the list to your mail.
- Easy to use & free.

## Installation

Install my-project with pip

```bash
  pip install emscraper
```
    
## Dependency
Emscraper requires following programs to run properly :

- requests
- BeautifulSoup
- smtplib

Install selenium using pip command :

```bash
pip install requests
```

```bash
pip install BeautifulSoup
```

```bash
pip install secure-smtplib
```
## Usage/Examples

```python
from emscraper import scrape

scrape('Your_Audience_Niche', 'Your Email ID')
```


## Roadmap

- Add more feactures.
- Get HTML Page on Mail.


## Authors

- [@zandora-space](https://www.github.com/zandora-space)


## Support

For support, email professor@zandora.space or follow our Instagram Page [@zanx.coders](https://instagram.com/zanx.coders)


## Feedback/Issues

If you have any feedback, please reach out to us at professor@zandora.space

If you have facing any issues, please report via [Report Issues](https://github.com/zandora-space/emscraper/issues)



## License

[MIT](https://github.com/zandora-space/emscraper/blob/main/LICENSE)
