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

https://github.com/technodelight/teletal

Python project to parse and structure teletal.hu menus
https://github.com/technodelight/teletal

Last synced: 5 months ago
JSON representation

Python project to parse and structure teletal.hu menus

Awesome Lists containing this project

README

          

# teletal
Python project to parse and structure teletal.hu menus

# development

```
apt install python3.12-venv
python3 -m venv .
cat requirements.txt | xargs bin/pip install
```