{"id":16543363,"url":"https://github.com/cak/foot","last_synced_at":"2026-05-22T16:34:07.528Z","repository":{"id":57431866,"uuid":"158682155","full_name":"cak/foot","owner":"cak","description":"Foot is a library that fetches a list of URLs and silly walks through each site to gather information.","archived":false,"fork":false,"pushed_at":"2024-10-16T09:06:53.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-28T03:43:49.347Z","etag":null,"topics":["bugbounty","crawler","scraping"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/foot/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-22T10:28:42.000Z","updated_at":"2018-12-17T15:55:42.000Z","dependencies_parsed_at":"2024-11-14T16:55:03.456Z","dependency_job_id":null,"html_url":"https://github.com/cak/foot","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"fe32838dee26fe19ba2847609dcf1abd7484dd40"},"previous_names":["cakinney/foot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cak/foot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Ffoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Ffoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Ffoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Ffoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cak","download_url":"https://codeload.github.com/cak/foot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Ffoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33354036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["bugbounty","crawler","scraping"],"created_at":"2024-10-11T19:00:05.435Z","updated_at":"2026-05-22T16:34:07.512Z","avatar_url":"https://github.com/cak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# foot\n\nWeb Crawling Project\n\nFoot is a library that fetches a list of URLs and silly walks through each site to gather information.\n\n## Usage\n### Install   \n\n`pip install foot`  \n\n#### foot (cli)\n\n- `-u` URL(s) (encapsulated in quotes, separated by commas) \n- `-f` filename (list of urls on new lines)\n\n##### Options (not required)\n\n- `-c` : Specify chunk size (default=10)\n- `--recursive` : Enable one level of recursion \n\n##### Examples:\n\nArray of URLS:  \n`foot -u 'http://example.com, http://example1.com'`  \n\nArray of URLS with Options:  \n`foot 'http://example.com, http://example1.com' -c 5 --recursive`  \n\nFile:  \n`foot -f 'example.txt`\n\nFile with Options:  \n`foot -f 'example.txt' -c 5 --recursive`   \n\n## Module\n\nImport:  \n`import foot`  \n\n\n### Functions\n\nThe `get` function takes an array of URLS and options. \n\n```javascript\nfoot.get([\"http://www.example`.com\", \"http://www.example2.com\"], options);\n    =\u003e Data output in ./foot/url.json and foot-date.txt\n```\n\nThe `file` function takes a filename and options. \n\n```python\nfoot.file(\"./test.txt\", recursive=True)\n    =\u003e Data output in ./foot/url.json and foot-date.txt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Ffoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcak%2Ffoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Ffoot/lists"}