编程
# ACM
# 图灵奖获得者
# ACM-ECNU 比赛
# 华东师范大学 ACM OJ 比赛列表
举例: https://rsshub.app/acm-ecnu/contest/public
    路由: /acm-ecnu/contest/:category?
参数:
category, 可选 - 分类可选,不写代表全部,public代表仅订阅公开比赛
# AI 研习社
# 首页
举例: https://rsshub.app/aiyanxishe/109/hot
    路由: /aiyanxishe/:id/:sort?
参数:
id, 必选 - 领域 id,全部领域为all,单独领域 id 抓包可得sort, 可选 - 排序方式,默认为new(最新),也可选择hot(最热)或recommend(推荐)
# AlgoCasts
# 视频更新
# AtCoder
# Present Contests
举例: https://rsshub.app/atcoder/contest/en/upcoming
    路由: /atcoder/contest/:language?/:status?
参数:
language, 必选 - 语言,可选jp即日语 或en即英语,默认为英语status, 可选 - 状态,见下表,默认为 Recent Contests
状态
| Active Contests | Upcoming Contests | Recent Contests | 
|---|---|---|
| active | upcoming | recent | 
# Contests Archive
举例: https://rsshub.app/atcoder/contest
    路由: /atcoder/contest/:language?/:rated?/:category?/:keyword?
参数:
language, 必选 - 语言,可选jp即日语 或en即英语,默认为英语rated, 必选 - Rated 对象,见下表,默认为全部category, 必选 - 分类,见下表,默认为全部keyword, 可选 - 关键字,默认为空
Rated 对象
| ABC Class (Rated for ~1999) | ARC Class (Rated for ~2799) | AGC Class (Rated for ~9999) | 
|---|---|---|
| 1 | 2 | 3 | 
分类
| All | AtCoder Typical Contest | PAST Archive | Unofficial(unrated) | 
|---|---|---|---|
| 0 | 6 | 50 | 101 | 
| JOI Archive | Sponsored Tournament | Sponsored Parallel(rated) | 
|---|---|---|
| 200 | 1000 | 1001 | 
| Sponsored Parallel(unrated) | Optimization Contest | 
|---|---|
| 1002 | 1200 | 
# Posts
举例: https://rsshub.app/atcoder/post
    路由: /atcoder/post/:language?/:keyword?
参数:
language, 必选 - 语言,可选jp即日语 或en即英语,默认为英语keyword, 可选 - 关键字,默认为空
# BBC News Labs
# News
# Bitbucket
# Commits
举例: https://rsshub.app/bitbucket/commits/blaze-lib/blaze
    路由: /bitbucket/commits/:workspace/:repo_slug
参数:
workspace, 必选 - Workspacerepo_slug, 必选 - Repository
# Tags
# Bitmovin
# Blog
# CNCF
# 栏目
    路由: /cncf/:cate?
参数:
cate, 可选 - 默认为blog
| Blog | News | Announcements | Reports | 
|---|---|---|---|
| blog | news | announcements | reports | 
# Codeforces
# 最新比赛
# cve.mitre.org
# 搜索结果
# dbaplus 社群
# 栏目
举例: https://rsshub.app/dbaplus
    路由: /dbaplus/:tab?
参数:
tab, 可选 - 栏目,见下表,默认为全部
| 全部 | 数据库 | 运维 | 大数据 | 架构 | PaaS 云 | 职场生涯 | 这里有毒 | 
|---|---|---|---|---|---|---|---|
| All | 153 | 134 | 73 | 141 | 72 | 149 | 21 | 
# 活动
举例: https://rsshub.app/dbaplus/activity
    路由: /dbaplus/activity/:type?
参数:
type, 可选 - 分类,见下表,默认为线上分享
| 线上分享 | 线下峰会 | 
|---|---|
| online | offline | 
# deeplearning.ai
# TheBatch 周报
# Distill
# Latest
# Dockone
# 周报
# gihyo.jp
# 記事一覧
举例: https://rsshub.app/gihyo/list/group/Ubuntu-Weekly-Recipe
    路由: /gihyo/list/group/:id
