Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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