https://github.com/manik2000/nh-planner
LLM based app for NH movies recommendation.
https://github.com/manik2000/nh-planner
Last synced: 7 months ago
JSON representation
LLM based app for NH movies recommendation.
- Host: GitHub
- URL: https://github.com/manik2000/nh-planner
- Owner: Manik2000
- License: mit
- Created: 2024-12-30T06:32:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T07:27:05.000Z (11 months ago)
- Last Synced: 2025-07-12T09:20:02.668Z (11 months ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nh-planner
A CLI app that enables to scrape the screenings of Nowe Horyzonty cinema ([NH](https://www.kinonh.pl/index.s)) and then to filter the data.

## About
```
├── nh_planner
│ ├── __init__.py
│ ├── cli
│ │ ├── __init__.py
│ │ ├── app.py
│ │ └── commands
│ │ ├── filter.py
│ │ ├── get_limited.py
│ │ ├── info.py
│ │ ├── recommend.py
│ │ ├── refresh.py
│ │ └── utils.py
│ ├── core
│ │ ├── config.py
│ │ └── models.py
│ ├── main.py
│ └── services
│ ├── database.py
│ ├── embeddings.py
│ ├── filters.py
│ └── scraper.py
├── pyproject.toml
└── uv.lock
```