参数:
id, 必选 - 連載
# GitChat
# 最新文章
举例: https://rsshub.app/gitchat/newest
    路由: /gitchat/newest/:category?/:selected?
参数:
category, 必选 - 分类 ID, 置空或all代表全部, 具体值需要抓取前端请求, 以下列出可能有变动, 仅供参考selected, 可选 - 是否只显示严选文章, 任意值为是, 置空为否
| 分类名 | 分类 ID | 
|---|---|
| 前端 | 58e84f875295227534aad506 | 
| 后端 | 5d8b7c3786194a1921979122 | 
| 移动开发 | 5d8b7c3786194a1921979123 | 
| 运维 | 5901bd477b61a76bc4016423 | 
| 测试 | 58e84f425295227534aad502 | 
| 架构 | 58e84f6bad952d6b3428af9a | 
| 人工智能 | 58e84f53ec8e9e7b34457809 | 
| 职场 | 58e84f1584c651693437f27c | 
| 互联网 | 5d8b7c3786194a1921979124 | 
GitChat 需要付费订阅,RSS 仅做更新提醒,不含付费内容.
# Gitea
# 博客
举例: https://rsshub.app/gitea/blog
    路由: /gitea/blog
参数: 无
gitea 博客一般发布最新的 release 信息,路由选择用 blog 名称主要因为其地址名为 blog,而非 changlog,慎重起见还是用 blog 命名。
# Gitee
# 仓库 Releases
举例: https://rsshub.app/gitee/releases/y_project/RuoYi
    路由: /gitee/releases/:owner/:repo
参数:
owner, 必选 - 用户名repo, 必选 - 仓库名
# 仓库提交
举例: https://rsshub.app/gitee/commits/y_project/RuoYi
    路由: /gitee/commits/:owner/:repo
参数:
owner, 必选 - 用户名repo, 必选 - 仓库名
# 用户公开动态
# 仓库动态
举例: https://rsshub.app/gitee/events/y_project/RuoYi
    路由: /gitee/events/:owner/:repo
参数:
owner, 必选 - 用户名repo, 必选 - 仓库名
# 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(登录后在仪表盘页面 (opens new window)找到 Subscribe to your news feed 字样即可) 
# 用户仓库
# Trending
举例: https://rsshub.app/github/trending/daily/javascript/zh
    路由: /github/trending/:since/:language/:spoken_language?
参数:
since, 必选 - 时间跨度,可在 Trending 页 URL 中找到,可选dailyweeklymonthlylanguage, 必选 - 语言,可在 Trending 页 URL 中找到,any表示不设语言限制spoken_language, 可选 - 自然语言,可在 Trending 页 URL 中找到
# Topics
举例: https://rsshub.app/github/topics/framework
    路由: /github/topics/:name/:qs?
参数:
name, 必选 - 名称,可以在相关 Topics 页 URL 中找到qs, 可选 - 过滤规则,形如l=php&o=desc&s=stars,详见下表
| 参数名 | 描述 | 可选值 | 
|---|---|---|
l |  编程语言 | 例如 php,可以在相关 Topics 页 (opens new window) URL 中找到 | 
o |  排序方法 | asc(升序)desc(降序) | 
s |  排序标准 | stars(按 star 数量排序)forks(按 fork 数量排序)updated(按更新日期排序) | 
例如 /github/topics/framework/l=php&o=desc&s=stars 会生成对应此页面 (opens new window)的 RSS。
# 仓库 Issues
举例: https://rsshub.app/github/issue/DIYgod/RSSHub/open/RSS%20proposal
    路由: /github/issue/:user/:repo/:state?/:labels?
参数:
user, 必选 - 用户名repo, 必选 - 仓库名state, 必选 - issue 状态,可选open,closed或all,默认为openlabels, 可选 - 标签列表,以逗号分隔
# 仓库 Pull Requests
举例: https://rsshub.app/github/pull/DIYgod/RSSHub
    路由: /github/pull/:user/:repo/:state?/:labels?
