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
- Python 2.7
- Pip
- Yelp account
pip install -r requirements.txt
Add your Yelp API credentials to credentials.json
python main.py
Open restaurants_by_neighborhood.csv to see the results
Change the list of neighborhoods in main.py