{"id":17982465,"url":"https://github.com/nekocode/github_email_crawler","last_synced_at":"2025-03-25T19:31:11.357Z","repository":{"id":34780948,"uuid":"182045044","full_name":"nekocode/github_email_crawler","owner":"nekocode","description":"A tool for crawling emails from github.com.","archived":false,"fork":false,"pushed_at":"2022-02-12T16:12:50.000Z","size":42,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T17:23:40.119Z","etag":null,"topics":["tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nekocode.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":"2019-04-18T08:09:39.000Z","updated_at":"2024-04-23T19:44:51.000Z","dependencies_parsed_at":"2022-08-08T02:00:39.998Z","dependency_job_id":null,"html_url":"https://github.com/nekocode/github_email_crawler","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/nekocode%2Fgithub_email_crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Fgithub_email_crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Fgithub_email_crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Fgithub_email_crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekocode","download_url":"https://codeload.github.com/nekocode/github_email_crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245530137,"owners_count":20630498,"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":["tool"],"created_at":"2024-10-29T18:14:19.174Z","updated_at":"2025-03-25T19:31:11.059Z","avatar_url":"https://github.com/nekocode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"这是一个使用 Node.js、RxJS 以及 TypeScript 语言实现的 GitHub 邮箱爬虫，它可以爬取指定用户所有 Follower 的邮箱。它使用了 RxJS 来提高程式的稳定性：\n\n* 使用 Rx 操作符进行容错处理；\n* 对全局请求了进行频率控制。\n\n使用方法：更新 [config.ts](src/config.ts) 里的配置，\n\n```\n// 你在 GitHub 网站的 Cookie\nconst COOKIE: string[] = [\n  '',\n];\n\n// 要爬取 Follower 邮箱的指定用户\nconst TARGET_USERS: string[] = [\n  '',\n]\n```\n\n然后执行 `yarn start` 即可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Fgithub_email_crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekocode%2Fgithub_email_crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Fgithub_email_crawler/lists"}