{"id":17749683,"url":"https://github.com/kaltsoon/dead-link-checker","last_synced_at":"2025-06-26T13:36:42.155Z","repository":{"id":151463689,"uuid":"417532060","full_name":"Kaltsoon/dead-link-checker","owner":"Kaltsoon","description":"💀 A dead-simple way (pun intended) to recursively look for broken links on a web page","archived":false,"fork":false,"pushed_at":"2022-06-02T11:29:34.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-14T11:44:25.735Z","etag":null,"topics":["cli","docker","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kaltsoon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-15T14:37:07.000Z","updated_at":"2025-05-19T09:23:43.000Z","dependencies_parsed_at":"2023-05-23T16:15:27.390Z","dependency_job_id":null,"html_url":"https://github.com/Kaltsoon/dead-link-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kaltsoon/dead-link-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaltsoon%2Fdead-link-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaltsoon%2Fdead-link-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaltsoon%2Fdead-link-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaltsoon%2Fdead-link-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kaltsoon","download_url":"https://codeload.github.com/Kaltsoon/dead-link-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaltsoon%2Fdead-link-checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259890069,"owners_count":22927344,"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":["cli","docker","python"],"created_at":"2024-10-26T11:24:21.029Z","updated_at":"2025-06-26T13:36:42.132Z","avatar_url":"https://github.com/Kaltsoon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💀 Dead Link Checker\n\n[![Test](https://github.com/Kaltsoon/dead-link-checker/actions/workflows/test.yml/badge.svg)](https://github.com/Kaltsoon/dead-link-checker/actions/workflows/test.yml)\n\nA dead-simple way (pun intended) to recursively look for broken links on a web page. Link is considered broken if its URL responds with an HTTP error status code or sends no response. Link with an [URI fragment](https://en.wikipedia.org/wiki/URI_fragment) is considered broken if there's no target for the fragment on the corresponding page.\n\n## Requirements\n\nPython version 3.9 or later.\n\n## How to use?\n\nWith Docker:\n\n1. Run the container by running `docker run --rm -v /path/to/data:/usr/src/app/data kaltsoon/dead-link-checker --url \u003curl\u003e` with the desired URL. Once the script is finished, it will write a report to the `/path/to/data/report.json` file which contains broken links per URL. Note that the script will only go through the internal links to avoid things getting out of hand. Run `docker run --rm kaltsoon/dead-link-checker --help` to see available options.\n\nWithout Docker:\n\n1. Create a virtual environmennt by running `python3 -m venv env` and activate it by running `source env/bin/activate`.\n2. Install dependencies inside the virtual environment by running `pip3 install -r requirements.txt`.\n3. Inside the virtual environment run `python3 src/index.py --url \u003curl\u003e` with the desired URL. Once the script is finished, it will write a report to the `data/report.json` file which contains broken links per URL. Note that the script will only go through the internal links to avoid things getting out of hand. Run `python3 src/index.py --help` to see available options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaltsoon%2Fdead-link-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaltsoon%2Fdead-link-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaltsoon%2Fdead-link-checker/lists"}