{"id":19684898,"url":"https://github.com/jefftriplett/pholcidae-demo","last_synced_at":"2025-07-22T04:04:36.179Z","repository":{"id":66934126,"uuid":"112567410","full_name":"jefftriplett/pholcidae-demo","owner":"jefftriplett","description":":spider: A Pholcidae demo for crawling/spidering a website","archived":false,"fork":false,"pushed_at":"2017-12-22T21:10:50.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T08:08:32.046Z","etag":null,"topics":["crawler","csv","pholcidae","python","scrapper","scrapy-crawler","spider","toml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jefftriplett.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":"2017-11-30T05:11:16.000Z","updated_at":"2017-12-01T20:23:39.000Z","dependencies_parsed_at":"2023-02-22T19:30:12.799Z","dependency_job_id":null,"html_url":"https://github.com/jefftriplett/pholcidae-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jefftriplett/pholcidae-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fpholcidae-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fpholcidae-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fpholcidae-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fpholcidae-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jefftriplett","download_url":"https://codeload.github.com/jefftriplett/pholcidae-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefftriplett%2Fpholcidae-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266424014,"owners_count":23926123,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["crawler","csv","pholcidae","python","scrapper","scrapy-crawler","spider","toml"],"created_at":"2024-11-11T18:19:16.269Z","updated_at":"2025-07-22T04:04:36.171Z","avatar_url":"https://github.com/jefftriplett.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pholcidae Demo\n\n[Pholcidae](https://github.com/bbrodriges/pholcidae) is a \"Tiny python web crawler\" which makes writing customer spiders for checking for bad links on websites easily. \n\nThis is a simple demo that I use as a starting point for building a crawler. \n\nThe website's status code and URL are printed in CSV parse-able output. \n\n## Installation\n\n```shell\n$ git clone git@github.com:jefftriplett/pholcidae-demo.git\n$ cd pholcidae-demo\n$ pipenv install\n```\n\n## Usage\n\n```shell\n$ python spider.py\nUsage: spider.py [OPTIONS] URL\n\nOptions:\n  -t, --threads INTEGER\n  --help                 Show this message and exit.\n\nUsage Examples:\n\n   Spider localhost with two threads:\n   $ python spider.py --threads=2 http://localhost:8000/\n   200,http://localhost:8000/\n   200,http://localhost:8000/about/\n   200,http://localhost:8000/blog/\n   writing localhost-8000.toml\n   done\n\n   # view results in toml format for easy digestion\n   $ cat localhost-8000.toml\n   [\"http://localhost:8000/\"]\n   status = \"200\"\n\n   [\"http://localhost:8000/about/\"]\n   status = \"200\"\n\n   [\"http://localhost:8000/blog/\"]\n   status = \"200\"\n```\n\n## Contact / Social Media\n\nHere are a few ways to keep up with me online. If you have a question about this project, please consider opening a GitHub Issue. \n\n[![](https://jefftriplett.com/assets/images/social/github.png)](https://github.com/jefftriplett)\n[![](https://jefftriplett.com/assets/images/social/globe.png)](https://jefftriplett.com/)\n[![](https://jefftriplett.com/assets/images/social/twitter.png)](https://twitter.com/webology)\n[![](https://jefftriplett.com/assets/images/social/docker.png)](https://hub.docker.com/u/jefftriplett/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefftriplett%2Fpholcidae-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefftriplett%2Fpholcidae-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefftriplett%2Fpholcidae-demo/lists"}