{"id":30779338,"url":"https://github.com/wdssmq/rsshub-cf","last_synced_at":"2025-09-05T06:10:16.972Z","repository":{"id":160824560,"uuid":"632779874","full_name":"wdssmq/rsshub-cf","owner":"wdssmq","description":"Cloudflare Worker 反代 RSSHub","archived":false,"fork":false,"pushed_at":"2025-01-04T05:45:40.000Z","size":10,"stargazers_count":30,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-04T06:28:51.667Z","etag":null,"topics":["cloudflare","javascript","rsshub","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/wdssmq/rsshub-cf","language":"TypeScript","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/wdssmq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://afdian.com/@wdssmq","https://github.com/wdssmq#二维码"]}},"created_at":"2023-04-26T05:47:17.000Z","updated_at":"2025-01-04T05:45:44.000Z","dependencies_parsed_at":"2024-03-13T07:25:27.496Z","dependency_job_id":"fd0c6e38-96aa-4890-9b92-d103af39b2c1","html_url":"https://github.com/wdssmq/rsshub-cf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdssmq/rsshub-cf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdssmq%2Frsshub-cf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdssmq%2Frsshub-cf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdssmq%2Frsshub-cf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdssmq%2Frsshub-cf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdssmq","download_url":"https://codeload.github.com/wdssmq/rsshub-cf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdssmq%2Frsshub-cf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273719024,"owners_count":25155639,"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-05T02:00:09.113Z","response_time":402,"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":["cloudflare","javascript","rsshub","typescript"],"created_at":"2025-09-05T06:10:14.581Z","updated_at":"2025-09-05T06:10:16.922Z","avatar_url":"https://github.com/wdssmq.png","language":"TypeScript","funding_links":["https://afdian.com/@wdssmq","https://github.com/wdssmq#二维码"],"categories":[],"sub_categories":[],"readme":"# Cloudflare Worker 反代 RSSHub\n\n## 使用 Wrangler CLI 开发\n\n### 安装 wrangler\n\n```bash\n# npm install -g wrangler\npnpm install -g wrangler\n# yarn global add wrangler\n\n```\n\n### 登录\n\n```bash\n# 登录\nwrangler login\n# 查看登录状态\nwrangler whoami\n# 登出\nwrangler logout\n\n```\n\n**· 远程 VPS 中登录**\n\n执行登录命令并在浏览器中授权后，会跳转到一个`localhost`链接，复制该链接然后新开一个终端窗口，执行以下命令以完成登录；\n\n```bash\ncurl \u003cLOCALHOST_URL\u003e\n```\n\n文档链接：「[Using wrangler login on a remote machine](https://developers.cloudflare.com/workers/wrangler/commands/#using-wrangler-login-on-a-remote-machine)」\n\n## 初始配置\n\n### 克隆项目并安装依赖\n\n```bash\ngit clone git@github.com:wdssmq/rsshub-cf.git rsshub-cf\ncd rsshub-cf\npnpm install\n\n```\n\n### 运行 / 发布\n\n执行命令后可以按 \\[`b`\\] 键打开浏览器，\\[`d`\\] 键打开开发者工具，\\[`l`\\] 键开启本地模式，\\[`c`\\] 键清空控制台，\\[`x`\\] 键退出；\n\n默认可能会超时报错，所以建议切换本地模式；\n\n\u003e ✘ [ERROR] Error while creating remote dev session: TypeError: fetch failed\n\n```bash\n# 调试运行\nnpm start\n\n# │ [b] open a browser, [d] open Devtools, [l] turn on local mode, [c] clear console, [x] to exit\n\n```\n\n```bash\n# 发布\nnpm run deploy\n\n```\n\n\n## 参考文档\n\nEnvironment variables · Cloudflare Workers docs\nhttps://developers.cloudflare.com/workers/platform/environment-variables/#add-secrets-to-your-project\n\nCommands · Cloudflare Workers docs\nhttps://developers.cloudflare.com/workers/wrangler/commands/#secret\n\n\n## 投喂\n\n二维码：[https://github.com/wdssmq#二维码](https://github.com/wdssmq#二维码 \"wdssmq#二维码\")\n\n爱发电：[https://afdian.com/a/wdssmq](https://afdian.com/a/wdssmq \"沉冰浮水正在创作和 z-blog 相关或无关的各种有用或没用的代码 | 爱发电\")\n\n更多「小代码」：[https://cn.bing.com/search?q=小代码+沉冰浮水](https://cn.bing.com/search?q=%E5%B0%8F%E4%BB%A3%E7%A0%81+%E6%B2%89%E5%86%B0%E6%B5%AE%E6%B0%B4 \"小代码 沉冰浮水 - 搜索\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdssmq%2Frsshub-cf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdssmq%2Frsshub-cf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdssmq%2Frsshub-cf/lists"}