{"id":46562111,"url":"https://github.com/harveyrandall/letterboxd-watch-progress","last_synced_at":"2026-03-07T06:11:21.825Z","repository":{"id":37653896,"uuid":"270139530","full_name":"harveyrandall/letterboxd-watch-progress","owner":"harveyrandall","description":"Fetch Letterboxd films watched for the year so far and plot against watching one film a day average","archived":false,"fork":false,"pushed_at":"2024-04-17T00:27:05.000Z","size":1611,"stargazers_count":2,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-06T21:54:48.631Z","etag":null,"topics":["chartjs","films","flask","letterboxd","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harveyrandall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-06T23:59:19.000Z","updated_at":"2024-01-24T13:25:13.000Z","dependencies_parsed_at":"2023-01-25T06:45:46.574Z","dependency_job_id":null,"html_url":"https://github.com/harveyrandall/letterboxd-watch-progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harveyrandall/letterboxd-watch-progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harveyrandall%2Fletterboxd-watch-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harveyrandall%2Fletterboxd-watch-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harveyrandall%2Fletterboxd-watch-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harveyrandall%2Fletterboxd-watch-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harveyrandall","download_url":"https://codeload.github.com/harveyrandall/letterboxd-watch-progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harveyrandall%2Fletterboxd-watch-progress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chartjs","films","flask","letterboxd","react"],"created_at":"2026-03-07T06:11:20.510Z","updated_at":"2026-03-07T06:11:21.815Z","avatar_url":"https://github.com/harveyrandall.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# letterboxd-watch-progress\n\nMy goal is to average watching one film a day for the entire year. The purpose of this small project is to track the progress of watched films for the current year to date. \n\nUse React + Chart.js for the frontend and a Flask server to scrape my Letterboxd diary page to get my logged entries. Using this I plot a chart with two lines: an average line for watching one film a day, and a line for the number of films I have actually watched. \n\nAbove the chart are three status boxes stating:\n\n1. The current day of the year\n2. The number of films I have watched so far\n3. Whether I'm ahead or behind and by how much\n\nI use a cronjob to fetch my diary entries at 5am every morning, the cronjob is not included within this repository but can easily be added using `crontab -e` on Mac/Linux with the following line `00 05 * * * \u003cpython_path\u003e \u003cpath_to_project\u003e/letterbox/api/letterboxd.py`.\n\n## Personalising the data\nIn `letterboxd/api/letterboxd.py` change the value of `username` to your Letterboxd username.\n\n# TODO: Update and correct below\nhttps://saqibameen.com/deploy-python-cron-job-scripts-on-heroku/ as reference for for adding `clock` to `Procfile` using `heroku ps:scale clock=1`.\n\n## Running the app\nFirst build the React project using `yarn build`. Then start the Flask api with `yarn run start-api` and run the React app with `serve -s build`. To view the project navigate to `localhost:3000` or whichever URL the `serve` tells you the app is available at.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharveyrandall%2Fletterboxd-watch-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharveyrandall%2Fletterboxd-watch-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharveyrandall%2Fletterboxd-watch-progress/lists"}