参数:
user, 必选 - 用户名repo, 必选 - 仓库名state, 必选 - pull request 状态,open,closed或all,默认为openlabels, 可选 - 标签列表,以逗号分隔
# 用户 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结尾,需要将后缀中的.替换成%2eReeder 订阅
%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 | 
# 用户 Star 的仓库
举例: https://rsshub.app/github/starred_repos/DIYgod
    路由: /github/starred_repos/:user
参数:
user, 必选 - 用户名
# 仓库 Contirbutors
举例: https://rsshub.app/github/contributors/DIYgod/RSSHub
    路由: /github/contributors/:user/:repo/:order?/:anon?
参数:
user, 必选 - 用户名repo, 必选 - 仓库名order, 必选 - Commit 数量排序顺序,desc和asc(默认desc降序)anon, 可选 - 是否包括匿名用户,默认不包含,任意值包含匿名用户
# Issue / Pull Request 评论
举例: https://rsshub.app/github/comments/DIYgod/RSSHub/8116
    路由: /github/comments/:user/:repo/:number
参数:
user, 必选 - 用户名repo, 必选 - 仓库number, 必选 - Issue 或 pull 编号
# GitLab
# Explore
举例: https://rsshub.app/gitlab/explore/trending
    路由: /gitlab/explore/:type/:host?
参数:
type, 必选 - 分类host, 可选 - 服务器地址,缺省为 gitlab.com
| Trending | Most stars | All | 
|---|---|---|
| trending | starred | all | 
# Releases
举例: https://rsshub.app/gitlab/release/pleroma/pleroma/git.pleroma.social
    路由: /gitlab/release/:namespace/:project/:host?
参数:
namespace, 必选 - 项目所有者或命名空间。斜杠/需要替代为%2Fproject, 必选 - 项目名称host, 可选 - 服务器地址,缺省为 gitlab.com
# Tags
举例: https://rsshub.app/gitlab/tag/rluna-open-source%2Ffile-management%2Fowncloud/core/gitlab.com
    路由: /gitlab/tag/:namespace/:project/:host?
参数:
namespace, 必选 - 项目所有者或命名空间。斜杠/需要替代为%2Fproject, 必选 - 项目名称host, 可选 - 服务器地址,缺省为 gitlab.com
# Gitpod
# 博客
# 更新日志
# Go 语言中文网
# 周刊
# 招聘
# GoCN
# 文章
# 招聘
# Hacker News
# 分区
举例: https://rsshub.app/hackernews
    路由: /hackernews/:section?/:type?/:user?
参数:
section, 必选 - 内容分区,见下表,默认为indextype, 必选 - 链接类型,见下表,默认为sourcesuser, 可选 - 设定用户,只在threads和submitted分区有效。斜当选择over分区,User的含义是帖子点数的阈值
内容分区
| homepage | new | past | comments | ask | show | jobs | best | threads | submitted | over | 
|---|---|---|---|---|---|---|---|---|---|---|
| index (opens new window) | newest (opens new window) | front (opens new window) | newcomments (opens new window) | ask (opens new window) | show (opens new window) | jobs (opens new window) | best (opens new window) | threads (opens new window) | submitted (opens new window) | over (opens new window) | 
Over分区只显示过去几天内超过固定阈值的帖子。
条目指向链接类型
| 用户分享的来源地址 | Hacker News 上的讨论页面 | 读取回复列表 | 
|---|---|---|
| sources | comments | comments_list | 
网站有默认的 RSS:https://news.ycombinator.com/rss (opens new window) 内容同 homepage,应优先考虑。
# 用户
订阅特定用户的内容
举例: https://rsshub.app/hackernews/threads/comments_list/dang
    路由: /hackernews/:section?/:type?/:user?
