{"id":20252237,"url":"https://github.com/notreeceharris/www-crawler","last_synced_at":"2025-10-13T04:32:18.088Z","repository":{"id":242714595,"uuid":"809868125","full_name":"NotReeceHarris/www-crawler","owner":"NotReeceHarris","description":"🕷️⚡ a lighting fast web crawler, designed to crawl the entire internet.","archived":false,"fork":false,"pushed_at":"2024-06-05T16:01:01.000Z","size":103415,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T17:12:00.219Z","etag":null,"topics":["indexer","internet-crawler","webcrawler"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotReeceHarris.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-06-03T15:48:03.000Z","updated_at":"2024-06-05T16:01:05.000Z","dependencies_parsed_at":"2024-06-04T16:43:40.932Z","dependency_job_id":null,"html_url":"https://github.com/NotReeceHarris/www-crawler","commit_stats":null,"previous_names":["notreeceharris/www-crawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotReeceHarris%2Fwww-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotReeceHarris%2Fwww-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotReeceHarris%2Fwww-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotReeceHarris%2Fwww-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotReeceHarris","download_url":"https://codeload.github.com/NotReeceHarris/www-crawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241703171,"owners_count":20006112,"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":["indexer","internet-crawler","webcrawler"],"created_at":"2024-11-14T10:15:27.023Z","updated_at":"2025-10-13T04:32:13.054Z","avatar_url":"https://github.com/NotReeceHarris.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕷️ www-crawler\na lighting fast web ⚡ crawler, designed to crawl the entire internet.\n\n# Setup and Build\n\nTo build from source, you will need to have Go installed. If you use the pre-built binaries, this step is not necessary.\n\n```bash\n# Individual steps\n$ git clone https://github.com/NotReeceHarris/www-crawler\n$ cd www-crawler\n$ go build -o crawler ./src/.\n$ ./crawler\n\n# One command\n$ git clone https://github.com/NotReeceHarris/www-crawler \u0026\u0026 cd www-crawler \u0026\u0026 go build -o crawler ./src/. \u0026\u0026 ./crawler\n```\n\nOn Windows, you will need 64-bit GCC. Additionally, use the flag **`CGO_ENABLED=1`** when building.\n\n\n# Database structure\n\n```db\nTable domains {\n  id integer [primary key]\n  domain TEXT\n}\n\nTable paths {\n  id integer [primary key]\n  domain integer\n  path text\n  secure bool\n  httpCode text\n  scanned bool\n  onHold bool\n}\n\nTable links {\n  id integer [primary key]\n  parent integer\n  child integer\n}\n\nTable emails {\n  id integer [primary key]\n  email integer\n  path integer\n}\n\nRef: paths.domain \u003e domains.id\nRef: emails.path \u003e paths.id\nRef: links.parent \u003e paths.id\nRef: links.child \u003e paths.id\n```\n\nhttps://dbdiagram.io/d/665ed3e4b65d9338797257df\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotreeceharris%2Fwww-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotreeceharris%2Fwww-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotreeceharris%2Fwww-crawler/lists"}