/restaurants_by_neighborhood

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

Primary LanguagePython

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