参数:
section, 必选 - 内容分区,见上表,默认为indextype, 必选 - 链接类型,见上表,默认为sourcesuser, 可选 - 设定用户,只在threads和submitted分区有效
# HelloGitHub
# 热门
举例: https://rsshub.app/hellogithub/hot
    路由: /hellogithub/hot/:id?
参数:
id, 可选 - 标签 id,可在对应标签页 URL 中找到,默认为全部标签
以下为部分标签:
| id | 标签 | 
|---|---|
| Z8PipJsHCX | Python | 
| YQHn0gERoi | C | 
| WTbsu5GAfC | CLI | 
| juBLV86qa5 | 机器学习 | 
| D4JBAUo967 | Rust | 
| dFA60uKLgr | GUI | 
| 0LByh3tjUO | 教程 | 
| 4lpGK0sUyk | Web 应用 | 
| yrZkGsUC9M | C++ | 
| mbP20HIEYD | Ruby | 
# 最近
举例: https://rsshub.app/hellogithub/last
    路由: /hellogithub/last/:id?
参数:
id, 可选 - 标签 id,可在对应标签页 URL 中找到,默认为全部标签
部分标签见上表
# 文章
举例: https://rsshub.app/hellogithub/article
    路由: /hellogithub/article/:sort?/:id?
参数:
sort, 必选 - 排序方式,见下表,默认为hot,即热门id, 可选 - 标签 id,可在对应标签页 URL 中找到,默认为全部标签
| 热门 | 最近 | 
|---|---|
| hot | last | 
# 排行榜
举例: https://rsshub.app/hellogithub/report
    路由: /hellogithub/report/:type?
参数:
type, 可选 - 分类,见下表,默认为编程语言排行榜
| 编程语言 | 服务器 | 数据库 | 
|---|---|---|
| tiobe | netcraft | db-engines | 
# 月刊
# Hex-Rays
# Hex-Rays 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 | 
# User Discussion
# LeetCode
# 文章
# 打卡
举例: https://rsshub.app/leetcode/submission/us/nathandai
    路由: /leetcode/submission/:country/:user
参数:
country, 必选 - 国家 country, 中国(cn)和美国(us)user, 必选 - 用户名 user, 可在LeetCode用户主页的 URL 中找到
# 每日一题
举例: https://rsshub.app/leetcode/dailyquestion/en
    路由: /leetcode/dailyquestion/:lang
参数:
lang, 必选 - 站点,中文(cn)和英文(en)
# 每日一题题解
举例: https://rsshub.app/leetcode/dailyquestion/solution/cn
    路由: /leetcode/dailyquestion/solution/:lang
参数:
lang, 必选 - 站点,中文(cn)和英文(en)
# 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 | 
提示
注意标识大小写
# MySQL
# Release Notes
举例: https://rsshub.app/mysql/release/8.0
    路由: /mysql/release/:version?
参数:
version, 可选 - 版本,见下表,默认为 8.0
| 8.0 | 5.7 | 5.6 | 
|---|
# Node.js
# News
举例: https://rsshub.app/nodejs/blog
    路由: /nodejs/blog/:language?
参数:
language, 可选 - 语言,见下表,默认为 en
| العربية | Catalan | Deutsch | Español | زبان فارسی | 
|---|---|---|---|---|
| ar | ca | de | es | fa | 
| Français | Galego | Italiano | 日本語 | 한국어 | 
|---|---|---|---|---|
| fr | gl | it | ja | ko | 
| Português do Brasil | limba română | Русский | Türkçe | Українська | 
|---|---|---|---|---|
| pt-br | ro | ru | tr | uk | 
| 简体中文 | 繁體中文 | 
|---|---|
| zh-cn | zh-tw | 
# NOSEC.org
# Posts
举例: https://rsshub.app/nosec/hole
    路由: /nosec/:keykind?
参数:
keykind, 可选 - 对应文章分类
| 分类 | 标识 | 
|---|---|
| 威胁情报 | threaten | 
| 安全动态 | security | 
| 漏洞预警 | hole | 
| 数据泄露 | leakage | 
| 专题报告 | speech | 
| 技术分析 | skill | 
| 安全工具 | tool | 
# project-zero issues
# issues
# Quicker
# 动作分享
# 讨论区
举例: https://rsshub.app/quicker/qa
    路由: /quicker/qa/:category?/:state?
