{"id":14402295,"url":"https://github.com/port19x/deadsniper","last_synced_at":"2025-04-01T08:31:58.993Z","repository":{"id":253435724,"uuid":"843497585","full_name":"port19x/deadsniper","owner":"port19x","description":"A fast, specialized dead-link checker","archived":false,"fork":false,"pushed_at":"2024-09-16T05:37:28.000Z","size":20,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-25T06:01:36.660Z","etag":null,"topics":["broken-links","dead-links","github-actions","security","seo","seo-optimization"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/port19x.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":"2024-08-16T16:41:12.000Z","updated_at":"2024-09-16T05:37:31.000Z","dependencies_parsed_at":"2024-09-16T06:50:40.759Z","dependency_job_id":"10139ad4-081d-4179-b2e0-786f85b9ccba","html_url":"https://github.com/port19x/deadsniper","commit_stats":null,"previous_names":["port19x/deadsniper"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/port19x%2Fdeadsniper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/port19x%2Fdeadsniper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/port19x%2Fdeadsniper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/port19x%2Fdeadsniper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/port19x","download_url":"https://codeload.github.com/port19x/deadsniper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222710018,"owners_count":17026771,"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":["broken-links","dead-links","github-actions","security","seo","seo-optimization"],"created_at":"2024-08-29T12:01:02.931Z","updated_at":"2024-11-02T12:06:32.708Z","avatar_url":"https://github.com/port19x.png","language":"Go","funding_links":[],"categories":["Weapons"],"sub_categories":["Tools"],"readme":"# Deadsniper\n\nDead link (broken link) means a web page you have previously linked to is no longer available.\nThese dead links have a negative impact on SEO, Security and user experience.\nThis tool, inspired by [DeadFinder](https://github.com/hahwul/deadfinder), makes it easy to hunt them down.\n\nNote that this tool is much more limited in scope, only allowing use with a sitemap and only checking http/https links.\nFor customization and a slower, but broader tool, use [DeadFinder](https://github.com/hahwul/deadfinder).\n\n## Usage\n\n```\nUsage: deadsniper [options] \u003clink to sitemap.xml\u003e\n\nOptions:\n  -h | --help    print this help text\n  -V | --version print the version number\n  -s | --strict  allow only HTTP 200 response codes\n  -t | --timeout set the request timeout in seconds (default 5)\n\nExamples:\n  deadsniper https://port19.xyz/sitemap.xml\n  deadsniper -V\n  deadsniper --strict https://port19.xyz/sitemap.xml\n  deadsniper -t 1 -s https://port19.xyz/sitemap.xml\n```\n\n## Usage via Github Actions\n\nI recommend you download and run the binary, as building a whole docker container slows things down drastically\n\n```\nsteps:\n- name: Run Deadsniper\n  run: |\n    wget -q \"https://github.com/port19x/deadsniper/releases/download/v1.4/deadsniper\" \u0026\u0026 chmod +x ./deadsniper \u0026\u0026 ./deadsniper https://port19.xyz/sitemap.xml\n```\n\nAlternatively, you can use the classical github actions approach at a 10-20s speed cost\n\n```\nsteps:\n- name: Run Deadsniper\n  uses: port19x/deadsniper@master\n  with:\n    sitemap: \"https://port19.xyz/sitemap.xml\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fport19x%2Fdeadsniper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fport19x%2Fdeadsniper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fport19x%2Fdeadsniper/lists"}