Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 365 Bytes

OpenMensa SH

This parser reads the menu from canteens of the Studentenwerk Schleswig-Holstein and parses them to the OpenMensa format.

Usage

./parser-mensa.py <town> [mensa] [days]

Deployment

  1. Create .env file to set host:

    HOST=example.com
  2. Run docker-compose up -d (currently depends on external Traefik setup)