{"id":16419622,"url":"https://github.com/foo290/www-net-graph","last_synced_at":"2025-09-03T13:41:06.852Z","repository":{"id":123397608,"uuid":"384431229","full_name":"foo290/www-net-graph","owner":"foo290","description":"An undirected graph of world wide web","archived":false,"fork":false,"pushed_at":"2021-07-09T13:17:59.000Z","size":4988,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T13:48:03.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/foo290.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":"2021-07-09T12:31:41.000Z","updated_at":"2021-07-09T13:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"76cdf4d1-d9e5-4297-bf17-bf1d0d64c5f2","html_url":"https://github.com/foo290/www-net-graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foo290/www-net-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Fwww-net-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Fwww-net-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Fwww-net-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Fwww-net-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foo290","download_url":"https://codeload.github.com/foo290/www-net-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foo290%2Fwww-net-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453537,"owners_count":25108470,"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-09-03T02:00:09.631Z","response_time":76,"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":"2024-10-11T07:25:21.211Z","updated_at":"2025-09-03T13:41:06.832Z","avatar_url":"https://github.com/foo290.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# www-net-graph\nGiven a link, will draw all the connected web pages to that link and further more upto a threshold,\nas one webpage can be connected to trillions of webpages.\n\nThe input of Href parser increases beyond the O(n!) because one webpage gives you at least 40 links, and those 40 will give 40 each and so on,\nand because this is not some computational overhead but rather dependent on IO (for fetching the webpage),\nthis program uses threads to improve performance.\n\nWhere normal(without threading) can take upto 5-15 minutes to parse 1000 links, using threading this is achieved in less than 10 secs. (also dependent on your internet speed) \n\n## Sparse\n\u003cimg width='700px' src=\"https://github.com/foo290/www-net-graph/blob/main/readme_images(Non-Project)/Screenshot%20from%202021-07-09%2017-45-25.png\"\u003e\n\n## Dense\n\u003cimg width='700px' src=\"https://github.com/foo290/www-net-graph/blob/main/readme_images(Non-Project)/Screenshot%20from%202021-07-09%2013-39-36.png\"\u003e\n\n### Example:\nFor given input ```https://twitter.com```\n\n\n\u003cimg width='700px' src=\"https://github.com/foo290/www-net-graph/blob/main/readme_images(Non-Project)/twitter_net.png\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoo290%2Fwww-net-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoo290%2Fwww-net-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoo290%2Fwww-net-graph/lists"}