gold-scraper
v1.0.3
Published
Cinema Gold terminal scraper TUI
Downloads
392
Readme
Gold Scraper
Terminal UI scraper for Cinema Gold showtimes and live reservation counts.
What it does
- Scrapes the Cinema Gold program page
- Groups screenings by consecutive days starting from today
- Shows title, time, and current reservations in a terminal table
- Lets you refresh data without restarting the app
Requirements
- Node.js 18+ (uses built-in
fetch) - npm
Install
npm installRun
npm startControls
Left/h: previous dayRight/l: next dayr: refresh dataqorCtrl+C: quit
Notes
- Data source:
https://www.cinemagold.nl/filmprogramma - Reservation counts are fetched from the Cinema backend API when available.
- If a reservation count cannot be fetched,
n/ais shown.
