https://github.com/zeroxbrock/yelpcsv
dockerized flask app that fetches business data from Yelp and generates CSV files for use in spreadsheets
https://github.com/zeroxbrock/yelpcsv
Last synced: over 1 year ago
JSON representation
dockerized flask app that fetches business data from Yelp and generates CSV files for use in spreadsheets
- Host: GitHub
- URL: https://github.com/zeroxbrock/yelpcsv
- Owner: zeroXbrock
- Created: 2018-07-08T02:47:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T05:57:17.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T21:21:16.405Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 3.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use
1. Replace the AUTH string in *`app/parser.py`* with your own Yelp API key
2. If you want to use https, add your key and cert into the keys directory
- You'll also have to modify the "cert authority secret link" function in *`app/app.py`*
- If you don't want https, comment out the SSL context stuff (lines 10-17) in *`app/app.py`*, remove **`ssl_context`** from the **`app.run(...)`** call in *`app/app.py`*, and you might also change the ports in that function and the `docker-compose.yml` file (to 80 or whatever)
3. `docker-compose up`
