{"id":18606115,"url":"https://github.com/phistrom/site_scan","last_synced_at":"2025-11-02T11:30:31.355Z","repository":{"id":26484288,"uuid":"29936298","full_name":"phistrom/site_scan","owner":"phistrom","description":"A site crawler for cache warming and emailing warnings about error pages","archived":false,"fork":false,"pushed_at":"2022-12-08T07:42:21.000Z","size":13,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T00:11:58.210Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phistrom.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}},"created_at":"2015-01-27T21:41:47.000Z","updated_at":"2021-03-24T19:22:24.000Z","dependencies_parsed_at":"2023-01-14T04:45:40.951Z","dependency_job_id":null,"html_url":"https://github.com/phistrom/site_scan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistrom%2Fsite_scan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistrom%2Fsite_scan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistrom%2Fsite_scan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistrom%2Fsite_scan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phistrom","download_url":"https://codeload.github.com/phistrom/site_scan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394716,"owners_count":19631122,"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":[],"created_at":"2024-11-07T02:24:19.224Z","updated_at":"2025-11-02T11:30:31.296Z","avatar_url":"https://github.com/phistrom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Site Scan\n\nSite Scan is a Python script for crawling a given domain. It can send an email about non-200 HTTP response code pages it found or it can just be used as a cache warmer.\n\n### Version\n0.1\n\n### Requires\n* [beautifulsoup4] - An HTML parser for finding anchor tags\n* [boto] - Amazon Web Services library for sending SES emails\n* [requests] - For getting the content and status codes of HTTP(S)\n\n### Installation\nYou should be able to do a pip install -r requirements.txt after creating a virtual environment and be ready to go.\n\n```sh\nsite_scan.py http://www.example.com\n```\nor you can specify a number of threads (the default is 10)\n```sh\nsite_scan.py http://www.example.com 8\n```\n**If you want an email report sent to you when the scan is complete**, fill out ```site_scan.conf.example``` with your \ninformation and rename to ```site_scan.conf```\n\nLicense\n----\n[Apache 2.0]\n\nAuthor\n----\n[@phistrom]\n\n[beautifulsoup4]:http://www.crummy.com/software/BeautifulSoup/bs4/doc/\n[boto]:https://github.com/boto/boto\n[requests]:https://github.com/kennethreitz/requests\n[Apache 2.0]:http://www.apache.org/licenses/LICENSE-2.0\n[@phistrom]:https://twitter.com/phistrom","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphistrom%2Fsite_scan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphistrom%2Fsite_scan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphistrom%2Fsite_scan/lists"}