编程

AI 研习社

首页

作者: @kt286

举例: https://rsshub.app/aiyanxishe/109/hot

路由: /aiyanxishe/:id/:sort?

参数:

  • id, 必选 -

    领域 id,全部领域为 all,单独领域 id 抓包可得

  • sort, 可选 -

    排序方式,默认为 new(最新),也可选择 hot(最热)或 recommend(推荐)

AlgoCasts

视频更新

支持浏览器扩展

作者: @ImSingee

举例: https://rsshub.app/algocasts

路由: /algocasts

参数: 无

AlgoCasts 需要付费订阅, RSS 仅做更新提醒, 不含付费内容.

Dockone

周报

作者: @csi0n

举例: https://rsshub.app/dockone/weekly

路由: /dockone/weekly

参数: 无

GitChat

最新

作者: @xyqfer

举例: https://rsshub.app/gitchat/newest

路由: /gitchat/newest

参数: 无

GitChat 需要付费订阅, RSS 仅做更新提醒, 不含付费内容.

Gitea

博客

作者: @cnzgray

举例: 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 字样即可)

用户仓库

支持浏览器扩展

作者: @DIYgod

举例: https://rsshub.app/github/repos/DIYgod

路由: /github/repos/:user

参数:

  • user, 必选 -

    用户名

支持浏览器扩展

作者: @DIYgod

举例: https://rsshub.app/github/trending/daily/javascript

路由: /github/trending/:since/:language?

参数:

  • since, 必选 -

    时间跨度, 可在 Trending 页 URL 中找到, 可选 daily weekly monthly

  • language, 可选 -

    语言, 可在 Trending 页 URL 中找到

仓库 Issue

支持浏览器扩展

作者: @HenryQW

举例: https://rsshub.app/github/issue/DIYgod/RSSHub

路由: /github/issue/:user/:repo

参数:

  • user, 必选 -

    用户名

  • repo, 必选 -

    仓库名

仓库 Pull Requests

支持浏览器扩展

作者: @hashman

举例: https://rsshub.app/github/pull/DIYgod/RSSHub

路由: /github/pull/:user/:repo

参数:

  • user, 必选 -

    用户名

  • repo, 必选 -

    仓库名

用户 Followers

支持浏览器扩展

作者: @HenryQW

举例: https://rsshub.app/github/user/followers/HenryQW

路由: /github/user/followers/:user

参数:

  • user, 必选 -

    用户名

仓库 Stars

支持浏览器扩展

作者: @HenryQW

举例: https://rsshub.app/github/stars/DIYgod/RSSHub

路由: /github/stars/:user/:repo

参数:

  • user, 必选 -

    用户名

  • repo, 必选 -

    仓库名

仓库 Branches

支持浏览器扩展

作者: @max-arnold

举例: https://rsshub.app/github/branches/DIYgod/RSSHub

路由: /github/branches/:user/:repo

参数:

  • user, 必选 -

    用户名

  • repo, 必选 -

    仓库名

文件 Commits

支持浏览器扩展

作者: @zengxs

举例: 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 即可

搜索结果

作者: @LogicJake

举例: 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

支持浏览器扩展

作者: @LanceZhu

举例: https://rsshub.app/github/starred_repos/DIYgod

路由: /github/starred_repos/:user

参数:

  • user, 必选 -

    用户名

GitLab

Explore

作者: @imlonghao

举例: https://rsshub.app/gitlab/explore/trending

路由: /gitlab/explore/:type

参数:

  • type, 必选 -

    分类

Trending Most stars All
trending starred all

Hacker News

分类

作者: @cf020031308

举例: 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

最新

支持浏览器扩展

作者: @Yangshuqing

举例: https://rsshub.app/itslide/new

路由: /itslide/new

参数: 无

kaggle

Discussion

作者: @LogicJake

举例: 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

作者: @LogicJake

举例: 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

文章

作者: @LogicJake

举例: https://rsshub.app/leetcode/articles

路由: /leetcode/articles

参数: 无

打卡

作者: @NathanDai

举例: https://rsshub.app/leetcode/submission/us/nathandai

路由: /leetcode/submission/:country/:user

参数:

  • country, 必选 -

    国家 country, 中国(cn)和美国(us)

  • user, 必选 -

    用户名 user, 可在LeetCode用户主页的 URL 中找到

LinkedKeeper

博文

作者: @imlonghao

举例: https://rsshub.app/linkedkeeper/sub/1

路由: /linkedkeeper/:type/:id?

参数:

  • type, 必选 -

    博文分类, 为 URL 中 .action 的文件名

  • id, 可选 -

    分区或标签的 ID, 对应 URL 中的 sidtid

Linux Patchwork

Patch Comments

作者: @ysc3839

