https://github.com/ryu-cz/zomato-menu-exporter
Python script exports online menu of your favorite restaurant into PDF
https://github.com/ryu-cz/zomato-menu-exporter
Last synced: 3 months ago
JSON representation
Python script exports online menu of your favorite restaurant into PDF
- Host: GitHub
- URL: https://github.com/ryu-cz/zomato-menu-exporter
- Owner: Ryu-CZ
- License: gpl-2.0
- Created: 2015-08-27T10:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T06:01:09.000Z (over 9 years ago)
- Last Synced: 2025-02-15T10:07:20.249Z (3 months ago)
- Language: Python
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zomato menu exporter
This python script exports online menu of your favorite restaurant on www.zomato.com into PDF.### Version
1.0.2### Installation
```{r, engine='bash'}
pip install -r requirements.txt
```### Usage
Run this script in terminal where you can provide optional parameters:
```{r, engine='bash'}
python menuParser.py
```
Default parameters values:
- url = 'https://www.zomato.com/cs/brno/colatransport-turany-brno-jih/menu'
- outFile = './menu_%s.pdf'%(dt.datetime.now().date().isoformat())License
----
GNU General Public License v2.0