参数:
category, 必选 - 分类,见下表,默认为全部state, 可选 - 状态,见下表,默认为全部
分类
| 使用问题 | 动作开发 | BUG 反馈 | 功能建议 | 
|---|---|---|---|
| 1 | 9 | 3 | 4 | 
| 动作需求 | 经验创意 | 动作推荐 | 信息发布 | 
|---|---|---|---|
| 6 | 2 | 7 | 5 | 
| 随便聊聊 | 异常报告 | 全部 | 
|---|---|---|
| 8 | 10 | all | 
状态
| 全部 | 精华 | 已归档 | 
|---|---|---|
| digest | achived | 
# 用户更新
举例: https://rsshub.app/quicker/user/Actions/3-CL
    路由: /quicker/user/:category/:id
参数:
category, 必选 - 分类,见下表id, 必选 - 用户 id,可在对应用户页 URL 中找到
| 动作 | 子程序 | 动作单 | 
|---|---|---|
| Actions | SubPrograms | ActionLists | 
# react
# react-native
# Rust 语言中文社区
# 招聘
# Scala
# Scala Blog
举例: https://rsshub.app/scala/blog/posts
    路由: /scala/blog/:part?
参数:
part, 可选 - 部分,默认为 All,part 参数可在 url 中获得
# segmentfault
# 频道
举例: https://rsshub.app/segmentfault/channel/frontend
    路由: /segmentfault/channel/:name
参数:
name, 必选 - 频道名称,在频道 URL 可以找到
# 用户
举例: https://rsshub.app/segmentfault/user/minnanitkong
    路由: /segmentfault/user/:name
参数:
name, 必选 - 用户 Id,用户详情页 URL 可以找到
# 博客
举例: https://rsshub.app/segmentfault/blogs/go
    路由: /segmentfault/blogs/:tag
参数:
tag, 必选 - 标签名称, 在 https://segmentfault.com/tags 中可以找到
# 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 | 
# wolley
# posts
# user post
# host
举例: https://rsshub.app/wolley/host/www.youtube.com
    路由: /wolley/host/:host
参数:
host, 必选 - 文章对应 host 分类
# 阿里云
# 数据库内核月报
# 公告
举例: https://rsshub.app/aliyun/notice
    路由: /aliyun/notice/:type?
参数:
type, 可选 - 无
| 类型 | type | 
|---|---|
| 全部 | |
| 升级公告 | 1 | 
| 安全公告 | 2 | 
| 备案公告 | 3 | 
| 其他 | 4 | 
# 开发者社区 - 主题
举例: https://rsshub.app/aliyun/developer/group/alitech
    路由: /aliyun/developer/group/:type
参数:
type, 必选 - 对应技术领域分类
# 安全客
提示
官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss (opens new window)
# 分类订阅
举例: https://rsshub.app/anquanke/week
    路由: /anquanke/:category/:fulltext?
参数:
category, 必选 - 分类订阅fulltext, 可选 - 是否获取全文,如需获取全文参数传入quanwen或fulltext
| 360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 | 
|---|---|---|---|---|---|
| week | activity | knowledge | news | job | tool | 
# 安全内参
# 分类
# 作者
# 安全文摘
# 首页
# 饿了么开放平台
# 商家开放平台公告
# 饿百零售开放平台公告
# 极客时间
# 专栏文章
举例: 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/pins/6824710202487472141
    路由: /juejin/pins/:type?
参数:
type, 可选 - 默认为 recommend,见下表
| 推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 | 
|---|---|---|---|---|---|---|---|---|
| recommend | hot | 6824710203301167112 | 6819970850532360206 | 6824710202487472141 | 6824710202562969614 | 6824710202378436621 | 6824710202000932877 | 6824710203112423437 | 
# 用户专栏
举例: https://rsshub.app/juejin/posts/3051900006845944
    路由: /juejin/posts/:id
