Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 663 Bytes

README.MD

File metadata and controls

29 lines (21 loc) · 663 Bytes

Prospecting wrapper

Wrapper for Hunter.io and Clearbit used by BDR people of StuntCoders.

Script depends on:

To run it, first install the tool:

curl https://raw.githubusercontent.com/stuntcoders/sc_prospector_wrapper/master/install.sh | bash

Then run following command:

prospector export example.com

To store API keys

Make sure to store configuration with API keys under ~/.prospector with following format:

#!/bin/bash

HUNTER_KEY="hunterkey"
CLEARBIT_KEY="clearbitkey:"

Copyright StuntCoders