{"id":28303454,"url":"https://github.com/apsalverda/assets-checker-python","last_synced_at":"2026-03-05T07:01:52.420Z","repository":{"id":293905944,"uuid":"985461306","full_name":"apsalverda/assets-checker-python","owner":"apsalverda","description":"⚙️ A simple tool to identify missing assets in content JSON.","archived":false,"fork":false,"pushed_at":"2025-08-17T14:00:13.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T16:04:24.968Z","etag":null,"topics":["assets","check","checking","images","json","json-data","missing","sound","verification","verify","video"],"latest_commit_sha":null,"homepage":"","language":"Python","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/apsalverda.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-17T20:11:38.000Z","updated_at":"2025-08-17T14:00:16.000Z","dependencies_parsed_at":"2025-05-17T21:27:29.729Z","dependency_job_id":"0a771c21-af20-4560-8a50-4699d7c18c39","html_url":"https://github.com/apsalverda/assets-checker-python","commit_stats":null,"previous_names":["apsalverda/assets-checker-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apsalverda/assets-checker-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsalverda%2Fassets-checker-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsalverda%2Fassets-checker-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsalverda%2Fassets-checker-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsalverda%2Fassets-checker-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsalverda","download_url":"https://codeload.github.com/apsalverda/assets-checker-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsalverda%2Fassets-checker-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30113111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["assets","check","checking","images","json","json-data","missing","sound","verification","verify","video"],"created_at":"2025-05-23T23:11:09.250Z","updated_at":"2026-03-05T07:01:52.385Z","avatar_url":"https://github.com/apsalverda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Introduction\n\nThis tool identifies missing assets (such as image, audio and video files) referenced in content JSON.\n\n👉 If you have suggestions for improvements, please submit a pull request, report an issue, or contact me directly on [LinkedIn](https://www.linkedin.com/in/anne-pier-salverda-37ab7042/).\n\n### Example output\n\nOutput generated when running `python main.py` for the files included in this repo.\n\n![image](https://github.com/user-attachments/assets/b0d9c671-0d30-40b6-942c-b9449509b666)\n\n### Usage\n\nModify the Python script according to your requirements.\n\nAt the top of the script, specify:\n1. The folder(s) that contain the assets\n2. The folder(s) that contain the content JSON\n3. The relevant assets to check (category label, file extension), for instance:\n```\nassets_to_check = [\n  {\"asset_label\": \"images\", \"asset_extension\": \"png\"},\n  {\"asset_label\": \"sound files\", \"asset_extension\": \"mp3\"},\n  {\"asset_label\": \"videos\", \"asset_extension\": \"mp4\"}\n]\n```\n\nThen run the script by entering `python main.py` in your console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsalverda%2Fassets-checker-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsalverda%2Fassets-checker-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsalverda%2Fassets-checker-python/lists"}