{"id":18750115,"url":"https://github.com/mindfiredigital/deepscanbot","last_synced_at":"2025-08-10T22:49:06.824Z","repository":{"id":245087822,"uuid":"817226153","full_name":"mindfiredigital/DeepScanBot","owner":"mindfiredigital","description":"It allows you to crawl websites with various configurations, including crawl depth, timeout settings, proxy support, and output options.","archived":false,"fork":false,"pushed_at":"2024-08-30T06:22:00.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-13T22:03:53.835Z","etag":null,"topics":["bot","crawl","crawler","go","golang","google","webcrawler"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mindfiredigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-19T09:16:57.000Z","updated_at":"2025-04-14T17:05:16.000Z","dependencies_parsed_at":"2024-06-21T04:45:12.111Z","dependency_job_id":"5ead3289-cb8b-43b3-9d1e-5a737733fb4b","html_url":"https://github.com/mindfiredigital/DeepScanBot","commit_stats":null,"previous_names":["hitesh-mindfire/web-crawler-assignment","mindfiredigital/deepscanbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mindfiredigital/DeepScanBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2FDeepScanBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2FDeepScanBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2FDeepScanBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2FDeepScanBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindfiredigital","download_url":"https://codeload.github.com/mindfiredigital/DeepScanBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2FDeepScanBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803693,"owners_count":24477649,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bot","crawl","crawler","go","golang","google","webcrawler"],"created_at":"2024-11-07T17:10:21.559Z","updated_at":"2025-08-10T22:49:06.752Z","avatar_url":"https://github.com/mindfiredigital.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepScanBot: Web Crawler\n\nDeepScanBot is a customizable web crawler written in Go.\n\n## Overview\n\nDeepScanBot allows you to crawl websites with various configurations, including crawl depth, timeout settings, proxy support, and output options.\n\n## Features\n\n- **Customizable Crawl Depth**: Set the maximum depth to crawl web pages.\n- **Timeout Management**: Set a timeout for each HTTP request.\n- **Proxy Support**: Specify a proxy server for the HTTP requests.\n- **Output Options**: Choose between plain text or JSON output.\n- **Page Size Limit**: Skip pages exceeding a certain size.\n- **Disable Redirects**: Option to disable HTTP redirects.\n- **TLS Verification**: Option to disable TLS verification for HTTPS requests.\n- **Unique URL Tracking**: Ensures URLs are crawled only once if enabled.\n- **Show URL Source**: Display where each URL was found (e.g., in `\u003ca\u003e` tags, `\u003cscript\u003e` tags).\n\n## Usage\n\nTo run the web crawler, use the following commands:\n\n### Install Dependencies\n\n```bash\ngo mod download\n\n# Run the Crawler\n\ngo run main.go -url \u003cstarting_url\u003e [options]\n\n# Build the Crawler\n\ngo build\n\n# Flags\n-url \u003cstring\u003e: Required. The starting URL for the crawler.\n-depth \u003cint\u003e: Maximum depth to crawl. Default: 2.\n-timeout \u003cint\u003e: Timeout for each HTTP request in seconds. Default: 2.\n-proxy \u003cstring\u003e: Proxy URL for HTTP requests. Example: http://127.0.0.1:8080.\n-json: Output results in JSON format. Default: false.\n-size \u003cint\u003e: Limit page size in KB. Default: -1 (no limit).\n-dr: Disable following HTTP redirects. Default: false.\n-s: Show the source of the URL based on where it was found. Default: false.\n-insecure: Disable TLS verification. Default: false.\n-u: Ensure unique URLs are crawled. Default: false.\n-h: Show help message.\n\n# Example\nTo start crawling from https://example.com with a maximum depth of 3, run:\n\ngo run main.go -url https://example.com -depth 3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindfiredigital%2Fdeepscanbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindfiredigital%2Fdeepscanbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindfiredigital%2Fdeepscanbot/lists"}