{"id":50963429,"url":"https://github.com/duoan/codes-scratch-crawler","last_synced_at":"2026-06-18T17:03:30.151Z","repository":{"id":25582874,"uuid":"29017012","full_name":"duoan/codes-scratch-crawler","owner":"duoan","description":"读书笔记《自己动手写网络爬虫》，自己敲的代码。主要记录了网络爬虫的基本实现，网页去重的算法，网页指纹算法，文本信息挖掘","archived":false,"fork":false,"pushed_at":"2015-01-09T13:30:48.000Z","size":4976,"stargazers_count":47,"open_issues_count":0,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-14T05:02:49.450Z","etag":null,"topics":["crawler","scratch"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duoan.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}},"created_at":"2015-01-09T13:16:26.000Z","updated_at":"2024-05-04T08:44:59.000Z","dependencies_parsed_at":"2022-07-30T21:37:56.015Z","dependency_job_id":null,"html_url":"https://github.com/duoan/codes-scratch-crawler","commit_stats":null,"previous_names":["oracle1521/mycrawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duoan/codes-scratch-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duoan%2Fcodes-scratch-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duoan%2Fcodes-scratch-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duoan%2Fcodes-scratch-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duoan%2Fcodes-scratch-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duoan","download_url":"https://codeload.github.com/duoan/codes-scratch-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duoan%2Fcodes-scratch-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34499415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["crawler","scratch"],"created_at":"2026-06-18T17:03:28.886Z","updated_at":"2026-06-18T17:03:30.120Z","avatar_url":"https://github.com/duoan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 爬虫相关知识代码\n\n\u003e 读书笔记《自己动手写网络爬虫》，自己敲的代码。主要记录了网络爬虫的基本实现，网页去重的算法，网页指纹算法，文本信息挖掘\n\n- ConsistentHash 一致hash算法\n- HashAlgorithms hash算法大全\n- MurmurHash MurMurHash算法，是非加密HASH算法，性能很高，碰撞率低\n- IPSeeker 封装了腾讯的ip库，提供一些工具,读取QQwry.dat文件，以根据ip获得好友位置\n\n- HITS HITS算法实现\n- PageRank PageRank算法实现\n- WebGraph Web图建模\n- WebGraphMemory 内存Web图\n- SimpleBloomFilter 布隆过滤器\n\n- BDBFrontier 使用Berkeley DB 来做爬虫的前端url爬取列表存储\n- Crawler 爬虫一只，采用了宽度优先的方式爬取网络，并且使用httpclien4.3来下载网页\n- CrawlUrl 一个封装了爬虫的url地址的对象，可以使用其layer变量控制限制层次的爬取\n- DownLoadFile 一个下载网页数据到本地的工具类\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduoan%2Fcodes-scratch-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduoan%2Fcodes-scratch-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduoan%2Fcodes-scratch-crawler/lists"}