参数:
id, 必选 - 用户 id, 可在用户页 URL 中找到
# 收藏集
举例: https://rsshub.app/juejin/collections/1697301682482439
    路由: /juejin/collections/:userId
参数:
userId, 必选 - 用户唯一标志符, 在浏览器地址栏URL中能够找到
# 单个收藏夹
举例: https://rsshub.app/juejin/collection/6845243180586123271
    路由: /juejin/collection/:collectionId
参数:
collectionId, 必选 - 收藏夹唯一标志符, 在浏览器地址栏URL中能够找到
# 分享
# 专栏
举例: https://rsshub.app/juejin/column/6960559453037199391
    路由: /juejin/column/:id
参数:
id, 必选 - 专栏 id, 可在专栏页 URL 中找到
# 资讯
举例: https://rsshub.app/juejin/news/739332228916791
    路由: /juejin/news/:userId
参数:
userId, 必选 - 用户 id, 可在用户页 URL 中找到
# 开源中国
# 资讯
举例: https://rsshub.app/oschina/news/project
    路由: /oschina/news/:category?
参数:
category, 可选 - 板块名
| 综合资讯 (opens new window) | 软件更新资讯 (opens new window) | 行业资讯 (opens new window) | 编程语言资讯 (opens new window) | 
|---|---|---|---|
| industry | project | industry-news | programming | 
订阅 全部板块资讯 (opens new window) 可以使用 https://rsshub.app/oschina/news (opens new window)
# 用户博客
举例: https://rsshub.app/oschina/user/lenve
    路由: /oschina/user/:id
参数:
id, 必选 - 用户 id,可通过查看用户博客网址得到,如果博客以 u/数字结尾,使用下一条路由
# 数字型账号用户博客
举例: https://rsshub.app/oschina/u/3920392
    路由: /oschina/u/:uid
参数:
uid, 必选 - 用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id
# 问答主题
举例: https://rsshub.app/oschina/topic/weekly-news
    路由: /oschina/topic/:topic
参数:
topic, 必选 - 主题名,可从 全部主题 进入主题页,在 URL 中找到
# 拉勾网
提示
拉勾网官方提供职位的邮件订阅 (opens new window),请根据自身需要选择使用。
# 职位招聘
举例: https://rsshub.app/lagou/jobs/JavaScript/上海
    路由: /lagou/jobs/:position/:city
参数:
position, 必选 - 职位名,可以参考拉勾网首页的职位列表city, 必选 - 城市名,请参考拉勾网支持的全部城市
# 蓝桥云课
# 全站发布的课程
举例: https://rsshub.app/lanqiao/courses/latest/all
    路由: /lanqiao/courses/:sort/:tag
参数:
sort, 必选 - 排序规则 sort, 默认(default)、最新(latest)、最热(hotest)tag, 必选 - 课程标签tag,可在该页面找到:https://www.lanqiao.cn/courses/
# 作者发布的课程
# 技术社区
举例: https://rsshub.app/lanqiao/questions/2
    路由: /lanqiao/questions/:id
参数:
id, 必选 - topic_id 主题id可在社区板块 URL 中找到
# 连享会
# 精彩资讯
    路由: /lianxh/:category?
