8000 GitHub - elh/roxie-theater: Fetch Roxie Theater showtimes for Letterboxd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elh/roxie-theater

Repository files navigation

roxie-theater

fetch

Fetches showtimes from the Roxie Theater website and prepares an import for Letterboxd.

at the Roxie list will be sporadically updated with this data. Lack of Letterboxd API means this needs to be done manually or with browser automation.

Implementation

graph TD;
    bs4["scrape.py (bs4)"];
    gpt["llm_extract.py (GPT)"];
    tmdb["id_movies.py (TMDB)"];
    out["prepare_import.py"];

    style OUT fill-opacity:0, stroke-opacity:0;

    bs4--json-->gpt--json-->tmdb--json-->out--csv-->OUT[ ];
Loading

See fetch Github Action for cron.
Relies on GPT and TMDB APIs.
OPENAI_API_KEY and TMDB_TOKEN env vars required.
Python and deps managed with Rye.



Disclaimer

Unofficial project from a Roxie Theater and Letterboxd fan.

About

Fetch Roxie Theater showtimes for Letterboxd

Topics

Resources

License

Stars

Watchers

Forks

Languages

0