Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mheiber/restaurants_by_neighborhood
- Owner: mheiber
- Created: 2015-09-14T01:07:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T14:42:44.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:44:13.861Z (3 months ago)
- Language: Python
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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**