Metadata-Version: 2.4
Name: hunter-how-cli
Version: 1.0.0
Summary: CLI tool for interacting with the hunter.how search engine
Author-email: Daniil Kadochnikov <daniil.kadochnikov@proton.me>
License: Unlicense
Project-URL: Homepage, https://github.com/anti79/hunter-how-cli
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: platformdirs
Dynamic: license-file

# Unofficial CLI tool for ⌖ Hunter.how

# Usage examples

Set API key:
```
hunter-how set_api_key YOUR_KEY_HERE
```

Search for direcoty listings, output to file:
```
hunter-how search 'web.title="Index"' --page 1 --page-size 10 -o indexes.json
```

Parse from file, output ip:port to stdout:
```
hunter-how parse indexes.json --fields ip,port -d ":"
```