举例: https://rsshub.app/patchwork.kernel.org/comments/10723629

路由: /patchwork.kernel.org/comments/:id

参数:

  • id, 必选 -

    Patch ID

LWN.net

Security alerts

作者: @zengxs

举例: 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

频道

作者: @LogicJake

举例: https://rsshub.app/segmentfault/channel/frontend

路由: /segmentfault/channel/:name

参数:

  • name, 必选 -

    频道名称,在频道 URL 可以找到

TesterHome

最新发布

作者: @xyqfer

举例: https://rsshub.app/testerhome/newest

路由: /testerhome/newest

参数: 无

Visual Studio Code Marketplace

Visual Studio Code 插件

作者: @SeanChao

举例: 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

阿里云

数据库内核月报

作者: @junbaor

举例: https://rsshub.app/aliyun/database_month

路由: /aliyun/database_month

参数: 无

公告

作者: @muzea

举例: https://rsshub.app/aliyun/notice

路由: /aliyun/notice/:type?

参数:

  • type, 可选 -

类型 type
全部
升级公告 1
安全公告 2
备案公告 3
其他 4

安全客

提示

官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss

最新漏洞列表

作者: @qwertyuiop6

举例: https://rsshub.app/aqk/vul

路由: /aqk/vul

参数: 无

分类订阅

作者: @qwertyuiop6

举例: https://rsshub.app/aqk/week

路由: /aqk/:category

参数:

  • category, 必选 -

    分类订阅

360 网络安全周报 活动 知识 资讯 招聘
week activity knowledge news job

饿了么开放平台

商家开放平台公告

作者: @phantomk

举例: https://rsshub.app/eleme/open/announce

路由: /eleme/open/announce

参数: 无

饿百零售开放平台公告

作者: @phantomk

举例: https://rsshub.app/eleme/open-be/announce

路由: /eleme/open-be/announce

参数: 无

极客时间

专栏文章

作者: @fengchang

举例: https://rsshub.app/geektime/column/48

路由: /geektime/column/:cid

参数:

  • cid, 必选 -

    专栏 id, 可从全部专栏进入专栏介绍页, 在 URL 中找到

极客新闻

作者: @zhangzhxb520

举例: https://rsshub.app/geektime/news

路由: /geektime/news

参数: 无

  • 极客时间专栏需要付费订阅, RSS 仅做更新提醒, 不含付费内容.
  • 极客新闻不需要付费,可通过 RSS 订阅.

技术头条

最新分享

作者: @xyqfer

举例: https://rsshub.app/blogread/newest

路由: /blogread/newest

参数: 无

掘金

分类

作者: @DIYgod

举例: https://rsshub.app/juejin/category/frontend

路由: /juejin/category/:category

参数:

  • category, 必选 -

    分类名

后端 前端 Android iOS 人工智能 开发工具 代码人生 阅读
backend frontend android ios ai freebie career article

标签

作者: @isheng5

举例: https://rsshub.app/juejin/tag/架构

路由: /juejin/tag/:tag

参数:

  • tag, 必选 -

    标签名, 可在标签 URL 中找到

热门

作者: @moaix

举例: 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 历史最热

小册

作者: @xyqfer

举例: https://rsshub.app/juejin/books

路由: /juejin/books

参数: 无

掘金小册需要付费订阅, RSS 仅做更新提醒, 不含付费内容.

沸点

作者: @xyqfer

举例: https://rsshub.app/juejin/pins

路由: /juejin/pins

参数: 无

专栏

支持浏览器扩展

作者: @Maecenas

举例: https://rsshub.app/juejin/posts/56852b2460b2a099cdc1d133

路由: /juejin/posts/:id

参数:

  • id, 必选 -

    用户 id, 可在用户页 URL 中找到

收藏集

作者: @isQ

举例: https://rsshub.app/juejin/collections/5791879979bc440066171bdb

路由: /juejin/collections/:userId

参数:

  • userId, 必选 -

    用户唯一标志符, 在浏览器地址栏URL中能够找到

单个收藏夹

作者: @isQ

举例: https://rsshub.app/juejin/collection/5cbf079df265da03462270f9

路由: /juejin/collection/:collectionId

参数:

  • collectionId, 必选 -

    收藏夹唯一标志符, 在浏览器地址栏URL中能够找到

分享

作者: @qiwihui

举例: https://rsshub.app/juejin/shares/56852b2460b2a099cdc1d133

路由: /juejin/shares/:userId

参数:

  • userId, 必选 -

    用户 id, 可在用户页 URL 中找到

开发者头条

今天头条

作者: @jjeejj

举例: https://rsshub.app/toutiao/today

路由: /toutiao/today

参数: 无

独家号

作者: @jjeejj

