Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T06:01:09.000Z (about 9 years ago)
- Last Synced: 2023-03-03T02:37:10.149Z (over 1 year 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