lewars / findbiz

Simple utility script to find businesses and render them out to a spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findbiz

Quick Setup

Here are the steps to quickly set up findbiz and run it successfully.

make build
cat << EOF > config.yml
---
location:
  - 18.019615
  - -76.779832
key: Insert_Your_API_Key_Here
EOF
python ./findbiz.py 'general contractor'
cat bizz.csv # or import to Google Sheets, using '|' as delimiter

About

Simple utility script to find businesses and render them out to a spreadsheet


Languages

Language:Python 79.2%Language:Makefile 20.8%