punter_cli

Simple CLI for the Email Hunter API.


License
MIT
Install
pip install punter_cli==0.0.4

Documentation

punter-cli

status version license

A simple command line utility for the Email Hunter API.

Usage

The command line interface provides two commands, search and key. Before executing a search it is advisable that you first set your API key using the key command. When key is first run a configuration file is created in the user's home directory (~/.punter). Currently the only value stored is the API key. To view the current API key (if it has been set) simply run the key command without any arguments.

key

The search command takes as its argument either a domain name or valid email address, with a successful search returning raw JSON collected from the Email Hunter service.

key

Install

$ pip install punter-cli

Todo

  • Add unit tests
  • Output throttling
  • Options for parsing/formatting results

License

Copyright © 2015 Joshua Goodlett

Released under the MIT License (MIT)