{"id":13622261,"url":"https://github.com/javierarce/letterboxd-scraper","last_synced_at":"2025-05-07T18:22:03.073Z","repository":{"id":188072822,"uuid":"678058465","full_name":"javierarce/letterboxd-scraper","owner":"javierarce","description":"A script that scrapes films from a Letterboxd user's public diary.","archived":false,"fork":false,"pushed_at":"2023-08-20T17:14:41.000Z","size":92,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T12:57:26.296Z","etag":null,"topics":["diary","films","letterboxd","movies","scraper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javierarce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-13T14:51:01.000Z","updated_at":"2025-02-10T13:23:25.000Z","dependencies_parsed_at":"2023-09-06T15:49:23.582Z","dependency_job_id":null,"html_url":"https://github.com/javierarce/letterboxd-scraper","commit_stats":null,"previous_names":["javierarce/letterboxd-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Fletterboxd-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Fletterboxd-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Fletterboxd-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Fletterboxd-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javierarce","download_url":"https://codeload.github.com/javierarce/letterboxd-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931822,"owners_count":21827174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["diary","films","letterboxd","movies","scraper"],"created_at":"2024-08-01T21:01:16.822Z","updated_at":"2025-05-07T18:22:03.039Z","avatar_url":"https://github.com/javierarce.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"### Letterboxd Film Scraper\n\nA script that scrapes films from a Letterboxd user's public diary.\n\n```shell\nyarn letterboxd {username}\n```\n\n### Result\n\nThe films will be saved in the `films.json` file with the following structure:\n\n```js\n{\n  \"updated_at\": \"2023-08-13\",\n  \"count\": 470,\n  \"films\": [\n    {\n      \"watched_on\": \"2022-10-24\",\n      \"title\": \"Aftersun (2022)\",\n      \"rating\": 4.5,\n      \"rewatched\": false,\n      \"permalink\": \"aftersun\"\n    },\n    {\n      \"watched_on\": \"2021-03-20\",\n      \"title\": \"Le Trou (1960)\",\n      \"rating\": 5,\n      \"rewatched\": true,\n      \"permalink\": \"le-trou\"\n    },\n    ...\n    {\n      \"watched_on\": \"2020-09-13\",\n      \"title\": \"Tampopo (1985)\",\n      \"rating\": 5,\n      \"rewatched\": false,\n      \"permalink\": \"tampopo\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierarce%2Fletterboxd-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierarce%2Fletterboxd-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierarce%2Fletterboxd-scraper/lists"}