Metadata-Version: 2.1
Name: mailhound
Version: 1.1.0
Summary: A simple tool to find emails of a domain
Home-page: https://github.com/null3yte/mailhound
Author: null3yte
License: MIT
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
License-File: LICENSE
Requires-Dist: aiohttp (~=3.8.4)
Requires-Dist: PyYAML (~=6.0.1)
Requires-Dist: playwright (~=1.36.0)
Requires-Dist: setuptools (~=65.5.0)

# Installation

```bash
pip install mailhound
```
or
```bash
git clone https://github.com/null3yte/mailhound.git
cd mailhound
pip install .
```
# Configuration

After installation, Mailhound can function without requiring API keys, but configuring API keys is necessary for better
results.

- [minelead](https://minelead.io/)
- [hunter](https://hunter.io/)
- [snov](https://snov.io/)

```yaml
# $HOME/.config/mailhound/providers.yaml
minelead_key: 'API_KEY'
hunter_key: 'API_KEY'
snov_up: 'username:password'
```

# Usage

```bash
mailhound -h
```

```bash             
usage: mailhound [-h] [-s] domain

positional arguments:
  domain           site.com

options:
  -h, --help       show this help message and exit
  -s , --sitemap   BurpSuite sitemap
```
