# SmallBusinessFinder

<p align="center">
  <img src="static/yelp.png" width="200px"/>
  <h3 align="center">Using the Yelp Fusion API to find local businesses without an online presense</h3>
</p>

### Installation Instructions

SmallBusinessFinder can be installed from source or from Python's pip package manager:

``` {.sourceCode .bash}
$ pip install sbfinder
```

or

``` {.sourceCode .bash}
$ git clone https://github.com/theriley106/SmallBusinessFinder
$ pip setup.py install
$ sbfinder
Input Yelp API Key:
```

### Using the Tool

```{.sourceCode .bash}
$ sbfinder -key={API_KEY} --verbose=True


** SMALL BUSINESS FINDER 2.0 **

This script uses the Yelp fusion API to find
nearby small businesses with no online presence



Number of threads [Default 20]: 
Search Term: 
City: 
State: 
CSV Filename [leave blank for stdout only]: 
```