{"id":13459743,"url":"https://github.com/zu1k/proxypool","last_synced_at":"2025-10-08T10:02:07.547Z","repository":{"id":37633083,"uuid":"286729329","full_name":"zu1k/proxypool","owner":"zu1k","description":"Automatically crawls proxy nodes on the public internet, de-duplicates and tests for usability and then provides a list of nodes","archived":true,"fork":false,"pushed_at":"2023-04-10T16:07:07.000Z","size":30255,"stargazers_count":3884,"open_issues_count":0,"forks_count":2445,"subscribers_count":120,"default_branch":"master","last_synced_at":"2025-01-11T05:12:30.737Z","etag":null,"topics":["crawler","proxypool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zu1k.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}},"created_at":"2020-08-11T11:43:01.000Z","updated_at":"2025-01-09T05:53:40.000Z","dependencies_parsed_at":"2024-01-17T00:18:54.689Z","dependency_job_id":"e6aeb999-31e6-48a3-8c48-29841c766836","html_url":"https://github.com/zu1k/proxypool","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"fa75606456a5612f5563e9d6c00b7ad4071ea5f6"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zu1k%2Fproxypool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zu1k%2Fproxypool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zu1k%2Fproxypool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zu1k%2Fproxypool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zu1k","download_url":"https://codeload.github.com/zu1k/proxypool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234563133,"owners_count":18853059,"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","proxypool"],"created_at":"2024-07-31T10:00:27.679Z","updated_at":"2025-10-08T10:02:07.476Z","avatar_url":"https://github.com/zu1k.png","language":"Go","funding_links":[],"categories":["语言资源库","Go"],"sub_categories":["go"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003eproxypool\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch5 align=\"center\"\u003e自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess、trojan节点信息，聚合去重测试可用性后提供节点列表\u003c/h5\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/zu1k/proxypool/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/workflow/status/zu1k/proxypool/Go?style=flat-square\" alt=\"Github Actions\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/zu1k/proxypool\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/zu1k/proxypool?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/zu1k/proxypool/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/zu1k/proxypool/all.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 支持\n\n- 支持ss、ssr、vmess、trojan多种类型\n- Telegram频道抓取\n- 订阅地址抓取解析\n- 公开互联网页面模糊抓取\n- 定时抓取自动更新\n- 通过配置文件设置抓取源\n- 自动检测节点可用性\n\n## 安装\n\n### 使用Heroku\n\n点击按钮进入部署页面，填写基本信息然后运行\n\n其中 `DOMAIN` 需要填写为你需要绑定的域名，`CONFIG_FILE` 需要填写你的配置文件路径，配置文件模板见 config/config.yaml 文件\n\n`CF` 开头的选项暂不需要填写，不影响程序运行\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n\u003e 因为爬虫程序需要持续运行，所以至少选择 $7/月 的配置\n\u003e 免费配置长时间无人访问会被heroku强制停止\n\n### 从源码编译\n\n需要安装Golang\n\n```sh\n$ go get -u -v github.com/zu1k/proxypool\n```\n\n### 下载预编译程序\n\n从这里下载预编译好的程序 [release](https://github.com/zu1k/proxypool/releases)\n\n### 使用docker\n\n```sh\ndocker pull docker.pkg.github.com/zu1k/proxypool/proxypool:latest\n```\n\n## 使用\n\n### 修改配置文件\n\n首先修改 config.yaml 中的必要配置信息，cf开头的选项不需要填写\n\nsource.yaml 文件中定义了抓取源，需要定期手动维护更新\n\n### 启动程序\n\n使用 `-c` 参数指定配置文件路径，支持http链接\n\n```shell\nproxypool -c config.yaml\n```\n\n## 截图\n\n![Speedtest](docs/speedtest.png)\n\n![Fast](docs/fast.png)\n\n## 声明\n\n本项目遵循 GNU General Public License v3.0 开源，在此基础上，所有使用本项目提供服务者都必须在网站首页保留指向本项目的链接\n\n禁止使用本项目进行营利和做其他违法事情，产生的一切后果本项目概不负责\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzu1k%2Fproxypool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzu1k%2Fproxypool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzu1k%2Fproxypool/lists"}