{"id":21739511,"url":"https://github.com/kodemartin/webcrawler","last_synced_at":"2025-07-18T14:35:46.995Z","repository":{"id":137906898,"uuid":"555514106","full_name":"kodemartin/webcrawler","owner":"kodemartin","description":"A simple webcrawler","archived":false,"fork":false,"pushed_at":"2022-11-27T19:04:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T00:44:49.546Z","etag":null,"topics":["crawler","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kodemartin.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":"2022-10-21T18:29:38.000Z","updated_at":"2022-12-05T11:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"86660768-8bcf-4275-b40c-0f8bbb2546df","html_url":"https://github.com/kodemartin/webcrawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodemartin/webcrawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodemartin%2Fwebcrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodemartin%2Fwebcrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodemartin%2Fwebcrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodemartin%2Fwebcrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodemartin","download_url":"https://codeload.github.com/kodemartin/webcrawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodemartin%2Fwebcrawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259699027,"owners_count":22898182,"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":["crawler","rust"],"created_at":"2024-11-26T06:09:17.519Z","updated_at":"2025-06-13T18:33:18.298Z","avatar_url":"https://github.com/kodemartin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `webcrawler`\n\nA library for enabling breadth-first crawling starting from a root URL.\n\n## Features\n\n* Dynamically set maximum concurrent tasks\n* Dynamically set maximum number of pages to visit\n* Skips duplicate pages\n* Stores visited pages in the `webpages` directory.\n\n## Command-line application\n\nThe library is used to expose a command-line program (`crawler-cli`) that\nexposes its functionality according to the following API\n\n```\n$ cargo run -- --help\n\nA command-line application that launches a crawler starting from a root url, and\ndescending to nested urls in a breadth-first manner\n\nUsage: crawler-cli [OPTIONS] \u003cROOT_URL\u003e\n\nArguments:\n  \u003cROOT_URL\u003e  The root url to start the crawling from\n\nOptions:\n      --max-tasks \u003cMAX_TASKS\u003e  Max number of concurrent tasks to trigger\n[default: 5]\n      --max-pages \u003cMAX_PAGES\u003e  Max number of pages to visit [default: 100]\n      --n-workers \u003cN_WORKERS\u003e  Number of workers. By default this equals the\nnumber of available cores\n  -h, --help                   Print help information\n  -V, --version                Print version information\n```\n\n## Limitations\n\n* Links with relative urls are not treated\n* `robots.txt` is not handled\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodemartin%2Fwebcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodemartin%2Fwebcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodemartin%2Fwebcrawler/lists"}