参数:
category, 可选 - 分类 id,可在对应分类页 URL 中找到,默认为空,即全部
| 分类 | id | 
|---|---|
| 全部 | |
| Stata 入门 | 16 | 
| Stata 教程 | 17 | 
| 计量专题 | 18 | 
| 内生性 - 因果推断 | 19 | 
| 面板数据 | 20 | 
| 交乘项 - 调节 - 中介 | 21 | 
| 结果输出 | 22 | 
| 工具软件 | 23 | 
| Stata 绘图 | 24 | 
| 数据处理 | 25 | 
| Stata 程序 | 26 | 
| Probit-Logit | 27 | 
| 时间序列 | 28 | 
| 空间计量 - 网络分析 | 29 | 
| Markdown-LaTeX | 30 | 
| 论文写作 | 31 | 
| 回归分析 | 32 | 
| 其它 | 33 | 
| 数据分享 | 34 | 
| Stata 资源 | 35 | 
| 文本分析 - 爬虫 | 36 | 
| Python-R-Matlab | 37 | 
| IV-GMM | 38 | 
| 倍分法 DID | 39 | 
| 断点回归 RDD | 40 | 
| PSM-Matching | 41 | 
| 合成控制法 | 42 | 
| Stata 命令 | 43 | 
| 专题课程 | 44 | 
| 风险管理 | 45 | 
| 生存分析 | 46 | 
| 机器学习 | 47 | 
| 分位数回归 | 48 | 
| SFA-DEA - 效率分析 | 49 | 
| 答疑 - 板书 | 50 | 
| 论文重现 | 51 | 
| 最新课程 | 52 | 
| 公开课 | 53 | 
| Stata33 讲 | 54 | 
# 洛谷
# 日报
举例: https://rsshub.app/luogu/daily
    路由: /luogu/daily/:id?
参数:
id, 可选 - 年度日报所在帖子 id,可在 URL 中找到,不填默认为47327
# 比赛列表
# 用户动态
# 码农俱乐部
# 话题
举例: https://rsshub.app/mlog-club/topics/newest
    路由: /mlog-club/topics/:node
参数:
node, 必选 - node
| node | 名称 | 
|---|---|
| newest | 最新话题 | 
| recommend | 热门话题 | 
| 1 | 交流 | 
| 2 | 开源 | 
| 3 | 提问 | 
# 开源项目
# 码农网
# 最新
# 分类
举例: 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
# 美团开放平台
# 美团开放平台公告
# 平安银河实验室
# posts
# 前端艺术家 && 飞冰早报
# 列表
# 日报 | D2 资源库
# 日报 | D2 资源库
# 顺丰
# 顺丰丰桥开放平台公告
# 腾讯大数据
# 腾讯游戏开发者社区
注意
有部分输出全文带有未进行样式处理的代码内容,显示效果不佳,建议跳转原文阅读
# 分类
举例: https://rsshub.app/gameinstitute/community/hot
    路由: /gameinstitute/community/:tag?
参数:
tag, 可选 - 标签名称,默认为热门
| 热门 | 策划 | 程序 | 技术前沿 | 音频 | 项目管理 | 游戏运营 | 游戏测试 | 
|---|---|---|---|---|---|---|---|
| hot | plan | program | tech | audio | project | yunying | test | 
# 腾讯云
# 云 + 社区专栏
举例: https://rsshub.app/tencent/cloud/column/86410
    路由: /tencent/cloud/column/:id?/:tag?
参数:
id, 必选 - 专栏 id,可在对应专栏页中找到,默认为 86410(腾讯云数据库专家服务)tag, 可选 - 标签 id,可在对应专栏页中找到,默认为空
# 微信开放平台
# 微信开放社区 - 小程序公告
举例: 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/weixin/miniprogram/wxcloud/cloud-sdk
    路由: /weixin/miniprogram/wxcloud/:caty?
参数:
caty, 可选 - 日志分类
| 小程序基础库更新日志(云开发部分) | IDE 云开发 & 云控制台更新日志 | wx-server-sdk 更新日志 | 
|---|---|---|
| cloud-sdk | ide | server-sdk | 
# 印记中文
# 周刊 - JavaScript
# 政采云前端技术团队
# 博客
# 小报
# 知晓程序
# 文章
举例: https://rsshub.app/miniapp/article/cloud
    路由: /miniapp/article/:category
参数:
category, 必选 - 分类名称
| 全部 | 小程序资讯 | 知晓云 | 小程序推荐 | 榜单 | 晓组织 | 新能力 | 小程序问答 | 
|---|---|---|---|---|---|---|---|
| all | news | cloud | recommendation | rank | group | capability | qa |