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
- Host: GitHub
- URL: https://github.com/technodelight/teletal
- Owner: technodelight
- License: unlicense
- Created: 2025-05-27T06:55:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-19T08:09:53.000Z (7 months ago)
- Last Synced: 2025-11-19T10:08:46.399Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```