Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidm42/lieferando-menu-as-csv
Quick proof of concept script to get lieferando menu of a restaurant as CSV file and import into other programs
https://github.com/davidm42/lieferando-menu-as-csv
Last synced: about 2 months ago
JSON representation
Quick proof of concept script to get lieferando menu of a restaurant as CSV file and import into other programs
- Host: GitHub
- URL: https://github.com/davidm42/lieferando-menu-as-csv
- Owner: DavidM42
- Created: 2022-02-02T15:44:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T15:44:54.000Z (about 3 years ago)
- Last Synced: 2024-10-07T07:21:09.164Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lieferando Menu to CSV
Quick proof of concept script to get lieferando menu of a restaurant as CSV file and import into other programs.
Uses REST-API used by the normal lieferando web app.## How to run
Prerequisite: You have to have `NodeJS` and `npm` installed.
```shell
npm i
npm run start
```* Input the url to the wanted restaurant (e.g. `https://www.lieferando.de/speisekarte/mcdonalds-fulda-frankfurter-strasse`) and the name for the csv file
* Finito## Values parsed per product
* Name
* Description
* Price for item when deliveredThere is a lot more info available in the used API which could be added to the returned CSV if wanted.