Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mheiber/restaurants_by_neighborhood

Use the Yelp API and scraping to get restaurant info by neighborhood
https://github.com/mheiber/restaurants_by_neighborhood

Last synced: about 1 month ago
JSON representation

Use the Yelp API and scraping to get restaurant info by neighborhood

Awesome Lists containing this project

README

        

# Restaurants by Neighborhood #

Uses the Yelp API and scraping to list restaurant information for neighborhoods in DC (right now, just Columbia Heights and Adams Morgan).

> See **restaurants_by_neighborhood.csv** for sample output

## Prerequisites ##

- Python 2.7
- Pip
- Yelp account

## Install ##

`pip install -r requirements.txt`

## Configure ##

Add your Yelp API credentials to **credentials.json**

## Run ##

`python main.py`

> Open **restaurants_by_neighborhood.csv** to see the results

## Customize ##

Change the list of neighborhoods in **main.py**