0 purchases
agentfindermasterjefferson 1.0
agent-finder
Find nearby auto insurance agents using the Google Maps Places API, and dump them to a CSV file.
This script was written to help automate part of
my girlfriends job. Maybe someone else will find it useful too.
Installation
pip3 install agent-finder-masterjefferson
Usage
Google Maps API
You must have a valid Google Maps API key.
In your shell configuration file (.zshrc, .bash_profile, .bashrc, etc):
export GOOGLE_MAPS_API_KEY=<your-api-key>
Basic search:
agent-finder "Los Angeles, CA"
You can also customize the CSV filename and the search radius (units = kilometers).
agent-finder "Los Angeles, CA" --filename foo.csv --radius 50
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.