{"id":23191961,"url":"https://github.com/markwinter/find-dead-links","last_synced_at":"2025-04-05T06:44:57.458Z","repository":{"id":53732231,"uuid":"348001221","full_name":"markwinter/find-dead-links","owner":"markwinter","description":"Find dead links in your git repo","archived":false,"fork":false,"pushed_at":"2021-03-17T11:46:08.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T14:43:18.306Z","etag":null,"topics":[],"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/markwinter.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":"2021-03-15T14:27:01.000Z","updated_at":"2021-03-17T11:46:11.000Z","dependencies_parsed_at":"2022-09-23T19:02:28.534Z","dependency_job_id":null,"html_url":"https://github.com/markwinter/find-dead-links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwinter%2Ffind-dead-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwinter%2Ffind-dead-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwinter%2Ffind-dead-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwinter%2Ffind-dead-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markwinter","download_url":"https://codeload.github.com/markwinter/find-dead-links/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299786,"owners_count":20916186,"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":[],"created_at":"2024-12-18T12:19:31.956Z","updated_at":"2025-04-05T06:44:57.435Z","avatar_url":"https://github.com/markwinter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Find Dead Links\n\nThis is a quick tool to find dead links in `.md` files in a git repo\n\nIt requires Python3.7\n\n#### Usage\n\n1. Clone this repo\n\n```BASH\n$ git clone https://github.com/markwinter/find-dead-links.git\n$ cd find-dead-links\n```\n\n2. Install the required python modules\n```BASH\n$ pip3 install -r requirements.txt\n```\n\n3. Edit the `MD_EXTENSION` if necessary (Default: `.md`)\n\n4. Run the script with path to your git repo\n```BASH\n$ python3 find_dead_links.py ../path/to/repo\n[*] Finding all .md pages\n\t[*] Found 185 pages\n[*] Finding all links in pages\n\t[*] Found 1309 links\n[*] Trying links\nPage: /README.md, Link: https://github.com/kubeflow/manifests/tree/master/kfserving, Status: 404\n```\n\n\n#### Notes\n\n1. HTTP links are requested with python requests\n\n2. Other links are checked by trying to find the file locally\n\n3. `HTTP 459` This error is Github rate limiting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkwinter%2Ffind-dead-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkwinter%2Ffind-dead-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkwinter%2Ffind-dead-links/lists"}