{"id":20640157,"url":"https://github.com/wondervictor/spiderman","last_synced_at":"2026-04-21T19:32:11.716Z","repository":{"id":71143949,"uuid":"106687258","full_name":"wondervictor/SpiderMan","owner":"wondervictor","description":"2017 Software Course Project","archived":false,"fork":false,"pushed_at":"2018-01-09T11:58:50.000Z","size":65526,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T08:35:58.779Z","etag":null,"topics":["crawler","distribute-crawler","zhihu-crawler"],"latest_commit_sha":null,"homepage":"","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/wondervictor.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-10-12T12:03:29.000Z","updated_at":"2018-12-28T15:28:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"19060120-fee9-4d2a-a0d8-695e1fd0b636","html_url":"https://github.com/wondervictor/SpiderMan","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/wondervictor%2FSpiderMan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wondervictor%2FSpiderMan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wondervictor%2FSpiderMan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wondervictor%2FSpiderMan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wondervictor","download_url":"https://codeload.github.com/wondervictor/SpiderMan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242679512,"owners_count":20168163,"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","distribute-crawler","zhihu-crawler"],"created_at":"2024-11-16T15:28:09.758Z","updated_at":"2025-12-05T02:02:50.265Z","avatar_url":"https://github.com/wondervictor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpiderMan\nSpiderman is the god\n\n### Introduction\n\n**2017~2018 软件课程设计--知乎爬虫**\n\n* 简易的分布式爬虫(使用multiprocessing和queue实现)\n\n* Selenium\b获取网页，解决\b网页动态加载问题\n\n* PyTorch情感分析模型\n\n### Architecture\n\n#### **Distributed Version**\n\n![](./arch/overall_arch.png)\n\n##### Master\n\n* URL Pool\n* URL Filter (Based on BloomFilter and Regex, to remove duplicates or illegal urls)\n\n##### Worker\n\n![](./arch/worker.png)\n\n* Request with URLs from Master Node (Based on selenium and phantomjs webdriver)\n* Parse the html content (questions, answers, topics, people) \n* Save the parsed content to local storage.\n\n#### Thread Manager\n\n![](./arch/Thread.png)\n\n* 使用Queue和\bthreading封装线程池。\n\n--- \n\n### Runing Process\n\n![](./arch/process.png)\n\n----\n\n### Usage\n\n````python\n\n# run distributed version\n# start master \npython master.py\n# start worker\npython main.py\n\n# run single version\npython master.py\n\n````\n\n### Licence\n\nThis project is under the **MIT** licence\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwondervictor%2Fspiderman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwondervictor%2Fspiderman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwondervictor%2Fspiderman/lists"}