{"id":24737473,"url":"https://github.com/engineersbox/sitecrawler","last_synced_at":"2026-06-23T08:31:59.001Z","repository":{"id":109328059,"uuid":"320822589","full_name":"EngineersBox/SiteCrawler","owner":"EngineersBox","description":"A website crawler that rescursively explores links on the page. External to depth 1 and internal to depth n","archived":false,"fork":false,"pushed_at":"2020-12-12T12:27:33.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T09:40:08.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/EngineersBox.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":"2020-12-12T12:12:39.000Z","updated_at":"2022-11-18T00:55:04.000Z","dependencies_parsed_at":"2023-03-08T09:30:38.079Z","dependency_job_id":null,"html_url":"https://github.com/EngineersBox/SiteCrawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EngineersBox/SiteCrawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineersBox%2FSiteCrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineersBox%2FSiteCrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineersBox%2FSiteCrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineersBox%2FSiteCrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngineersBox","download_url":"https://codeload.github.com/EngineersBox/SiteCrawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineersBox%2FSiteCrawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34682622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-01-27T22:08:27.926Z","updated_at":"2026-06-23T08:31:58.995Z","avatar_url":"https://github.com/EngineersBox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SiteCrawler\n\nA website crawler that rescursively explores links on the page. External to depth 1 and internal to depth n\n\n- [SiteCrawler](#sitecrawler)\n  - [Requirements](#requirements)\n  - [Setup](#setup)\n    - [Windows](#windows)\n    - [Unix](#unix)\n  - [Running the Script](#running-the-script)\n  - [Acknowledgements](#acknowledgements)\n\n## Requirements\n\n- **Dependencies** (included in requirements.txt - see below)\n  - bs4\n  - requests\n  - lxml\n  \n- **Python Versions Tested**\n  - 3.8.2 - 3.9\n\n---\n\n## Setup\n\n### Windows\n\n```cmd\npython3 -m venv venv\nvenv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n*or*\n\n```cmd\nmake setup_win\n```\n\n### Unix\n\n```cmd\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n*or*\n\n```cmd\nmake setup_unix\n```\n\n## Running the Script\n\n```cmd\npython3 crawler.py -d https://webscrapethissite.org -o test.txt\n```\n\n---\n\n## Acknowledgements\n\nThis is based on an implementation by Ahad Sheriff with the following license:\n\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineersbox%2Fsitecrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineersbox%2Fsitecrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineersbox%2Fsitecrawler/lists"}