编程
AI 研习社
首页
举例: https://rsshub.app/aiyanxishe/109/hot
路由: /aiyanxishe/:id/:sort?
参数:
- id, 必选 -
领域 id,全部领域为 all,单独领域 id 抓包可得
- sort, 可选 -
排序方式,默认为 new(最新),也可选择 hot(最热)或 recommend(推荐)
AlgoCasts
视频更新
AlgoCasts 需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
Dockone
周报
GitChat
最新
GitChat 需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
Gitea
博客
举例: https://rsshub.app/gitea/blog
路由: /gitea/blog
参数: 无
gitea 博客一般发布最新的 release 信息,路由选择用 blog 名称主要因为其地址名为 blog,而非 changlog,慎重起见还是用 blog 命名。
GitHub
提示
GitHub 官方也提供了一些 RSS:
- 仓库 releases: https://github.com/:owner/:repo/releases.atom
- 仓库 commits: https://github.com/:owner/:repo/commits.atom
- 用户动态: https://github.com/:user.atom
- 专属动态: https://github.com/:user.private.atom?token=:secret (登录后在仪表盘页面找到 Subscribe to your news feed 字样即可)
用户仓库
Trending
举例: https://rsshub.app/github/trending/daily/javascript
路由: /github/trending/:since/:language?
参数:
- since, 必选 -
时间跨度, 可在 Trending 页 URL 中找到, 可选 daily weekly monthly
- language, 可选 -
语言, 可在 Trending 页 URL 中找到
仓库 Issue
举例: https://rsshub.app/github/issue/DIYgod/RSSHub
路由: /github/issue/:user/:repo
参数:
- user, 必选 -
用户名
- repo, 必选 -
仓库名
仓库 Pull Requests
举例: https://rsshub.app/github/pull/DIYgod/RSSHub
路由: /github/pull/:user/:repo
参数:
- user, 必选 -
用户名
- repo, 必选 -
仓库名
用户 Followers
举例: https://rsshub.app/github/user/followers/HenryQW
路由: /github/user/followers/:user
参数:
- user, 必选 -
用户名
仓库 Stars
举例: https://rsshub.app/github/stars/DIYgod/RSSHub
路由: /github/stars/:user/:repo
参数:
- user, 必选 -
用户名
- repo, 必选 -
仓库名
仓库 Branches
举例: https://rsshub.app/github/branches/DIYgod/RSSHub
路由: /github/branches/:user/:repo
参数:
- user, 必选 -
用户名
- repo, 必选 -
仓库名
文件 Commits
举例: https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router.js
路由: /github/file/:user/:repo/:branch/:filepath+
参数:
- user, 必选 -
用户名
- repo, 必选 -
仓库名
- branch, 必选 -
分支名
- filepath+, 必选 -
文件路径
用户名 | 仓库名 | 分支名 | 文件路径 |
---|---|---|---|
DIYgod | RSSHub | master | lib/router.js |
- 分支名中如果有
/
等特殊字符需使用 urlencode 进行编码,通常/
需要被替换成%2f
- 文件路径中如果有特殊字符同样需使用 urlencode 进行编码,但文件路径可以正常识别
/
字符- 文件路径如果以
.rss
,.atom
,.json
结尾,需要将后缀中的.
替换成%2e
Reeder 订阅
%2erss
或类似后缀的时候会出错,此时再在路由后面加上.rss
即可正常订阅如:
https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router%2ejs
替换成https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router%2ejs.rss
即可
搜索结果
举例: https://rsshub.app/github/search/RSSHub/bestmatch/desc
路由: /github/search/:query/:sort?/:order?
参数:
- query, 必选 -
搜索关键词
- sort, 可选 -
排序选项(默认为bestmatch)
- order, 可选 -
排序顺序,desc和asc(默认desc降序)
排序选项 | sort |
---|---|
最佳匹配 | bestmatch |
根据 star 数量排序 | stars |
根据 fork 数量排序 | forks |
根据更新时间排序 | updated |
用户 Starred Repositories
举例: https://rsshub.app/github/starred_repos/DIYgod
路由: /github/starred_repos/:user
参数:
- user, 必选 -
用户名
GitLab
Explore
举例: https://rsshub.app/gitlab/explore/trending
路由: /gitlab/explore/:type
参数:
- type, 必选 -
分类
Trending | Most stars | All |
---|---|---|
trending | starred | all |
Hacker News
分类
举例: https://rsshub.app/hackernews/best/comments
路由: /hackernews/:section/:type?
参数:
- section, 必选 -
内容分区
- type, 可选 -
链接类型(可不填)
网站地址:https://news.ycombinator.com/
内容分区 | section |
---|---|
index | https://news.ycombinator.com/ |
new | https://news.ycombinator.com/newest |
past | https://news.ycombinator.com/front |
ask | https://news.ycombinator.com/ask |
show | https://news.ycombinator.com/show |
jobs | https://news.ycombinator.com/jobs |
best | https://news.ycombinator.com/best |
网站有默认的 RSS:https://news.ycombinator.com/rss 内容同 index,应优先考虑
链接类型 | type |
---|---|
story | 默认值,链向用户分享的地址 |
comments | 链向 Hacker News 上的讨论页面 |
ITSlide
最新
kaggle
Discussion
举例: https://rsshub.app/kaggle/discussion/387811/active
路由: /kaggle/discussion/:forumId/:sort?
参数:
- forumId, 必选 -
讨论区 id, 打开网页请求, 搜索 forumId;填 all 可以订阅全站讨论区
- sort, 可选 -
排序方式见下表, 默认为 hot
hot | recent | new | top | active |
---|---|---|---|---|
Hotness | Recent Comments | Recently Posted | Most Votes | Most Comments |
Competitions
举例: https://rsshub.app/kaggle/competitions
路由: /kaggle/competitions/:category?
参数:
- category, 可选 -
类别, 默认为空
空 | featured | research | recruitment | gettingStarted | masters | playground | analytics |
---|---|---|---|---|---|---|---|
All Categories | Featured | Research | Recruitment | Getting started | Masters | Playground | Analytics |
LeetCode
文章
打卡
举例: https://rsshub.app/leetcode/submission/us/nathandai
路由: /leetcode/submission/:country/:user
参数:
- country, 必选 -
国家 country, 中国(cn)和美国(us)
- user, 必选 -
用户名 user, 可在LeetCode用户主页的 URL 中找到
LinkedKeeper
博文
举例: https://rsshub.app/linkedkeeper/sub/1
路由: /linkedkeeper/:type/:id?
参数:
- type, 必选 -
博文分类, 为 URL 中
.action
的文件名 - id, 可选 -
分区或标签的 ID, 对应 URL 中的
sid
或tid
Linux Patchwork
Patch Comments
举例: https://rsshub.app/patchwork.kernel.org/comments/10723629
路由: /patchwork.kernel.org/comments/:id
参数:
- id, 必选 -
Patch ID
LWN.net
Security alerts
举例: https://rsshub.app/lwn/alerts/CentOS
路由: /lwn/alerts/:distributor
参数:
- distributor, 必选 -
对应发行版标识
发行版 | 标识 |
---|---|
Arch Linux | Arch_Linux |
CentOS | CentOS |
Debian | Debian |
Fedora | Fedora |
Gentoo | Gentoo |
Mageia | Mageia |
openSUSE | openSUSE |
Oracle | Oracle |
Red Hat | Red_Hat |
Scientific Linux | Scientific_Linux |
Slackware | Slackware |
SUSE | SUSE |
Ubuntu | Ubuntu |
提示
注意标识大小写
segmentfault
频道
举例: https://rsshub.app/segmentfault/channel/frontend
路由: /segmentfault/channel/:name
参数:
- name, 必选 -
频道名称,在频道 URL 可以找到
TesterHome
最新发布
Visual Studio Code Marketplace
Visual Studio Code 插件
举例: https://rsshub.app/vscode/marketplace
路由: /vscode/marketplace/:category?
参数:
- category, 可选 -
分类
Featured | Trending Weekly | Trending Monthly | Trending Daily | Most Popular | Recently Added |
---|---|---|---|---|---|
featured | trending | trending_m | trending_d | popular | new |
阿里云
数据库内核月报
公告
类型 | type |
---|---|
全部 | |
升级公告 | 1 |
安全公告 | 2 |
备案公告 | 3 |
其他 | 4 |
安全客
提示
官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss
最新漏洞列表
分类订阅
举例: https://rsshub.app/aqk/week
路由: /aqk/:category
参数:
- category, 必选 -
分类订阅
360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 |
---|---|---|---|---|
week | activity | knowledge | news | job |
饿了么开放平台
商家开放平台公告
饿百零售开放平台公告
极客时间
专栏文章
举例: https://rsshub.app/geektime/column/48
路由: /geektime/column/:cid
参数:
- cid, 必选 -
专栏 id, 可从全部专栏进入专栏介绍页, 在 URL 中找到
极客新闻
- 极客时间专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
- 极客新闻不需要付费,可通过 RSS 订阅.
技术头条
最新分享
掘金
分类
举例: https://rsshub.app/juejin/category/frontend
路由: /juejin/category/:category
参数:
- category, 必选 -
分类名
后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |
---|---|---|---|---|---|---|---|
backend | frontend | android | ios | ai | freebie | career | article |
标签
热门
举例: https://rsshub.app/juejin/trending/ios/monthly
路由: /juejin/trending/:category/:type
参数:
- category, 必选 -
分类名
- type, 必选 -
类型
category | 标签 |
---|---|
android | Android |
frontend | 前端 |
ios | iOS |
backend | 后端 |
design | 设计 |
product | 产品 |
freebie | 工具资源 |
article | 阅读 |
ai | 人工智能 |
devops | 运维 |
all | 全部 |
type | 类型 |
---|---|
weekly | 本周最热 |
monthly | 本月最热 |
historical | 历史最热 |
小册
掘金小册需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
沸点
专栏
举例: https://rsshub.app/juejin/posts/56852b2460b2a099cdc1d133
路由: /juejin/posts/:id
参数:
- id, 必选 -
用户 id, 可在用户页 URL 中找到
收藏集
举例: https://rsshub.app/juejin/collections/5791879979bc440066171bdb
路由: /juejin/collections/:userId
参数:
- userId, 必选 -
用户唯一标志符, 在浏览器地址栏URL中能够找到
单个收藏夹
举例: https://rsshub.app/juejin/collection/5cbf079df265da03462270f9
路由: /juejin/collection/:collectionId
参数:
- collectionId, 必选 -
收藏夹唯一标志符, 在浏览器地址栏URL中能够找到
分享
开发者头条
今天头条
独家号
举例: https://rsshub.app/toutiao/user/140544
路由: /toutiao/user/:id
参数:
- id, 必选 -
独家号 id, 可在对应独家号页 URL 中找到
开源中国
资讯
举例: https://rsshub.app/oschina/news/project
路由: /oschina/news/:category?
参数:
- category, 可选 -
板块名
综合资讯 | 软件更新资讯 | 行业资讯 | 编程语言资讯 |
---|---|---|---|
industry | project | industry-news | programming |
用户博客
举例: https://rsshub.app/oschina/user/xxiaobian
路由: /oschina/user/:id
参数:
- id, 必选 -
用户 id, 可通过查看用户博客网址得到,如果博客以 u/数字结尾,使用下一条路由
小小编辑 |
---|
xxiaobian |
数字型账号用户博客
举例: https://rsshub.app/oschina/u/3920392
路由: /oschina/u/:id
参数:
- id, 必选 -
用户 id, 可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id
EAWorld 的博客 |
---|
3920392 |
问答主题
举例: https://rsshub.app/oschina/topic/weekly-news
路由: /oschina/topic/:topic
参数:
- topic, 必选 -
主题名, 可从全部主题进入主题页, 在 URL 中找到
码农网
最新
分类
举例: https://rsshub.app/codeceo/category/java
路由: /codeceo/category/:category?
参数:
- category, 可选 -
category
category | 名称 |
---|---|
news | 资讯 |
java | JAVA 开发 |
cpp | C/C++开发 |
donet | .NET 开发 |
web | WEB 开发 |
android | Android 开发 |
ios | iOS 开发 |
cloud | 云计算/大数据 |
os | 操作系统 |
database | 数据库 |
machine | 机器学习/人工智能 |
algorithm | 算法设计 |
design-patterns | 设计模式 |
programmer | 程序员人生 |
weekly | 《快乐码农》 |
project | 开源软件 |
标签
举例: https://rsshub.app/codeceo/tag/node.js
路由: /codeceo/tag/:category?
参数:
- category, 可选 -
tag
tag | 名称 |
---|---|
java | java |
javascript | javascript |
php | php |
ios | ios |
android | android |
html5 | html5 |
css3 | css3 |
linux | linux |
c | c++ |
python | python |
csharp | c# |
nodejs | nodejs |
码农周刊
issues
前端艺术家&&飞冰早报
列表
日报 | D2 资源库
日报 | D2 资源库
顺丰
顺丰丰桥开放平台公告
腾讯游戏开发者社区
注意
有部分输出全文带有未进行样式处理的代码内容,显示效果不佳,建议跳转原文阅读
分类
举例: https://rsshub.app/gameinstitute/community/hot
路由: /gameinstitute/community/:tag?
参数:
- tag, 可选 -
标签名称,默认为热门
热门 | 策划 | 程序 | 技术前沿 | 音频 | 项目管理 | 游戏运营 | 游戏测试 |
---|---|---|---|---|---|---|---|
hot | plan | program | tech | audio | project | yunying | test |
微信开放平台
微信开放社区-小程序公告
举例: https://rsshub.app/wechat-open/community/xcx-announce
路由: /wechat-open/community/xcx-announce
参数: 无
微信开放社区-小游戏公告
举例: https://rsshub.app/wechat-open/community/xyx-announce
路由: /wechat-open/community/xyx-announce
参数: 无
微信开放社区-微信支付公告
举例: https://rsshub.app/wechat-open/community/pay-announce
路由: /wechat-open/community/pay-announce
参数: 无
微信开放社区-小游戏问答
举例: https://rsshub.app/wechat-open/community/xyx-question/0
路由: /wechat-open/community/xyx-question/:category
参数:
- category, 必选 -
0
全部 | 游戏引擎 | 规则 | 账号 | 运营 | 游戏审核 | API 和组件 | 框架 | 管理后台 | 开发者工具 | 客户端 | 插件 | 云开发 | 教程反馈 | 其他 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 4096 | 8192 | 16384 | 2048 | 1 | 2 | 64 | 4 | 8 | 16 | 256 | 1024 | 128 | 32 |
微信开放社区-小程序问答
举例: https://rsshub.app/wechat-open/community/xcx-question/new
路由: /wechat-open/community/xcx-question/:tag
参数:
- tag, 必选 -
new
最新 | 最热 | 热门话题 |
---|---|---|
new | hot | topic |
微信支付-商户平台公告
印记中文周刊
最新一期
知晓程序
文章
举例: https://rsshub.app/miniapp/article/cloud
路由: /miniapp/article/:category
参数:
- category, 必选 -
分类名称
全部 | 小程序资讯 | 知晓云 | 小程序推荐 | 榜单 | 晓组织 | 新能力 | 小程序问答 |
---|---|---|---|---|---|---|---|
all | news | cloud | recommendation | rank | group | capability | qa |