{"id":13557305,"url":"https://github.com/danhje/dead-link-crawler","last_synced_at":"2025-06-23T20:06:14.728Z","repository":{"id":50156781,"uuid":"162616312","full_name":"danhje/dead-link-crawler","owner":"danhje","description":"An efficient, asynchronous crawler that identifies broken links on a given domain.","archived":false,"fork":false,"pushed_at":"2025-01-03T11:17:40.000Z","size":136,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-10T05:07:11.271Z","etag":null,"topics":["async","broken-links","crawler","dead-links","python","python3"],"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/danhje.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-12-20T18:27:07.000Z","updated_at":"2025-01-03T11:17:41.000Z","dependencies_parsed_at":"2024-11-04T07:31:18.319Z","dependency_job_id":"f5a8d734-6795-44fa-9669-79ca82068f60","html_url":"https://github.com/danhje/dead-link-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danhje/dead-link-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhje%2Fdead-link-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhje%2Fdead-link-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhje%2Fdead-link-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhje%2Fdead-link-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danhje","download_url":"https://codeload.github.com/danhje/dead-link-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhje%2Fdead-link-crawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548738,"owners_count":23175495,"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":["async","broken-links","crawler","dead-links","python","python3"],"created_at":"2024-08-01T12:04:16.130Z","updated_at":"2025-06-23T20:06:14.707Z","avatar_url":"https://github.com/danhje.png","language":"Python","funding_links":[],"categories":["Python","python3"],"sub_categories":[],"readme":"# Dead Link Crawler\nAn efficient, asynchronous crawler that identifies broken links on a given domain.\n\n## Installation\n```shell\ngit clone https://github.com/danhje/dead-link-crawler.git\ncd dead-link-crawler\npipenv install\n```\n\n## Usage\nTo start Python from within the virtual environment:\n```shell\npipenv run python\n```\nTo start the crawl and print the results:\n```python\nfrom deadLinkCrawler import DeadLinkCrawler\n\ncrawler = DeadLinkCrawler()\ncrawler.startCrawl('http://danielhjertholm.me/prosjekter.htm', verbose=True)\ncrawler.printDeadLinks()\ncheckedLinks = crawler.checkedLinks\ndeadLinks = list(crawler.deadLinks)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhje%2Fdead-link-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanhje%2Fdead-link-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhje%2Fdead-link-crawler/lists"}