Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 300 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 300 Bytes

customer_miner

Fetch customer data using Clearbit API

install

gem install customer_miner

usage

# Set API secret key
cm set_key key=your-secret-key

# Query customer from clearbit csv file export from ga
cm query --file=./Clearbit.csv --roles=marketing,operations

MIT