{"id":19207669,"url":"https://github.com/gill-singh-a/crawler","last_synced_at":"2025-07-07T00:05:54.160Z","repository":{"id":167617373,"uuid":"630237308","full_name":"Gill-Singh-A/Crawler","owner":"Gill-Singh-A","description":"A Program that crawls on web starting from a given web page and looking for keywords through other internal links that are found","archived":false,"fork":false,"pushed_at":"2024-04-19T17:57:12.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T00:05:52.519Z","etag":null,"topics":["crawler","multithreading","osint","python","python3","requests","scraper"],"latest_commit_sha":null,"homepage":"","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/Gill-Singh-A.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":"2023-04-20T00:44:22.000Z","updated_at":"2024-10-13T03:57:00.000Z","dependencies_parsed_at":"2023-11-24T22:30:43.091Z","dependency_job_id":"7ad612bd-00b7-4191-90fe-3836a934646d","html_url":"https://github.com/Gill-Singh-A/Crawler","commit_stats":null,"previous_names":["gill-singh-a/crawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gill-Singh-A/Crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FCrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FCrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FCrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FCrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gill-Singh-A","download_url":"https://codeload.github.com/Gill-Singh-A/Crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FCrawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263991444,"owners_count":23540665,"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":["crawler","multithreading","osint","python","python3","requests","scraper"],"created_at":"2024-11-09T13:21:45.869Z","updated_at":"2025-07-07T00:05:54.132Z","avatar_url":"https://github.com/Gill-Singh-A.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crawler\nA Program that crawls on web starting from a given web page and looking for keywords through other internal links that are found.\n\n## Requirements\nLangauge Used = Python3\u003cbr /\u003e\nModules/Packages used:\n* requests\n* pickle\n* bs4\n* datetime\n* optparse\n* colorama\n* time\n\u003c!-- --\u003e\nInstall the dependencies:\n```bash\npip install -r requirements.txt\n```\n## Input\n * '-u', \"--url\" : URL to start Crawling from\n * '-t', \"--in-text\" : Words to find in text (seperated by ',')\n * '-s', \"--session-id\" : Session ID (Cookie) for the Request Header (Optional)\n * '-w', \"--write\" : Name of the File for the data to be dumped (default=current data and time)\n * '-e', \"--external\" : Crawl on External URLs (True/False, default=False)\n * '-T', \"--timeout\" : Request Timeout\n## Output\nIt will stop when it has crawled all the internal links of the given URL or if the user presses CTRL+C.\u003cbr /\u003e\nIt then display Information about total URLs extracted, Internal URLs extracted and external URLs extracted.\u003cbr /\u003e\nAnd finally gives a list or URLs in which the keywords we've interested in were found.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Fcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgill-singh-a%2Fcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Fcrawler/lists"}