举例: https://rsshub.app/toutiao/user/140544

路由: /toutiao/user/:id

参数:

  • id, 必选 -

    独家号 id, 可在对应独家号页 URL 中找到

开源中国

资讯

作者: @tgly307 @zengxs

举例: https://rsshub.app/oschina/news/project

路由: /oschina/news/:category?

参数:

  • category, 可选 -

    板块名

综合资讯 软件更新资讯 行业资讯 编程语言资讯
industry project industry-news programming

订阅全部板块资讯可以使用 https://rsshub.app/oschina/news

用户博客

作者: @dxmpalb

举例: https://rsshub.app/oschina/user/xxiaobian

路由: /oschina/user/:id

参数:

  • id, 必选 -

    用户 id, 可通过查看用户博客网址得到,如果博客以 u/数字结尾,使用下一条路由

小小编辑
xxiaobian

数字型账号用户博客

作者: @dxmpalb

举例: https://rsshub.app/oschina/u/3920392

路由: /oschina/u/:id

参数:

  • id, 必选 -

    用户 id, 可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id

EAWorld 的博客
3920392

问答主题

作者: @loveely7

举例: https://rsshub.app/oschina/topic/weekly-news

路由: /oschina/topic/:topic

参数:

  • topic, 必选 -

    主题名, 可从全部主题进入主题页, 在 URL 中找到

码农网

最新

作者: @kt286

举例: https://rsshub.app/codeceo/home

路由: /codeceo/home

参数: 无

分类

作者: @kt286

举例: 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 开源软件

标签

作者: @kt286

举例: 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

作者: @tonghs

举例: https://rsshub.app/manong-weekly

路由: /manong-weekly

参数: 无

前端艺术家&&飞冰早报

列表

作者: @kouchao

举例: https://rsshub.app/jskou/0

路由: /jskou/:type?

参数:

  • type, 可选 -

    分类

前端艺术家 飞冰早报
0 1

日报 | D2 资源库

日报 | D2 资源库

作者: @Andiedie

举例: https://rsshub.app/d2/daily

路由: /d2/daily

参数: 无

顺丰

顺丰丰桥开放平台公告

作者: @phantomk

举例: https://rsshub.app/sf/sffq-announce

路由: /sf/sffq-announce

参数: 无

腾讯游戏开发者社区

注意

有部分输出全文带有未进行样式处理的代码内容,显示效果不佳,建议跳转原文阅读

分类

作者: @xyqfer

举例: https://rsshub.app/gameinstitute/community/hot

路由: /gameinstitute/community/:tag?

参数:

  • tag, 可选 -

    标签名称,默认为热门

热门 策划 程序 技术前沿 音频 项目管理 游戏运营 游戏测试
hot plan program tech audio project yunying test

微信开放平台

微信开放社区-小程序公告

作者: @phantomk

举例: https://rsshub.app/wechat-open/community/xcx-announce

路由: /wechat-open/community/xcx-announce

参数: 无

微信开放社区-小游戏公告

作者: @phantomk

举例: https://rsshub.app/wechat-open/community/xyx-announce

路由: /wechat-open/community/xyx-announce

参数: 无

微信开放社区-微信支付公告

作者: @phantomk

举例: https://rsshub.app/wechat-open/community/pay-announce

路由: /wechat-open/community/pay-announce

参数: 无

微信开放社区-小游戏问答

作者: @bestony

举例: 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

微信开放社区-小程序问答

作者: @bestony

举例: https://rsshub.app/wechat-open/community/xcx-question/new

路由: /wechat-open/community/xcx-question/:tag

参数:

  • tag, 必选 -

    new

最新 最热 热门话题
new hot topic

微信支付-商户平台公告

作者: @phantomk

举例: https://rsshub.app/wechat-open/pay/announce

路由: /wechat-open/pay/announce

参数: 无

印记中文周刊

最新一期

作者: @daijinru

举例: https://rsshub.app/docschina/jsweekly

路由: /docschina/jsweekly

参数: 无

知晓程序

文章

作者: @HenryQW

举例: https://rsshub.app/miniapp/article/cloud

路由: /miniapp/article/:category

参数:

  • category, 必选 -

    分类名称

全部 小程序资讯 知晓云 小程序推荐 榜单 晓组织 新能力 小程序问答
all news cloud recommendation rank group capability qa

小程序商店-最新

作者: @xyqfer

举例: https://rsshub.app/miniapp/store/newest

路由: /miniapp/store/newest

参数: 无

众成翻译

首页

作者: @SirM2z

举例: https://rsshub.app/zcfy

路由: /zcfy/index

参数: 无

热门

作者: @SirM2z

举例: https://rsshub.app/zcfy/hot

路由: /zcfy/hot

参数: 无