{"id":18564150,"url":"https://github.com/shivamsaraswat/webxcrawler","last_synced_at":"2026-02-13T23:30:56.588Z","repository":{"id":142544442,"uuid":"589597455","full_name":"shivamsaraswat/webxcrawler","owner":"shivamsaraswat","description":"WebXCrawler is a fast static crawler to crawl a website and get all the links.","archived":false,"fork":false,"pushed_at":"2024-11-11T17:47:07.000Z","size":177,"stargazers_count":0,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T23:57:35.433Z","etag":null,"topics":["crawler","crawling","python","scraping","webcrawler","webxcrawler"],"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/shivamsaraswat.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":"2023-01-16T13:51:34.000Z","updated_at":"2024-08-18T07:17:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8249f82a-2482-4212-a7dd-1c0f1874c88b","html_url":"https://github.com/shivamsaraswat/webxcrawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivamsaraswat/webxcrawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaraswat%2Fwebxcrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaraswat%2Fwebxcrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaraswat%2Fwebxcrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaraswat%2Fwebxcrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivamsaraswat","download_url":"https://codeload.github.com/shivamsaraswat/webxcrawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaraswat%2Fwebxcrawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","crawling","python","scraping","webcrawler","webxcrawler"],"created_at":"2024-11-06T22:14:26.335Z","updated_at":"2026-02-13T23:30:56.561Z","avatar_url":"https://github.com/shivamsaraswat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebXCrawler\n\nWebXCrawler is a fast static crawler to crawl a website and get all the links.\n\n## Installation Through PIP\n\nTo install dependencies, use the following command:\n\n```bash\npip3 install -r requirements.txt\n```\n\n## Installation Through Poetry\n\nThis package is built with [Poetry](https://python-poetry.org/). To set up the virtual environment and install dependencies, follow these steps (trying using with sudo, if you get any error):\n\n```bash\npoetry install\n```\n\n### Installation with Docker\n\nThis tool can also be used with [Docker](https://www.docker.com/). To set up the Docker environment, follow these steps (trying using with sudo, if you get any error):\n\n```bash\ndocker build -t webxcrawler:latest .\n```\n\n## Using the WebXCrawler\n\nTo run the WebXCrawler on a website, use the '-u' flag and provide the URL as an argument:\n\n```bash\npython3 webxcrawler -u URL\n```\n\nFor an overview of all commands use the following command:\n\n```bash\npython3 webxcrawler -h\n```\n\nThe output shown below are the latest supported commands.\n\n```bash\n██╗    ██╗███████╗██████╗ ██╗  ██╗ ██████╗██████╗  █████╗ ██╗    ██╗██╗     ███████╗██████╗\n██║    ██║██╔════╝██╔══██╗╚██╗██╔╝██╔════╝██╔══██╗██╔══██╗██║    ██║██║     ██╔════╝██╔══██╗\n██║ █╗ ██║█████╗  ██████╔╝ ╚███╔╝ ██║     ██████╔╝███████║██║ █╗ ██║██║     █████╗  ██████╔╝\n██║███╗██║██╔══╝  ██╔══██╗ ██╔██╗ ██║     ██╔══██╗██╔══██║██║███╗██║██║     ██╔══╝  ██╔══██╗\n╚███╔███╔╝███████╗██████╔╝██╔╝ ██╗╚██████╗██║  ██║██║  ██║╚███╔███╔╝███████╗███████╗██║  ██║\n ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝╚═╝  ╚═╝\n                                           Coded with Love by Shivam Saraswat (@cybersapien)\n\nusage: python3 webxcrawler [-h] -u URL [-d int] [-t int] [-o file_path] [-V]\n\nWebXCrawler is a fast static crawler to crawl a website and get all the links.\n\noptions:\n  -h, --help            show this help message and exit\n  -u URL, --url URL     URL to crawl\n  -d int, --depth int   maximum depth to crawl (default 2)\n  -t int, --threads int\n                        number of threads to use (default 2)\n  -o file_path, --output file_path\n                        file to write output to\n  -V, --version         show webxcrawler version number and exit\n\nExample: python3 webxcrawler -u https://example.com -d 2 -t 10 -o /tmp/tofile\n```\n\n## Using the Docker Container\n\nA typical run through Docker would look as follows:\n\n```bash\ndocker run -it --rm webxcrawler -u URL\n```\n\n**NOTE:** Do check out **[Golang Version of WebXCrawler](https://github.com/shivamsaraswat/webxcrawler_go)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamsaraswat%2Fwebxcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamsaraswat%2Fwebxcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamsaraswat%2Fwebxcrawler/lists"}