Skip to content

💬 社交媒体

Bilibili

B 站每周必看

🟢 Passed Test

👨‍💻 Author: @ttttmr

💡 Example: https://rsshub.app/bilibili/weekly

🛎️ Route: /bilibili/weekly/:disableEmbed?

🔗 Parameters:

  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/weekly-recommend.ts

🟢 Passed Test

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/link/news/live

🛎️ Route: /bilibili/link/news/:product

🔗 Parameters:

  • product, required - 公告分类, 包括 直播:live 小视频:vc 相簿:wh

🐙 Source Code: /bilibili/link-news.ts

UP 主专栏

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @lengthmin @Qixingchen

💡 Example: https://rsshub.app/bilibili/user/article/334958638

🛎️ Route: /bilibili/user/article/:uid

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到

🐙 Source Code: /bilibili/article.ts

UP 主投币视频

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/user/coin/208259

🛎️ Route: /bilibili/user/coin/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/coin.ts

UP 主动态

🔴 Failed Test🚨 Strict Anti-crawling⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod @zytomorrow @CaoMeiYouRen @JimenezLi

💡 Example: https://rsshub.app/bilibili/user/dynamic/2267573

🛎️ Route: /bilibili/user/dynamic/:uid/:routeParams?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • routeParams, required - 额外参数;请参阅以下说明和表格

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, optional - 如果没有此配置,那么必须开启 puppeteer 支持;BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/dynamic.ts

含义接受的值默认值
showEmoji显示或隐藏表情图片0/1/true/falsefalse
disableEmbed关闭内嵌视频0/1/true/falsefalse
useAvid视频链接使用 AV 号 (默认为 BV 号)0/1/true/falsefalse
directLink使用内容直链0/1/true/falsefalse

用例:/bilibili/user/dynamic/2267573/showEmoji=1&disableEmbed=1&useAvid=1

动态的专栏显示全文

动态的专栏显示全文请使用通用参数里的 mode=fulltext

举例: bilibili 专栏全文输出 /bilibili/user/dynamic/2267573/?mode=fulltext

UP 主非默认收藏夹

🟢 Passed Test

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/fav/756508/50948568

🛎️ Route: /bilibili/fav/:uid/:fid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • fid, required - 收藏夹 ID, 可在收藏夹的 URL 中找到, 默认收藏夹建议使用 UP 主默认收藏夹功能
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/fav.ts

UP 主粉丝

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/user/followers/2267573/3

🛎️ Route: /bilibili/user/followers/:uid/:loginUid

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • loginUid, required - 用于登入的用户id,需要配置对应的 Cookie 值

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/followers.ts

WARNING

UP 主粉丝现在需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

UP 主关注用户

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/user/followings/2267573/3

🛎️ Route: /bilibili/user/followings/:uid/:loginUid

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • loginUid, required - 用于登入的用户id,需要配置对应的 Cookie 值

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/followings.ts

WARNING

UP 主关注用户现在需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

UP 主点赞视频

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @ygguorun

💡 Example: https://rsshub.app/bilibili/user/like/208259

🛎️ Route: /bilibili/user/like/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/like.ts

UP 主频道的视频列表

🔴 Failed Test

👨‍💻 Author: @weirongxu

💡 Example: https://rsshub.app/bilibili/user/channel/2267573/396050

🛎️ Route: /bilibili/user/channel/:uid/:sid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • sid, required - 频道 id, 可在频道的 URL 中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/user-channel.ts

UP 主频道的合集

🔴 Failed Test

👨‍💻 Author: @shininome

💡 Example: https://rsshub.app/bilibili/user/collection/245645656/529166

🛎️ Route: /bilibili/user/collection/:uid/:sid/:disableEmbed?/:sortReverse?/:page?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • sid, required - 合集 id, 可在合集页面的 URL 中找到
  • disableEmbed, required - 空,0与false为开启内嵌视频, 其他任意值为关闭
  • sortReverse, required - 默认:默认排序 1:升序排序
  • page, required - 页码, 默认1

🐙 Source Code: /bilibili/user-collection.ts

UP 主默认收藏夹

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/user/fav/2267573

🛎️ Route: /bilibili/user/fav/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/user-fav.ts

UP 主投稿

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/user/video/2267573

🛎️ Route: /bilibili/user/video/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/video.ts

动态的专栏显示全文

可以使用 UP 主动态路由作为代替绕过反爬限制

番剧

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/bangumi/media/9192

🛎️ Route: /bilibili/bangumi/media/:mediaid

🔗 Parameters:

  • mediaid, required - 番剧媒体 id, 番剧主页 URL 中获取

🐙 Source Code: /bilibili/bangumi.ts

分区视频排行榜

🟢 Passed Test

👨‍💻 Author: @lengthmin

💡 Example: https://rsshub.app/bilibili/partion/ranking/171/3

🛎️ Route: /bilibili/partion/ranking/:tid/:days?/:disableEmbed?

🔗 Parameters:

  • tid, required - 分区 id, 见上方表格
  • days, required - 缺省为 7, 指最近多少天内的热度排序
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/partion-ranking.ts

分区视频

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/partion/33

🛎️ Route: /bilibili/partion/:tid/:disableEmbed?

🔗 Parameters:

  • tid, required - 分区 id
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/partion.ts

动画

MAD·AMVMMD·3D短片・手书・配音特摄综合
2425478627

番剧

连载动画完结动画资讯官方延伸
333251152

国创

国产动画国产原创相关布袋戏动态漫・广播剧资讯
153168169195170

音乐

原创音乐翻唱VOCALOID·UTAU电音演奏MV音乐现场音乐综合OP/ED/OST
283130194591932913054

舞蹈

宅舞街舞明星舞蹈中国舞舞蹈综合舞蹈教程
20198199200154156

游戏

单机游戏电子竞技手机游戏网络游戏桌游棋牌GMV音游Mugen
171711726517312113619

知识

科学科普社科人文财经校园学习职业职场野生技术协会
201124207208209122

科技

演讲・公开课星海机械汽车
399698176

数码

手机平板电脑装机摄影摄像影音智能
95189190191

生活

搞笑日常美食圈动物圈手工绘画运动汽车其他ASMR
138217675161162163176174175

鬼畜

鬼畜调教音 MAD人力 VOCALOID教程演示
2226126127

时尚

美妆服饰健身T 台风向标
157158164159192

广告

广告
166

资讯

热点环球社会综合
203204205206

娱乐

综艺明星Korea 相关
71137131

影视

影视杂谈影视剪辑短片预告・资讯
18218385184

纪录片

全部人文・历史科学・探索・自然军事社会・美食・旅行
17737178179180

电影

全部华语电影欧美电影日本电影其他国家
2314714514683

电视剧

全部国产剧海外剧
11185187

歌单

🟢 Passed Test

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/bilibili/audio/10624

🛎️ Route: /bilibili/audio/:id

🔗 Parameters:

  • id, required - 歌单 id, 可在歌单页 URL 中找到

🐙 Source Code: /bilibili/audio.ts

会员购作品

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/mall/ip/0_3000294

🛎️ Route: /bilibili/mall/ip/:id

🔗 Parameters:

  • id, required - 作品 id, 可在作品列表页 URL 中找到

🐙 Source Code: /bilibili/mall-ip.ts

会员购新品上架

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/mall/new/1

🛎️ Route: /bilibili/mall/new/:category?

🔗 Parameters:

  • category, required - 分类,默认全部,见下表

🐙 Source Code: /bilibili/mall-new.ts

全部手办魔力赏周边游戏
01736

会员购票务

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nightmare-mio

💡 Example: https://rsshub.app/bilibili/platform/-1

🛎️ Route: /bilibili/platform/:area?/:p_type?/:uid?

🔗 Parameters:

  • area, required - 省市-国标码,默认为-1即全国
  • p_type, required - 类型:见下表,默认为全部类型
  • uid, required - 用户id,可以不填,不过不填不设置cookie,搜索结果与登入账号后搜索结果不一样。可以在url中找到,需要配置cookie值,只需要SESSDATA的值即可

🐙 Source Code: /bilibili/platform.ts

类型
演出
展览
本地生活

漫画更新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.app/bilibili/manga/update/26009

🛎️ Route: /bilibili/manga/update/:comicid

🔗 Parameters:

  • comicid, required - 漫画 id, 可在 URL 中找到, 支持带有mc前缀

🐙 Source Code: /bilibili/manga-update.ts

排行榜

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/bilibili/ranking/0/3/1

🛎️ Route: /bilibili/ranking/:rid?/:day?/:arc_type?/:disableEmbed?

🔗 Parameters:

  • rid, required - 排行榜分区 id, 默认 0
  • day, required - 时间跨度, 可为 1 3 7 30
  • arc_type, required - 投稿时间, 可为 0(全部投稿) 1(近期投稿) , 默认 1
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/ranking.ts

| 全站 | 动画 | 国创相关 | 音乐 | 舞蹈 | 游戏 | 科技 | 数码 | 生活 | 鬼畜 | 时尚 | 娱乐 | 影视 | | ---- | ---- | -------- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | | 0 | 1 | 168 | 3 | 129 | 4 | 36 | 188 | 160 | 119 | 155 | 5 | 181 |

热搜

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @CaoMeiYouRen

💡 Example: https://rsshub.app/bilibili/hot-search

🛎️ Route: /bilibili/hot-search

🐙 Source Code: /bilibili/hot-search.ts

视频弹幕

🔴 Failed Test

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/video/danmaku/BV1vA411b7ip/1

🛎️ Route: /bilibili/video/danmaku/:bvid/:pid?

🔗 Parameters:

  • bvid, required - 视频AV号,可在视频页 URL 中找到
  • pid, required - 分P号,不填默认为1

🐙 Source Code: /bilibili/danmaku.ts

视频选集列表

🟢 Passed Test

👨‍💻 Author: @sxzz

💡 Example: https://rsshub.app/bilibili/video/page/BV1i7411M7N9

🛎️ Route: /bilibili/video/page/:bvid/:disableEmbed?

🔗 Parameters:

  • bvid, required - 可在视频页 URL 中找到
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

🐙 Source Code: /bilibili/page.ts

视频评论

🔴 Failed Test

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.app/bilibili/video/reply/BV1vA411b7ip

🛎️ Route: /bilibili/video/reply/:bvid

🔗 Parameters:

  • bvid, required - 可在视频页 URL 中找到

🐙 Source Code: /bilibili/reply.ts

视频搜索

🔴 Failed Test⚙️ Config Required

👨‍💻 Author: @pcrtool @DIYgod

💡 Example: https://rsshub.app/bilibili/vsearch/RSSHub

🛎️ Route: /bilibili/vsearch/:kw/:order?/:disableEmbed?/:tid?

🔗 Parameters:

  • kw, required - 检索关键字
  • order, required - 排序方式, 综合:totalrank 最多点击:click 最新发布:pubdate(缺省) 最多弹幕:dm 最多收藏:stow
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭
  • tid, required - 分区 id

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, optional - 如果没有此配置,那么必须开启 puppeteer 支持;BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/vsearch.ts

分区 id 的取值请参考下表:

全部分区动画番剧国创音乐舞蹈游戏知识科技运动汽车生活美食动物圈鬼畜时尚资讯娱乐影视纪录片电影电视剧
0113167312943618823422316021121711915520251811772311

用户关注专栏

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @woshiluo

💡 Example: https://rsshub.app/bilibili/followings/article/99800931

🛎️ Route: /bilibili/followings/article/:uid

🔗 Parameters:

  • uid, required - 用户 id

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/followings-article.ts

WARNING

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户关注动态

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @TigerCubDen @JimenezLi

💡 Example: https://rsshub.app/bilibili/followings/dynamic/109937383

🛎️ Route: /bilibili/followings/dynamic/:uid/:routeParams?

🔗 Parameters:

  • uid, required - 用户 id
  • routeParams, required - 额外参数;请参阅 #UP 主动态 的说明和表格

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/followings-dynamic.ts

WARNING

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户关注视频动态

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/bilibili/followings/video/2267573

🛎️ Route: /bilibili/followings/video/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/followings-video.ts

WARNING

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户追漫更新

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @yindaheng98

💡 Example: https://rsshub.app/bilibili/manga/followings/26009

🛎️ Route: /bilibili/manga/followings/:uid/:limits?

🔗 Parameters:

  • uid, required - 用户 id
  • limits, required - 抓取最近更新前多少本漫画,默认为10

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/manga-followings.ts

WARNING

用户追漫需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户追番列表

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @wdssmq

💡 Example: https://rsshub.app/bilibili/user/bangumi/208259

🛎️ Route: /bilibili/user/bangumi/:uid/:type?

🔗 Parameters:

  • uid, required - 用户 id
  • type, required - 1为番,2为剧,留空为1

🐙 Source Code: /bilibili/user-bangumi.ts

用户所有视频

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /bilibili/user/video-all/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required -
  • disableEmbed, required -

🐙 Source Code: /bilibili/video-all.ts

用户稍后再看

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/bilibili/watchlater/2267573

🛎️ Route: /bilibili/watchlater/:uid/:disableEmbed?

🔗 Parameters:

  • uid, required - 用户 id
  • disableEmbed, required - 默认为开启内嵌视频, 任意值为关闭

⚙️ Deployment Configs:

  • BILIBILI_COOKIE_*, required - BILIBILI_COOKIE_{uid}: 用于用户关注动态系列路由,对应 uid 的 b 站用户登录后的 Cookie 值,{uid} 替换为 uid,如 BILIBILI_COOKIE_2267573,获取方式: 1. 打开 https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. 打开控制台,切换到 Network 面板,刷新 3. 点击 dynamic_new 请求,找到 Cookie 4. 视频和专栏,UP 主粉丝及关注只要求 SESSDATA 字段,动态需复制整段 Cookie

🐙 Source Code: /bilibili/watchlater.ts

WARNING

用户稍后再看需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

专栏文集

🟢 Passed Test

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.app/bilibili/readlist/25611

🛎️ Route: /bilibili/readlist/:listid

🔗 Parameters:

  • listid, required - 文集 id, 可在专栏文集 URL 中找到

🐙 Source Code: /bilibili/readlist.ts

综合热门

🟢 Passed Test

👨‍💻 Author: @ziminliu

💡 Example: https://rsshub.app/bilibili/popular/all

🛎️ Route: /bilibili/popular/all

🐙 Source Code: /bilibili/popular.ts

Bluesky (bsky)

Keywords

🔴 Failed Test

👨‍💻 Author: @untitaker

💡 Example: https://rsshub.app/bsky/keyword/hello

🛎️ Route: /bsky/keyword/:keyword

🔗 Parameters:

  • keyword, required - N

🐙 Source Code: /bsky/keyword.ts

Post

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/bsky/profile/bsky.app

🛎️ Route: /bsky/profile/:handle

🔗 Parameters:

  • handle, required - User handle, can be found in URL

🐙 Source Code: /bsky/posts.ts

Crossbell

Feeds of following

🔴 Failed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/crossbell/feeds/following/10

🛎️ Route: /crossbell/feeds/following/:characterId

🔗 Parameters:

  • characterId, required - N

🐙 Source Code: /crossbell/feeds/following.ts

Notes of character

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/crossbell/notes/character/10

🛎️ Route: /crossbell/notes/character/:characterId

🔗 Parameters:

  • characterId, required - N

🐙 Source Code: /crossbell/notes/character.ts

Notes

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/crossbell/notes

🛎️ Route: /crossbell/notes

🐙 Source Code: /crossbell/notes/index.ts

Notes of source

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/crossbell/notes/source/xlog

🛎️ Route: /crossbell/notes/source/:source

🔗 Parameters:

  • source, required - N

🐙 Source Code: /crossbell/notes/source.ts

Curius

User

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Ovler-Young

💡 Example: https://rsshub.app/curius/links/yuu-yuu

🛎️ Route: /curius/links/:name

🔗 Parameters:

  • name, required - Username, can be found in URL

🐙 Source Code: /curius/links.ts

Daily.dev

Most Discussed

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/daily/discussed

🛎️ Route: /daily/discussed

🐙 Source Code: /daily/discussed.ts

Most upvoted

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/daily/upvoted

🛎️ Route: /daily/upvoted

🐙 Source Code: /daily/upvoted.ts

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.app/daily

🛎️ Route: /daily/

🐙 Source Code: /daily/index.ts

User Posts

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/daily/user/kramer

🛎️ Route: /daily/user/:userId

🔗 Parameters:

  • userId, required -

🐙 Source Code: /daily/user.ts

Discord

Channel Messages

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/discord/channel/950465850056536084

🛎️ Route: /discord/channel/:channelId

🔗 Parameters:

  • channelId, required - Channel ID

⚙️ Deployment Configs:

  • DISCORD_AUTHORIZATION, required -

🐙 Source Code: /discord/channel.ts

fanbox

Creator

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @KarasuShin

💡 Example: https://rsshub.app/fanbox/official

🛎️ Route: /fanbox/:creator

🔗 Parameters:

  • creator, required - fanbox user name

⚙️ Deployment Configs:

  • FANBOX_SESSION_ID, optional - Required for private posts. Can be found in browser DevTools -> Application -> Cookies -> https://www.fanbox.cc -> FANBOXSESSID

🐙 Source Code: /fanbox/index.ts

Fansly

Hashtag

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/fansly/tag/free

🛎️ Route: /fansly/tag/:tag

🔗 Parameters:

  • tag, required - Hashtag

🐙 Source Code: /fansly/tag.ts

User Timeline

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/fansly/user/AeriGoMoo

🛎️ Route: /fansly/user/:username

🔗 Parameters:

  • username, required - User ID

🐙 Source Code: /fansly/post.ts

GETTR

User timeline

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/gettr/user/jasonmillerindc

🛎️ Route: /gettr/user/:id

🔗 Parameters:

  • id, required - User id

🐙 Source Code: /gettr/user.ts

Instagram

TIP

It's highly recommended to deploy with Redis cache enabled.

User Profile / Hashtag - Private API

🔴 Failed Test🚨 Strict Anti-crawling⚙️ Config Required

👨‍💻 Author: @oppilate @DIYgod

💡 Example: https://rsshub.app/instagram/user/stefaniejoosten

🛎️ Route: /instagram/:category/:key

🔗 Parameters:

  • category, required - Feed category, see table above
  • key, required - Username / Hashtag name

⚙️ Deployment Configs:

  • IG_PROXY, optional -

🐙 Source Code: /instagram/private-api/index.ts

WARNING

Due to Instagram Private API restrictions, you have to setup your credentials on the server. 2FA is not supported. See deployment guide for more.

User Profile / Hashtag

🔴 Failed Test🚨 Strict Anti-crawling

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/instagram/2/user/stefaniejoosten

🛎️ Route: /instagram/2/:category/:key

🔗 Parameters:

  • category, required - Feed category, see table below
  • key, required - Username / Hashtag name

🐙 Source Code: /instagram/web-api/index.ts

TIP

You may need to setup cookie for a less restrictive rate limit and private profiles.

User timelineHashtag
usertags

Instagram

TIP

It's highly recommended to deploy with Redis cache enabled.

User Profile - Picnob

🔴 Failed Test🚨 Strict Anti-crawling🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @TonyRL @micheal-death

💡 Example: https://rsshub.app/picnob/user/xlisa_olivex

🛎️ Route: /picnob/user/:id

🔗 Parameters:

  • id, required - Instagram id

🐙 Source Code: /picnob/user.ts

Instagram

TIP

It's highly recommended to deploy with Redis cache enabled.

User Profile - Picuki

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @hoilc @Rongronggg9 @devinmugen

💡 Example: https://rsshub.app/picuki/profile/stefaniejoosten

🛎️ Route: /picuki/profile/:id/:functionalFlag?

🔗 Parameters:

  • id, required - Instagram id
  • functionalFlag, required - functional flag, see the table below

🐙 Source Code: /picuki/profile.ts

functionalFlagVideo embeddingFetching Instagram Stories
0off, only show video poster as an imageoff
1 (default)onoff
10onon

WARNING

Instagram Stories do not have a reliable guid. It is possible that your RSS reader show the same story more than once. Though, every Story expires after 24 hours, so it may be not so serious.

Keep

运动日记

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Dectinc @DIYgod

💡 Example: https://rsshub.app/keep/user/556b02c1ab59390afea671ea

🛎️ Route: /keep/user/:id

🔗 Parameters:

  • id, required - Keep 用户 id

🐙 Source Code: /keep/user.ts

Lemmy

Community

🟢 Passed Test⚙️ Config Required

👨‍💻 Author: @wb14123

💡 Example: https://rsshub.app/lemmy/technology@lemmy.world/Hot

🛎️ Route: /lemmy/:community/:sort?

🔗 Parameters:

  • community, required - Lemmmy community, for example technology@lemmy.world
  • sort, required - Sort by, defaut to Active

⚙️ Deployment Configs:

  • ALLOW_USER_SUPPLY_UNSAFE_DOMAIN, required -

🐙 Source Code: /lemmy/index.ts

Lofter

Tag

🟢 Passed Test

👨‍💻 Author: @hoilc @nczitzk @LucunJi

💡 Example: https://rsshub.app/lofter/tag/cosplay/date

🛎️ Route: /lofter/tag/:name?/:type?

🔗 Parameters:

  • name, required - tag name, such as 名侦探柯南, 摄影 by default
  • type, required - ranking type, see below, new by default

🐙 Source Code: /lofter/tag.ts

newdateweekmonthtotal
最新日榜周榜月榜总榜

User

🟢 Passed Test

👨‍💻 Author: @hondajojo @nczitzk @LucunJi

💡 Example: https://rsshub.app/lofter/user/i

🛎️ Route: /lofter/user/:name?

🔗 Parameters:

  • name, required - Lofter user name, can be found in the URL

🐙 Source Code: /lofter/user.ts

Mastodon

TIP

Official user RSS:

  • RSS: https://**:instance**/users/**:username**.rss (Example)
  • Atom: https://**:instance**/users/**:username**.atom (Only for pawoo.net, example)

These feed do not include boosts (a.k.a. reblogs). RSSHub provides a feed for user timeline based on the Mastodon API, but to use that, you may need to create application on a Mastodon instance, and configure your RSSHub instance. Check the Deploy Guide for route-specific configurations.

Instance timeline (local)

🟢 Passed Test

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.app/mastodon/timeline/pawoo.net/true

🛎️ Route: /mastodon/timeline/:site/:only_media?

🔗 Parameters:

  • site, required - instance address, only domain, no http:// or https:// protocol header
  • only_media, required - whether only display media content, default to false, any value to true

🐙 Source Code: /mastodon/timeline-local.ts

If the instance address is not mastodon.social or pawoo.net, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN to be true.

Instance timeline (federated)

🟢 Passed Test

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.app/mastodon/remote/pawoo.net/true

🛎️ Route: /mastodon/remote/:site/:only_media?

🔗 Parameters:

  • site, required - instance address, only domain, no http:// or https:// protocol header
  • only_media, required - whether only display media content, default to false, any value to true

🐙 Source Code: /mastodon/timeline-remote.ts

If the instance address is not mastodon.social or pawoo.net, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN to be true.

Unknown

🟡 Missing Test

👨‍💻 Author: @notofoe

🛎️ Route: /mastodon/account_id/:site/:account_id/statuses/:only_media?

🔗 Parameters:

  • site, required -
  • account_id, required -
  • only_media, required -

🐙 Source Code: /mastodon/account-id.ts

User timeline

🟢 Passed Test

👨‍💻 Author: @notofoe

💡 Example: https://rsshub.app/mastodon/acct/CatWhitney@mastodon.social/statuses

🛎️ Route: /mastodon/acct/:acct/statuses/:only_media?

🔗 Parameters:

  • acct, required - Webfinger account URI, like user@host
  • only_media, required - whether only display media content, default to false, any value to true

🐙 Source Code: /mastodon/acct.ts

Started from Mastodon v4.0.0, the use of the search API in the route no longer requires a user token. If the domain of your Webfinger account URI is the same as the API host of the instance (i.e., no delegation called in some other protocols), then no configuration is required and the route is available out of the box. However, you can still specify these route-specific configurations if you need to override them.

Misskey

🟢 Passed Test

👨‍💻 Author: @Misaka13514

💡 Example: https://rsshub.app/misskey/notes/featured/misskey.io

🛎️ Route: /misskey/notes/featured/:site

🔗 Parameters:

  • site, required - instance address, domain only, without http:// or https:// protocol header

🐙 Source Code: /misskey/featured-notes.ts

pixiv

Following timeline

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @ClarkeCheng

💡 Example: https://rsshub.app/pixiv/user/illustfollows

🛎️ Route: /pixiv/user/illustfollows

⚙️ Deployment Configs:

  • PIXIV_REFRESHTOKEN, required -

🐙 Source Code: /pixiv/illustfollow.ts

WARNING

Only for self-hosted

Keyword

🔴 Failed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/pixiv/search/Nezuko/popular/2

🛎️ Route: /pixiv/search/:keyword/:order?/:mode?

🔗 Parameters:

  • keyword, required - keyword
  • order, required - rank mode, empty or other for time order, popular for popular order
  • mode, required - filte R18 content

🐙 Source Code: /pixiv/search.ts

only not R18only R18no filter
safer18empty or other

Rankings

🔴 Failed Test

👨‍💻 Author: @EYHN

💡 Example: https://rsshub.app/pixiv/ranking/week

🛎️ Route: /pixiv/ranking/:mode/:date?

🔗 Parameters:

  • mode, required - rank type
  • date, required - format: 2018-4-25

🐙 Source Code: /pixiv/ranking.ts

daily rankweekly rankmonthly rankmale rankfemale rankAI-generated work Rankingsoriginal rankrookie user rank
dayweekmonthday_maleday_femaleday_aiweek_originalweek_rookie
R-18 daily rankR-18 AI-generated workR-18 male rankR-18 female rankR-18 weekly rankR-18G rank
day_r18day_r18_aiday_male_r18day_female_r18week_r18week_r18g

User Bookmark

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @EYHN

💡 Example: https://rsshub.app/pixiv/user/bookmarks/15288095

🛎️ Route: /pixiv/user/bookmarks/:id

🔗 Parameters:

  • id, required - user id, available in user's homepage URL

🐙 Source Code: /pixiv/bookmarks.ts

User Novels

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/pixiv/user/novels/27104704

🛎️ Route: /pixiv/user/novels/:id

🔗 Parameters:

  • id, required - User id, available in user's homepage URL

🐙 Source Code: /pixiv/novels.ts

User Activity

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/pixiv/user/15288095

🛎️ Route: /pixiv/user/:id

🔗 Parameters:

  • id, required - user id, available in user's homepage URL

🐙 Source Code: /pixiv/user.ts

Plurk

Anonymous

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/anonymous

🛎️ Route: /plurk/anonymous

🐙 Source Code: /plurk/anonymous.ts

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/hotlinks

🛎️ Route: /plurk/hotlinks

🐙 Source Code: /plurk/hotlinks.ts

Plurk News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/news/:lang?

🛎️ Route: /plurk/news/:lang?

🔗 Parameters:

  • lang, required - Language, see the table above, en by default

🐙 Source Code: /plurk/news.ts

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/search/FGO

🛎️ Route: /plurk/search/:keyword

🔗 Parameters:

  • keyword, required - Search keyword

🐙 Source Code: /plurk/search.ts

Top

🔴 Failed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/top/topReplurks

🛎️ Route: /plurk/top/:category?/:lang?

🔗 Parameters:

  • category, required - Category, see the table below, topReplurks by default
  • lang, required - Language, see the table below, en by default

🐙 Source Code: /plurk/top.ts

Top ReplurksTop FavoritesTop Responded
topReplurkstopFavoritestopResponded
English中文(繁體)
enzh

Topic

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/topic/standwithukraine

🛎️ Route: /plurk/topic/:topic

🔗 Parameters:

  • topic, required - Topic ID, can be found in URL

🐙 Source Code: /plurk/topic.ts

User

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/plurk/user/plurkoffice

🛎️ Route: /plurk/user/:user

🔗 Parameters:

  • user, required - User ID, can be found in URL

🐙 Source Code: /plurk/user.ts

Rattibha

User Threads

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @yshalsager

💡 Example: https://rsshub.app/rattibha/user/elonmusk

🛎️ Route: /rattibha/user/:user

🔗 Parameters:

  • user, required - Twitter username, without @

🐙 Source Code: /rattibha/user.ts

Telegram

Channel

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @Rongronggg9

💡 Example: https://rsshub.app/telegram/channel/awesomeDIYgod/searchQuery=twitter

🛎️ Route: /telegram/channel/:username/:routeParams?

🔗 Parameters:

  • username, required - channel username
  • routeParams, required - extra parameters, see the table below

🐙 Source Code: /telegram/channel.ts

KeyDescriptionAcceptsDefaults to
showLinkPreviewShow the link preview from Telegram0/1/true/falsetrue
showViaBotFor messages sent via bot, show the bot0/1/true/falsetrue
showReplyToFor reply messages, show the target of the reply0/1/true/falsetrue
showFwdFromFor forwarded messages, show the forwarding source0/1/true/falsetrue
showFwdFromAuthorFor forwarded messages, show the author of the forwarding source0/1/true/falsetrue
showInlineButtonsShow inline buttons0/1/true/falsefalse
showMediaTagInTitleShow media tags in the title0/1/true/falsetrue
showMediaTagAsEmojiShow media tags as emoji0/1/true/falsetrue
includeFwdInclude forwarded messages0/1/true/falsetrue
includeReplyInclude reply messages0/1/true/falsetrue
includeServiceMsgInclude service messages (e.g. message pinned, channel photo updated)0/1/true/falsetrue
includeUnsupportedMsgInclude messages unsupported by t.me0/1/true/falsefalse
searchQuerysearch querykeywords; replace # by %23 for hashtag searching(search disabled)

Specify different option values than default values can meet different needs, URL

https://rsshub.app/telegram/channel/NewlearnerChannel/showLinkPreview=0&showViaBot=0&showReplyTo=0&showFwdFrom=0&showFwdFromAuthor=0&showInlineButtons=0&showMediaTagInTitle=1&showMediaTagAsEmoji=1&includeFwd=0&includeReply=1&includeServiceMsg=0&includeUnsupportedMsg=0

generates an RSS without any link previews and annoying metadata, with emoji media tags in the title, without forwarded messages (but with reply messages), and without messages you don't care about (service messages and unsupported messages), for people who prefer pure subscriptions.

TIP

For backward compatibility reasons, invalid routeParams will be treated as searchQuery .

Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username.

Sticker Pack

🔴 Failed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/telegram/stickerpack/DIYgod

🛎️ Route: /telegram/stickerpack/:name

🔗 Parameters:

  • name, required - Sticker Pack name, available in the sharing URL

🐙 Source Code: /telegram/stickerpack.ts

Telegram Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @fengkx

💡 Example: https://rsshub.app/telegram/blog

🛎️ Route: /telegram/blog

🐙 Source Code: /telegram/blog.ts

Threads

User timeline

🟢 Passed Test

👨‍💻 Author: @ninboy

💡 Example: https://rsshub.app/threads/zuck

🛎️ Route: /threads/:user/:routeParams?

🔗 Parameters:

  • user, required - Username
  • routeParams, required - Extra parameters, see the table below

🐙 Source Code: /threads/index.ts

Specify options (in the format of query string) in parameter routeParams to control some extra features for threads

KeyDescriptionAcceptsDefaults to
showAuthorInTitleShow author name in title0/1/true/falsetrue
showAuthorInDescShow author name in description (RSS body)0/1/true/falsetrue
showQuotedAuthorAvatarInDescShow avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalseP
showEmojiForQuotesAndReplyUse "🔁" instead of "QT", "↩️" instead of "Re"0/1/true/falsetrue
showQuotedInTitleShow quoted tweet in title0/1/true/falsetrue
repliesShow replies0/1/true/falsetrue

Specify different option values than default values to improve readability. The URL

https://rsshub.app/threads/zuck/showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForQuotesAndReply=1&showQuotedInTitle=1

TikTok

User

🔴 Failed Test🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/tiktok/user/@linustech/true

🛎️ Route: /tiktok/user/:user/:iframe?

🔗 Parameters:

  • user, required - User ID, including @
  • iframe, required - Use the official iframe to embed the video, which allows you to view the video if the default option does not work. Default to false

🐙 Source Code: /tiktok/user.ts

Twitter

Specify options (in the format of query string) in parameter routeParams to control some extra features for Tweets

KeyDescriptionAcceptsDefaults to
readableEnable readable layout0/1/true/falsefalse
authorNameBoldDisplay author name in bold0/1/true/falsefalse
showAuthorInTitleShow author name in title0/1/true/falsefalse (true in /twitter/followings)
showAuthorInDescShow author name in description (RSS body)0/1/true/falsefalse (true in /twitter/followings)
showQuotedAuthorAvatarInDescShow avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showEmojiForRetweetAndReplyUse "🔁" instead of "RT", "↩️" & "💬" instead of "Re"0/1/true/falsefalse
showSymbolForRetweetAndReplyUse " RT " instead of "", " Re " instead of ""0/1/true/falsetrue
showRetweetTextInTitleShow quote comments in title (if false, only the retweeted tweet will be shown in the title)0/1/true/falsetrue
addLinkForPicsAdd clickable links for Tweet pictures0/1/true/falsefalse
showTimestampInDescriptionShow timestamp in description0/1/true/falsefalse
showQuotedInTitleShow quoted tweet in title0/1/true/falsefalse
widthOfPicsWidth of Tweet picturesUnspecified/IntegerUnspecified
heightOfPicsHeight of Tweet picturesUnspecified/IntegerUnspecified
sizeOfAuthorAvatarSize of author's avatarInteger48
sizeOfQuotedAuthorAvatarSize of quoted tweet's author's avatarInteger24
excludeRepliesExclude replies, only available in /twitter/user0/1/true/falsefalse
includeRtsInclude retweets, only available in /twitter/user0/1/true/falsetrue
forceWebApiForce using Web API even if Developer API is configured, only available in /twitter/user and /twitter/keyword0/1/true/falsefalse
countcount parameter passed to Twitter API, only available in /twitter/userUnspecified/IntegerUnspecified

Specify different option values than default values to improve readability. The URL

https://rsshub.app/twitter/user/durov/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweetAndReply=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showQuotedInTitle=1&heightOfPics=150

generates

Readable Twitter RSS of Durov

Currently supports two authentication methods:

  • Using TWITTER_COOKIE (recommended): Configure the cookies of logged-in Twitter Web, at least including the fields auth_token and ct0. RSSHub will use this information to directly access Twitter's web API to obtain data.

  • Using TWITTER_USERNAME TWITTER_PASSWORD and TWITTER_AUTHENTICATION_SECRET: Configure the Twitter username and password. RSSHub will use this information to log in to Twitter and obtain data using the mobile API. Please note that if you have not logged in with the current IP address before, it is easy to trigger Twitter's risk control mechanism.

Home timeline

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/twitter/home

🛎️ Route: /twitter/home/:routeParams?

🔗 Parameters:

  • routeParams, required -

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.
  • TWITTER_COOKIE, required - Please see above for details.

🐙 Source Code: /twitter/home.ts

Keyword

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod @yindaheng98 @Rongronggg9

💡 Example: https://rsshub.app/twitter/keyword/RSSHub

🛎️ Route: /twitter/keyword/:keyword/:routeParams?

🔗 Parameters:

  • keyword, required - keyword
  • routeParams, required - extra parameters, see the table above

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.
  • TWITTER_COOKIE, required - Please see above for details.

🐙 Source Code: /twitter/keyword.ts

List timeline

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod @xyqfer

💡 Example: https://rsshub.app/twitter/list/ladyleet/javascript

🛎️ Route: /twitter/list/:id/:routeParams?

🔗 Parameters:

  • id, required - username
  • routeParams, required - extra parameters, see the table above

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.
  • TWITTER_COOKIE, required - Please see above for details.

🐙 Source Code: /twitter/list.ts

🔴 Failed Test

👨‍💻 Author: @sakamossan

💡 Example: https://rsshub.app/twitter/trends/23424856

🛎️ Route: /twitter/trends/:woeid?

🔗 Parameters:

  • woeid, required - Yahoo! Where On Earth ID. default to woeid=1 (World Wide)

🐙 Source Code: /twitter/trends.ts

Tweet Details

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @LarchLiu @Rongronggg9

💡 Example: https://rsshub.app/twitter/tweet/DIYgod/status/1650844643997646852

🛎️ Route: /twitter/tweet/:id/status/:status/:original?

🔗 Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • status, required - tweet ID
  • original, required - extra parameters, data type of return, if the value is not 0/false and config.isPackage is true, return the original data of twitter

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.

🐙 Source Code: /twitter/tweet.ts

User likes

🔴 Failed Test

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/twitter/likes/DIYgod

🛎️ Route: /twitter/likes/:id/:routeParams?

🔗 Parameters:

  • id, required - username
  • routeParams, required - extra parameters, see the table above

🐙 Source Code: /twitter/likes.ts

User media

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod @yindaheng98 @Rongronggg9

💡 Example: https://rsshub.app/twitter/media/DIYgod

🛎️ Route: /twitter/media/:id/:routeParams?

🔗 Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • routeParams, required - extra parameters, see the table above.

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.
  • TWITTER_COOKIE, required - Please see above for details.

🐙 Source Code: /twitter/media.ts

User timeline

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod @yindaheng98 @Rongronggg9

💡 Example: https://rsshub.app/twitter/user/DIYgod

🛎️ Route: /twitter/user/:id/:routeParams?

🔗 Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • routeParams, required - extra parameters, see the table above; particularly when routeParams=exclude_replies, replies are excluded; routeParams=exclude_rts excludes retweets,routeParams=exclude_rts_replies exclude replies and retweets; for default include all.

⚙️ Deployment Configs:

  • TWITTER_USERNAME, required - Please see above for details.
  • TWITTER_PASSWORD, required - Please see above for details.
  • TWITTER_AUTHENTICATION_SECRET, optional - TOTP 2FA secret, please see above for details.
  • TWITTER_COOKIE, required - Please see above for details.

🐙 Source Code: /twitter/user.ts

Vimeo

Category

🟢 Passed Test

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.app/vimeo/category/documentary/staffpicks

🛎️ Route: /vimeo/category/:category/:staffpicks?

🔗 Parameters:

🐙 Source Code: /vimeo/category.ts

Channel

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.app/vimeo/channel/bestoftheyear

🛎️ Route: /vimeo/channel/:channel

🔗 Parameters:

🐙 Source Code: /vimeo/channel.ts

User Profile

🔴 Failed Test

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.app/vimeo/user/filmsupply/picks

🛎️ Route: /vimeo/user/:username/:cat?

🔗 Parameters:

  • username, required - In this example https://vimeo.com/filmsupply is filmsupply
  • cat, required - deafult for all latest videos, others categories in this example such as Docmentary, Narrative, Drama. Set picks for promote orders, just orderd like web page. When picks added, published date won't show up

🐙 Source Code: /vimeo/usr-videos.ts

Special category name attention

Some of the categories contain slash like 3D/CG , must change the slash / to the vertical bar|.

YouTube Live

Channel

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ

🛎️ Route: /youtube/channel/:id/:embed?

🔗 Parameters:

  • id, required - YouTube channel id
  • embed, required - Default to embed the video, set to any value to disable embedding

⚙️ Deployment Configs:

  • YOUTUBE_KEY, required - YouTube API Key, support multiple keys, split them with ,, API Key application

🐙 Source Code: /youtube/channel.ts

TIP

YouTube provides official RSS feeds for channels, for instance https://www.youtube.com/feeds/videos.xml?channel_id=UCDwDMPOZfxVV0x_dz0eQ8KQ.

Community

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/youtube/community/@JFlaMusic

🛎️ Route: /youtube/community/:handle

🔗 Parameters:

  • handle, required - YouTube handles or channel id

🐙 Source Code: /youtube/community.ts

Custom URL

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/youtube/c/YouTubeCreators

🛎️ Route: /youtube/c/:username/:embed?

🔗 Parameters:

  • username, required - YouTube custom URL
  • embed, required - Default to embed the video, set to any value to disable embedding

🐙 Source Code: /youtube/custom.ts

Music Charts

🟢 Passed Test

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/youtube/charts

🛎️ Route: /youtube/charts/:category?/:country?/:embed?

🔗 Parameters:

  • category, required - Chart, see table below, default to TopVideos
  • country, required - Country Code, see table below, default to global
  • embed, required - Default to embed the video, set to any value to disable embedding

🐙 Source Code: /youtube/charts.ts

Chart

Top artistsTop songsTop music videosTrending
TopArtistsTopSongsTopVideosTrendingVideos

Country Code

ArgentinaAustraliaAustriaBelgiumBoliviaBrazilCanada
arauatbebobrca
ChileColombiaCosta RicaCzechiaDenmarkDominican RepublicEcuador
clcocrczdkdoec
EgyptEl SalvadorEstoniaFinlandFranceGermanyGuatemala
egsveefifrdegt
HondurasHungaryIcelandIndiaIndonesiaIrelandIsraelItaly
hnhuisinidieilit
JapanKenyaLuxembourgMexicoNetherlandsNew ZealandNicaragua
jpkelumxnlnzni
NigeriaNorwayPanamaParaguayPeruPolandPortugalRomania
ngnopapypeplptro
RussiaSaudi ArabiaSerbiaSouth AfricaSouth KoreaSpainSwedenSwitzerland
rusarszakressech
TanzaniaTurkeyUgandaUkraineUnited Arab EmiratesUnited KingdomUnited States
tztruguaaegbus
UruguayZimbabwe
uyzw

Playlist

🔴 Failed Test

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z

🛎️ Route: /youtube/playlist/:id/:embed?

🔗 Parameters:

  • id, required - YouTube playlist id
  • embed, required - Default to embed the video, set to any value to disable embedding

🐙 Source Code: /youtube/playlist.ts

Subscriptions

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/youtube/subscriptions

🛎️ Route: /youtube/subscriptions/:embed?

🔗 Parameters:

  • embed, required - Default to embed the video, set to any value to disable embedding

⚙️ Deployment Configs:

  • YOUTUBE_KEY, required -
  • YOUTUBE_CLIENT_ID, required -
  • YOUTUBE_CLIENT_SECRET, required -
  • YOUTUBE_REFRESH_TOKEN, required -

🐙 Source Code: /youtube/subscriptions.ts

User

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/youtube/user/JFlaMusic

🛎️ Route: /youtube/user/:username/:embed?

🔗 Parameters:

  • username, required - YouTuber id
  • embed, required - Default to embed the video, set to any value to disable embedding

🐙 Source Code: /youtube/user.ts

唱吧

用户

🔴 Failed Test🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/changba/skp6hhF59n48R-UpqO3izw

🛎️ Route: /changba/:userid

🔗 Parameters:

  • userid, required - 用户ID, 可在对应分享页面的 URL 中找到

🐙 Source Code: /changba/user.ts

抖音直播

WARNING

反爬严格,需要启用 puppeteer。抖音的视频 CDN 会验证 Referer,意味着许多阅读器都无法直接播放内嵌视频,以下是一些变通解决方案:

  1. 启用内嵌视频 (embed=1), 参考 通用参数 -> 多媒体处理 配置 multimedia_hotlink_template wrap_multimedia_in_iframe
  2. 关闭内嵌视频 (embed=0),手动点击 视频直链 超链接,一般情况下均可成功播放视频。若仍然出现 HTTP 403,请复制 URL 以后到浏览器打开。
  3. 点击原文链接打开抖音网页版的视频详情页播放视频。

额外参数

含义默认值
embed是否启用内嵌视频0/1/true/falsefalse

标签

🔴 Failed Test🚨 Strict Anti-crawling🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/douyin/hashtag/1592824105719812

🛎️ Route: /douyin/hashtag/:cid/:routeParams?

🔗 Parameters:

  • cid, required - 标签 ID,可在标签页面 URL 中找到
  • routeParams, required - 额外参数,query string 格式,请参阅上面的表格

🐙 Source Code: /douyin/hashtag.ts

博主

🔴 Failed Test🚨 Strict Anti-crawling🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @Max-Tortoise @Rongronggg9

💡 Example: https://rsshub.app/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao

🛎️ Route: /douyin/user/:uid/:routeParams?

🔗 Parameters:

  • uid, required - uid,可在用户页面 URL 中找到
  • routeParams, required - 额外参数,query string 格式,请参阅上面的表格

🐙 Source Code: /douyin/user.ts

豆瓣

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /douban/explore/column/:id

🔗 Parameters:

  • id, required -

🐙 Source Code: /douban/other/explore-column.ts

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /douban/people/:userid/status/:routeParams?

🔗 Parameters:

  • userid, required -
  • routeParams, required -

🐙 Source Code: /douban/people/status.ts

北美票房榜

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/douban/movie/ustop

🛎️ Route: /douban/movie/ustop

🐙 Source Code: /douban/other/ustop.ts

豆瓣书店

🟢 Passed Test

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/douban/bookstore

🛎️ Route: /douban/bookstore

🐙 Source Code: /douban/other/bookstore.ts

豆瓣电影人

🟢 Passed Test

👨‍💻 Author: @minimalistrojan

💡 Example: https://rsshub.app/douban/celebrity/1274261

🛎️ Route: /douban/celebrity/:id/:sort?

🔗 Parameters:

  • id, required - 电影人 id
  • sort, required - 排序方式,缺省为 time(时间排序),可为 vote (评价排序)

🐙 Source Code: /douban/other/celebrity.ts

豆瓣电影分类

🟢 Passed Test

👨‍💻 Author: @zzwab

💡 Example: https://rsshub.app/douban/movie/classification/R/7.5/Netflix,2020

🛎️ Route: /douban/movie/classification/:sort?/:score?/:tags?

🔗 Parameters:

  • sort, required - 排序方式,默认为U
  • score, required - 最低评分,默认不限制
  • tags, required - 分类标签,多个标签之间用英文逗号分隔,常见的标签到豆瓣电影的分类页面查看,支持自定义标签

🐙 Source Code: /douban/other/classification.ts

排序方式可选值如下

近期热门标记最多评分最高最近上映
UTSR

豆瓣读书论坛

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nightmare-mio

💡 Example: https://rsshub.app/douban/36328704/discussion

🛎️ Route: /douban/:id/discussion

🔗 Parameters:

  • id, required - 书本id;默认论坛文章使用"按回应时间排序",仅第一页文章

🐙 Source Code: /douban/other/discussion.ts

豆瓣豆列

🔴 Failed Test

👨‍💻 Author: @LogicJake @honue

💡 Example: https://rsshub.app/douban/doulist/37716774

🛎️ Route: /douban/doulist/:id

🔗 Parameters:

  • id, required - 豆列id

🐙 Source Code: /douban/other/doulist.ts

豆瓣小组

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/douban/group/648102

🛎️ Route: /douban/group/:groupid/:type?

🔗 Parameters:

  • groupid, required - 豆瓣小组的 id
  • type, required - 缺省 最新,essence 最热,elite 精华

🐙 Source Code: /douban/other/group.ts

豆瓣招聘

🟢 Passed Test

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/douban/jobs/campus

🛎️ Route: /douban/jobs/:type

🔗 Parameters:

  • type, required - 招聘类型,见下表

🐙 Source Code: /douban/other/jobs.ts

社会招聘校园招聘实习生招聘
socialcampusintern

豆瓣榜单与集合

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @5upernova-heng @honue

💡 Example: https://rsshub.app/douban/list/subject_real_time_hotest

🛎️ Route: /douban/list/:type?/:routeParams?

🔗 Parameters:

  • type, required - 榜单类型,见下表。默认为实时热门书影音
  • routeParams, required - 额外参数;请参阅以下说明和表格

🐙 Source Code: /douban/other/list.ts

榜单 / 集合路由
实时热门书影音subject_real_time_hotest
影院热映movie_showing
实时热门电影movie_real_time_hotest
实时热门电视tv_real_time_hotest
一周口碑电影榜movie_weekly_best
华语口碑剧集榜tv_chinese_best_weekly
全球口碑剧集榜tv_global_best_weekly
国内口碑综艺榜show_chinese_best_weekly
国外口碑综艺榜show_global_best_weekly
热播新剧国产剧tv_domestic
热播新剧欧美剧tv_american
热播新剧日剧tv_japanese
热播新剧韩剧tv_korean
热播新剧动画tv_animation
虚构类小说热门榜book_fiction_hot_weekly
非虚构类小说热门榜book_nonfiction_hot_weekly
热门单曲榜music_single
华语新碟榜music_chinese
......
额外参数含义接受的值默认值
playable仅看有可播放片源的影片0/10
score筛选评分0-100

用例:/douban/list/tv_korean/playable=1&score=8

上面的榜单 / 集合并没有列举完整。

如何找到榜单对应的路由参数: 在豆瓣手机 APP 中,对应地榜单页面右上角,点击分享链接。链接路径 subject_collection 后的路径就是路由参数 type。 如:小说热门榜的分享链接为:https://m.douban.com/subject_collection/ECDIHUN4A,其对应本 RSS 路由的 typeECDIHUN4A,对应的订阅链接路由:/douban/list/ECDIHUN4A

豆瓣每月推荐片单

🔴 Failed Test

👨‍💻 Author: @honue

💡 Example: https://rsshub.app/douban/recommended/tv

🛎️ Route: /douban/recommended/:type?/:routeParams?

🔗 Parameters:

  • type, required - 片单类型剧集/电影,tv或movie,默认为tv
  • routeParams, required - 额外参数;请参阅以下说明和表格

🐙 Source Code: /douban/other/recommended.ts

额外参数含义接受的值默认值
playable仅看有可播放片源的影片0/10
score筛选评分0-100

用例:/douban/recommended/tv/playable=0&score=8

TIP

整合了 /douban/list/ 路由,省去每月手动更新 id 参数,因为当月推荐剧集片单中,会有还未播出 / 开评分剧集、海外平台播出剧集,请自行考虑是否使用额外参数。

话题

🔴 Failed Test

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/douban/topic/48823

🛎️ Route: /douban/topic/:id/:sort?

🔗 Parameters:

  • id, required - 话题id
  • sort, required - 排序方式,hot或new,默认为new

🐙 Source Code: /douban/other/topic.ts

即将上映的电影

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/douban/movie/later

🛎️ Route: /douban/movie/later

🐙 Source Code: /douban/other/later.ts

浏览发现

🔴 Failed Test

👨‍💻 Author: @clarkzsd

💡 Example: https://rsshub.app/douban/explore

🛎️ Route: /douban/explore

🐙 Source Code: /douban/other/explore.ts

频道书影音

🟢 Passed Test

👨‍💻 Author: @umm233

💡 Example: https://rsshub.app/douban/channel/30168934/subject/0

🛎️ Route: /douban/channel/:id/subject/:nav

🔗 Parameters:

  • id, required - 频道id
  • nav, required - 书影音分类

🐙 Source Code: /douban/channel/subject.ts

电影电视剧图书唱片
0123

频道专题

🔴 Failed Test

👨‍💻 Author: @umm233

💡 Example: https://rsshub.app/douban/channel/30168934/hot

🛎️ Route: /douban/channel/:id/:nav?

🔗 Parameters:

  • id, required - 频道id
  • nav, required - 专题分类,可选,默认为 default

🐙 Source Code: /douban/channel/topic.ts

默认热门最新
defaulthotnew

热门图书排行

🟢 Passed Test

👨‍💻 Author: @xyqfer @queensferryme

💡 Example: https://rsshub.app/douban/book/rank/fiction

🛎️ Route: /douban/book/rank/:type?

🔗 Parameters:

  • type, required - 图书类型,默认合并列表

🐙 Source Code: /douban/book/rank.ts

全部虚构非虚构
fictionnonfiction

热门同城活动

🟢 Passed Test

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/douban/event/hot/118172

🛎️ Route: /douban/event/hot/:locationId

🔗 Parameters:

  • locationId, required - 位置 id, 同城首页打开控制台执行 window.__loc_id__ 获取

🐙 Source Code: /douban/event/hot.ts

日记最新回应

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/douban/replies/xiaoyaxiaoya

🛎️ Route: /douban/replies/:uid

🔗 Parameters:

  • uid, required - 用户id,可在用户日记页 URL 中找到

🐙 Source Code: /douban/other/replies.ts

商务印书馆新书速递

🔴 Failed Test

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/douban/commercialpress/latest

🛎️ Route: /douban/commercialpress/latest

🐙 Source Code: /douban/commercialpress/latest.ts

新书速递

🔴 Failed Test

👨‍💻 Author: @fengkx @lyqluis

💡 Example: https://rsshub.app/douban/book/latest/fiction

🛎️ Route: /douban/book/latest/:type?

🔗 Parameters:

  • type, required - 专题分类,可选,默认为 all

🐙 Source Code: /douban/book/latest.ts

| 文学 | 小说 | 历史文化 | 社会纪实 | 科学新知 | 艺术设计 | 商业经管 | 绘本漫画 | | ------------ | ------- | -------- | --------- | -------- | -------- | -------- | -------- | | prose_poetry | fiction | history | biography | science | art | business | comics |

一周口碑榜

🟢 Passed Test

👨‍💻 Author: @numm233 @nczitzk

💡 Example: https://rsshub.app/douban/movie/weekly

🛎️ Route: /douban/movie/weekly/:type?

🔗 Parameters:

  • type, required - 分类,可在榜单页 URL 中找到,默认为一周口碑电影榜

🐙 Source Code: /douban/other/weekly-best.ts

一周口碑电影榜华语口碑剧集榜
movie_weekly_besttv_chinese_best_weekly

用户想看

🟢 Passed Test

👨‍💻 Author: @exherb

💡 Example: https://rsshub.app/douban/people/exherb/wish

🛎️ Route: /douban/people/:userid/wish/:routeParams?

🔗 Parameters:

  • userid, required - 用户id
  • routeParams, required - 额外参数;见下

🐙 Source Code: /douban/people/wish.ts

对于豆瓣用户想看的内容,在 routeParams 参数中以 query string 格式设置如下选项可以控制输出的样式

含义接受的值默认值
pagesCount查询页面数1

正在上映的电影

🟢 Passed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/douban/movie/playing

🛎️ Route: /douban/movie/playing,/movie/playing/:score

🐙 Source Code: /douban/other/playing.ts

正在上映的电影

🔴 Failed Test

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/douban/movie/playing

🛎️ Route: /douban/movie/playing,/movie/playing/:score

🐙 Source Code: /douban/other/playing.ts

最新增加的音乐

🔴 Failed Test

👨‍💻 Author: @fengkx @xyqfer

💡 Example: https://rsshub.app/douban/music/latest/chinese

🛎️ Route: /douban/music/latest/:area?

🔗 Parameters:

  • area, required - 区域类型,默认全部

🐙 Source Code: /douban/other/latest-music.ts

华语欧美日韩
chinesewesternjapankorean

最新回应过的日记

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/douban/replied/xiaoyaxiaoya

🛎️ Route: /douban/replied/:uid

🔗 Parameters:

  • uid, required - 用户id,可在用户日记页 URL 中找到

🐙 Source Code: /douban/other/replied.ts

方格子

出版專題

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @Maecenas

💡 Example: https://rsshub.app/vocus/publication/bass

🛎️ Route: /vocus/publication/:id

🔗 Parameters:

  • id, required - 出版專題 id,可在出版專題主页的 URL 找到

🐙 Source Code: /vocus/publication.ts

用户个人文章

🟢 Passed Test

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/vocus/user/tsetyan

🛎️ Route: /vocus/user/:id

🔗 Parameters:

  • id, required - 用户 id,可在用户主页的 URL 找到

🐙 Source Code: /vocus/user.ts

即刻

圈子 - 纯文字

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/jike/topic/text/553870e8e4b0cafb0a1bef68

🛎️ Route: /jike/topic/text/:id

🔗 Parameters:

  • id, required - 圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到

🐙 Source Code: /jike/topic-text.ts

圈子

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.app/jike/topic/556688fae4b00c57d9dd46ee

🛎️ Route: /jike/topic/:id/:showUid?

🔗 Parameters:

  • id, required - 圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到
  • showUid, required - 是否在内容中显示用户信息,设置为 1 则开启

🐙 Source Code: /jike/topic.ts

用户动态

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.app/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB

🛎️ Route: /jike/user/:id

🔗 Parameters:

  • id, required - 用户 id, 可在即刻分享出来的单条动态页点击用户头像进入个人主页,然后在个人主页的 URL 中找到,或者在单条动态页使用 RSSHub Radar 插件

🐙 Source Code: /jike/user.ts

简书

首页

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.app/jianshu/home

🛎️ Route: /jianshu/home

🐙 Source Code: /jianshu/home.ts

专题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.app/jianshu/collection/xYuZYD

🛎️ Route: /jianshu/collection/:id

🔗 Parameters:

  • id, required - 专题 id, 可在专题页 URL 中找到

🐙 Source Code: /jianshu/collection.ts

作者

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.app/jianshu/user/yZq3ZV

🛎️ Route: /jianshu/user/:id

🔗 Parameters:

  • id, required - 作者 id, 可在作者主页 URL 中找到

🐙 Source Code: /jianshu/user.ts

酷安

话题

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/huati/iPhone

🛎️ Route: /coolapk/huati/:tag

🔗 Parameters:

  • tag, required - 话题名称

🐙 Source Code: /coolapk/huati.ts

看看号

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/dyh/1524

🛎️ Route: /coolapk/dyh/:dyhId

🔗 Parameters:

  • dyhId, required - 看看号ID

🐙 Source Code: /coolapk/dyh.ts

TIP

仅限于采集站内订阅的看看号的内容。看看号 ID 可在看看号界面右上分享 - 复制链接得到。

热榜

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/hot

🛎️ Route: /coolapk/hot/:type?/:period?

🔗 Parameters:

  • type, required - 默认为jrrm
  • period, required - 默认为daily

🐙 Source Code: /coolapk/hot.ts

参数名称今日热门点赞榜评论榜收藏榜酷图榜
typejrrmdzbplbscbktb
参数名称日榜周榜
perioddailyweekly

TIP

今日热门没有周榜,酷图榜日榜的参数会变成周榜,周榜的参数会变成月榜。

头条

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/toutiao

🛎️ Route: /coolapk/toutiao/:type?

🔗 Parameters:

  • type, required - 默认为history

🐙 Source Code: /coolapk/toutiao.ts

参数名称历史头条最新
typehistorylatest

图文

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/tuwen

🛎️ Route: /coolapk/tuwen/:type?,/tuwen-xinxian

🐙 Source Code: /coolapk/tuwen.ts

参数名称编辑精选最新
typehotlatest

图文

🔴 Failed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/tuwen

🛎️ Route: /coolapk/tuwen/:type?,/tuwen-xinxian

🐙 Source Code: /coolapk/tuwen.ts

参数名称编辑精选最新
typehotlatest

用户

🟢 Passed Test

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.app/coolapk/user/3177668/dynamic

🛎️ Route: /coolapk/user/:uid/dynamic

🔗 Parameters:

  • uid, required - 在个人界面右上分享-复制链接获取

🐙 Source Code: /coolapk/user-dynamic.ts

腾讯新闻较真查证平台

用户作品评论动态

🟢 Passed Test

👨‍💻 Author: @zhangxiang012

💡 Example: https://rsshub.app/qq/kg/reply/OhXHMdO1VxLWQOOm

🛎️ Route: /qq/kg/reply/:playId

🔗 Parameters:

  • playId, required - 音频页 ID, 可在对应页面的 URL 中找到

🐙 Source Code: /qq/kg/reply.ts

用户作品列表

🟢 Passed Test🎙️ Support Podcast

👨‍💻 Author: @zhangxiang012

💡 Example: https://rsshub.app/qq/kg/639a9a86272c308e33

🛎️ Route: /qq/kg/:userId

🔗 Parameters:

  • userId, required - 用户 ID, 可在对应页面的 URL 中找到

🐙 Source Code: /qq/kg/user.ts

微博绿洲

WARNING

微博会针对请求的来源地区返回不同的结果。一个已知的例子为:部分视频因未知原因仅限中国大陆境内访问 (CDN 域名为 locallimit.us.sinaimg.cn 而非 f.video.weibocdn.com)。若一条微博含有这种视频且 RSSHub 实例部署在境外,抓取到的微博可能不含视频。将 RSSHub 部署在境内有助于抓取这种视频,但阅读器也必须处于境内网络环境以加载视频。

对于微博内容,在 routeParams 参数中以 query string 格式指定选项,可以控制输出的样式

含义接受的值默认值
readable是否开启细节排版可读性优化0/1/true/falsefalse
authorNameBold是否加粗作者名字0/1/true/falsefalse
showAuthorInTitle是否在标题处显示作者0/1/true/falsefalse(/weibo/keyword/中为 true)
showAuthorInDesc是否在正文处显示作者0/1/true/falsefalse(/weibo/keyword/中为 true)
showAuthorAvatarInDesc是否在正文处显示作者头像(若阅读器会提取正文图片,不建议开启)0/1/true/falsefalse
showEmojiForRetweet显示 “🔁” 取代 “转发” 两个字0/1/true/falsefalse
showRetweetTextInTitle在标题出显示转发评论(置为 false 则在标题只显示被转发微博)0/1/true/falsetrue
addLinkForPics为图片添加可点击的链接0/1/true/falsefalse
showTimestampInDescription在正文处显示被转发微博的时间戳0/1/true/falsefalse
widthOfPics微博配图宽(生效取决于阅读器)不指定 / 数字不指定
heightOfPics微博配图高(生效取决于阅读器)不指定 / 数字不指定
sizeOfAuthorAvatar作者头像大小数字48
displayVideo是否直接显示微博视频和 Live Photo,只在博主或个人时间线 RSS 中有效0/1/true/falsetrue
displayArticle是否直接显示微博文章,只在博主或个人时间线 RSS 中有效0/1/true/falsefalse
displayComments是否直接显示热门评论,只在博主或个人时间线 RSS 中有效0/1/true/falsefalse
showEmojiInDescription是否展示正文中的微博表情,关闭则替换为 [表情名]0/1/true/falsetrue
showLinkIconInDescription是否展示正文中的链接图标0/1/true/falsetrue
preferMobileLink是否使用移动版链接(默认使用 PC 版)0/1/true/falsefalse

指定更多与默认值不同的参数选项可以改善 RSS 的可读性,如

https://rsshub.app/weibo/user/1642909335/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweet=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showTimestampInDescription=1&heightOfPics=150

的效果为

微博小秘书的可读微博 RSS

博主

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod @iplusx @Rongronggg9

💡 Example: https://rsshub.app/weibo/user/1195230310

🛎️ Route: /weibo/user/:uid/:routeParams?

🔗 Parameters:

  • uid, required - 用户 id, 博主主页打开控制台执行 $CONFIG.oid 获取
  • routeParams, required - 额外参数;请参阅上面的说明和表格;特别地,当 routeParams=1 时开启微博视频显示

🐙 Source Code: /weibo/user.ts

WARNING

部分博主仅登录可见,未提供 Cookie 的情况下不支持订阅,可以通过打开 https://m.weibo.cn/u/:uid 验证。如需要订阅该部分博主,可配置 Cookie 后订阅。

未提供 Cookie 的情况下偶尔会触发反爬限制,提供 Cookie 可缓解该情况。

微博用户 Cookie 的配置可参照部署文档

超话

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @zengxs @Rongronggg9

💡 Example: https://rsshub.app/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time

🛎️ Route: /weibo/super_index/:id/:type?/:routeParams?

🔗 Parameters:

  • id, required - 超话ID
  • type, required - 类型:见下表
  • routeParams, required - 额外参数;请参阅上面的说明和表格

🐙 Source Code: /weibo/super-index.ts

type备注
soul精华
video视频(暂不支持)
album相册(暂不支持)
hot_sort热门
sort_time最新帖子
feed最新评论

个人时间线

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @zytomorrow @DIYgod @Rongronggg9

💡 Example: https://rsshub.app/weibo/timeline/3306934123

🛎️ Route: /weibo/timeline/:uid/:feature?/:routeParams?

🔗 Parameters:

  • uid, required - 用户的uid
  • feature, required - 过滤类型ID,0:全部、1:原创、2:图片、3:视频、4:音乐,默认为0。
  • routeParams, required - 额外参数;请参阅上面的说明和表格

⚙️ Deployment Configs:

  • WEIBO_APP_KEY, required -
  • WEIBO_REDIRECT_URL, required -

🐙 Source Code: /weibo/timeline.ts

WARNING

需要对应用户打开页面进行授权生成 token 才能生成内容

自部署需要申请并配置微博 key,具体见部署文档

关键词

🟢 Passed Test

👨‍💻 Author: @DIYgod @Rongronggg9

💡 Example: https://rsshub.app/weibo/keyword/DIYgod

🛎️ Route: /weibo/keyword/:keyword/:routeParams?

🔗 Parameters:

  • keyword, required - 你想订阅的微博关键词
  • routeParams, required - 额外参数;请参阅上面的说明和表格

🐙 Source Code: /weibo/keyword.ts

热搜榜

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @xyqfer @shinemoon

💡 Example: https://rsshub.app/weibo/search/hot

🛎️ Route: /weibo/search/hot/:fulltext?

🔗 Parameters:

  • fulltext, required - N

🐙 Source Code: /weibo/search/hot.ts

  • 使用/weibo/search/hot可以获取热搜条目列表;
  • 使用/weibo/search/hot/fulltext可以进一步获取热搜条目下的摘要信息(不含图片视频);
  • 使用/weibo/search/hot/fulltext?pic=true可以获取图片缩略(但需要配合额外的手段,例如浏览器上的 Header Editor 等来修改 referer 参数为https://weibo.com,以规避微博的外链限制,否则图片无法显示。)
  • 使用/weibo/search/hot/fulltext?pic=true&fullpic=true可以获取 Original 图片(但需要配合额外的手段,例如浏览器上的 Header Editor 等来修改 referer 参数为https://weibo.com,以规避微博的外链限制,否则图片无法显示。)

用户

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @kt286

💡 Example: https://rsshub.app/weibo/oasis/user/1990895721

🛎️ Route: /weibo/oasis/user/:userid

🔗 Parameters:

  • userid, required - 用户 id, 可在用户主页 URL 中找到

🐙 Source Code: /weibo/oasis/user.ts

自定义分组

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @monologconnor @Rongronggg9

💡 Example: https://rsshub.app/weibo/group/4541216424989965

🛎️ Route: /weibo/group/:gid/:gname?/:routeParams?

🔗 Parameters:

  • gid, required - 分组id, 在网页版分组地址栏末尾?gid=处获取
  • gname, required - 分组显示名称; 默认为: 微博分组
  • routeParams, required - 额外参数;请参阅上面的说明和表格

⚙️ Deployment Configs:

  • WEIBO_COOKIES, required -

🐙 Source Code: /weibo/group.ts

WARNING

由于微博官方未提供自定义分组相关 api, 此方案必须使用用户Cookie进行抓取

因微博 cookies 的过期与更新方案未经验证,部署一次 Cookie 的有效时长未知

微博用户 Cookie 的配置可参照部署文档

最新关注时间线

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @CaoMeiYouRen

💡 Example: https://rsshub.app/weibo/friends

🛎️ Route: /weibo/friends/:routeParams?

🔗 Parameters:

  • routeParams, required - 额外参数;请参阅上面的说明和表格

⚙️ Deployment Configs:

  • WEIBO_COOKIES, required -

🐙 Source Code: /weibo/friends.ts

WARNING

此方案必须使用用户Cookie进行抓取

因微博 cookies 的过期与更新方案未经验证,部署一次 Cookie 的有效时长未知

微博用户 Cookie 的配置可参照部署文档

小红书

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /xiaohongshu/user/:user_id/notes/fulltext

🔗 Parameters:

  • user_id, required -

🐙 Source Code: /xiaohongshu/notes.ts

Unknown

🟡 Missing Test

👨‍💻 Author:

🛎️ Route: /xiaohongshu/user/:user_id/:category

🔗 Parameters:

  • user_id, required -
  • category, required -

🐙 Source Code: /xiaohongshu/user.ts

专辑

🔴 Failed Test🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @lotosbin

💡 Example: https://rsshub.app/xiaohongshu/board/5db6f79200000000020032df

🛎️ Route: /xiaohongshu/board/:board_id

🔗 Parameters:

  • board_id, required - 专辑 ID

🐙 Source Code: /xiaohongshu/board.ts

新榜

WARNING

部署时需要配置 NEWRANK_COOKIE,具体见部署文档 请勿过高频抓取,新榜疑似对每天调用 token 总次数进行了限制,超限会报错

抖音短视频

🟡 Missing Test🚨 Strict Anti-crawling⚙️ Config Required

👨‍💻 Author: @lessmoe

💡 Example: https://rsshub.app/newrank/douyin/110266463747

🛎️ Route: /newrank/douyin/:dyid

🔗 Parameters:

  • dyid, required - 抖音ID,可在新榜账号详情 URL 中找到

⚙️ Deployment Configs:

  • NEWRANK_COOKIE, required -

🐙 Source Code: /newrank/douyin.ts

WARNING

免费版账户抖音每天查询次数 20 次,如需增加次数可购买新榜会员或等待未来多账户支持

微信公众号

🟡 Missing Test🚨 Strict Anti-crawling⚙️ Config Required

👨‍💻 Author: @lessmoe

💡 Example: https://rsshub.app/newrank/wechat/chijiread

🛎️ Route: /newrank/wechat/:wxid

🔗 Parameters:

  • wxid, required - 微信号,若微信号与新榜信息不一致,以新榜为准

⚙️ Deployment Configs:

  • NEWRANK_COOKIE, required -

🐙 Source Code: /newrank/wechat.ts

知乎

xhu - 用户动态

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/people/activities/246e6cf44e94cefbf4b959cb5042bc91

🛎️ Route: /zhihu/xhu/people/activities/:hexId

🔗 Parameters:

  • hexId, required - 用户的 16 进制 id,获取方式见下方说明

🐙 Source Code: /zhihu/xhu/activities.ts

xhu

TIP

用户的 16 进制 id 获取方式:

  1. 可以通过 RSSHub Radar 扩展获取;
  2. 或者在用户主页打开 F12 控制台,执行以下代码:console.log(/"id":"([0-9a-f]*?)","urlToken"/.exec(document.getElementById('js-initialData').innerHTML)[1]); 即可获取用户的 16 进制 id。

xhu - 用户回答

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/people/answers/246e6cf44e94cefbf4b959cb5042bc91

🛎️ Route: /zhihu/xhu/people/answers/:hexId

🔗 Parameters:

🐙 Source Code: /zhihu/xhu/answers.ts

xhu - 收藏夹

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/collection/26444956

🛎️ Route: /zhihu/xhu/collection/:id

🔗 Parameters:

  • id, required - 收藏夹 id, 可在收藏夹页面 URL 中找到

🐙 Source Code: /zhihu/xhu/collection.ts

xhu - 用户文章

🟢 Passed Test

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/people/posts/246e6cf44e94cefbf4b959cb5042bc91

🛎️ Route: /zhihu/xhu/people/posts/:hexId

🔗 Parameters:

🐙 Source Code: /zhihu/xhu/posts.ts

xhu - 问题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/question/264051433

🛎️ Route: /zhihu/xhu/question/:questionId/:sortBy?

🔗 Parameters:

  • questionId, required - 问题 id
  • sortBy, required - 排序方式:default, created, updated。默认为 default

🐙 Source Code: /zhihu/xhu/question.ts

xhu - 话题

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/topic/19566035

🛎️ Route: /zhihu/xhu/topic/:topicId

🔗 Parameters:

  • topicId, required - 话题ID

🐙 Source Code: /zhihu/xhu/topic.ts

xhu- 专栏

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/zhihu/xhu/zhuanlan/githubdaily

🛎️ Route: /zhihu/xhu/zhuanlan/:id

🔗 Parameters:

  • id, required - 专栏 id, 可在专栏主页 URL 中找到

🐙 Source Code: /zhihu/xhu/zhuanlan.ts

话题

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/zhihu/topic/19828946

🛎️ Route: /zhihu/topic/:topicId/:isTop?

🔗 Parameters:

  • topicId, required - 话题 id
  • isTop, required - 仅精华,默认为否,其他值为是

🐙 Source Code: /zhihu/topic.ts

收藏夹

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @huruji @Colin-XKL @Fatpandac

💡 Example: https://rsshub.app/zhihu/collection/26444956

🛎️ Route: /zhihu/collection/:id/:getAll?

🔗 Parameters:

  • id, required - 收藏夹 id,可在收藏夹页面 URL 中找到
  • getAll, required - 获取全部收藏内容,任意值为打开

🐙 Source Code: /zhihu/collection.ts

问题

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/zhihu/question/59895982

🛎️ Route: /zhihu/question/:questionId/:sortBy?

🔗 Parameters:

  • questionId, required - 问题 id
  • sortBy, required - 排序方式:default, created, updated。默认为 default

🐙 Source Code: /zhihu/question.ts

用户动态

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/zhihu/people/activities/diygod

🛎️ Route: /zhihu/people/activities/:id

🔗 Parameters:

  • id, required - 作者 id,可在用户主页 URL 中找到

🐙 Source Code: /zhihu/activities.ts

用户回答

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.app/zhihu/people/answers/diygod

🛎️ Route: /zhihu/people/answers/:id

🔗 Parameters:

  • id, required - 作者 id,可在用户主页 URL 中找到

🐙 Source Code: /zhihu/answers.ts

用户文章

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @whtsky @Colin-XKL

💡 Example: https://rsshub.app/zhihu/posts/people/frederchen

🛎️ Route: /zhihu/posts/:usertype/:id

🔗 Parameters:

  • usertype, required - 作者 id,可在用户主页 URL 中找到
  • id, required - 用户类型usertype,参考用户主页的URL。目前有两种,见下表

🐙 Source Code: /zhihu/posts.ts

普通用户机构用户
peopleorg

用户关注时间线

🟡 Missing Test🚨 Strict Anti-crawling⚙️ Config Required

👨‍💻 Author: @SeanChao

💡 Example: https://rsshub.app/zhihu/timeline

🛎️ Route: /zhihu/timeline

⚙️ Deployment Configs:

  • ZHIHU_COOKIES, required -

🐙 Source Code: /zhihu/timeline.ts

WARNING

用户关注动态需要登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户想法

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/zhihu/people/pins/kan-dan-45

🛎️ Route: /zhihu/people/pins/:id

🔗 Parameters:

  • id, required - 作者 id,可在用户主页 URL 中找到

🐙 Source Code: /zhihu/pin/people.ts

知乎日报 - 合集

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @ccbikai

💡 Example: https://rsshub.app/zhihu/daily/section/2

🛎️ Route: /zhihu/daily/section/:sectionId

🔗 Parameters:

  • sectionId, required - 合集 id,可在 https://news-at.zhihu.com/api/7/sections 找到

🐙 Source Code: /zhihu/daily-section.ts

知乎日报

🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DHPO

💡 Example: https://rsshub.app/zhihu/daily

🛎️ Route: /zhihu/daily

🐙 Source Code: /zhihu/daily.ts

知乎分类热榜

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/zhihu/hot

🛎️ Route: /zhihu/hot/:category?

🔗 Parameters:

  • category, required - 分类,见下表,默认为全站

🐙 Source Code: /zhihu/hot.ts

全站国际科学汽车视频时尚时事数码体育校园影视
totalfocussciencecarzvideofashiondepthdigitalsportschoolfilm

知乎热榜

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/zhihu/hotlist

🛎️ Route: /zhihu/hotlist

🐙 Source Code: /zhihu/hotlist.ts

知乎书店 - 知乎周刊

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/zhihu/weekly

🛎️ Route: /zhihu/weekly

🐙 Source Code: /zhihu/weekly.ts

知乎书店 - 新书

🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/zhihu/bookstore/newest

🛎️ Route: /zhihu/bookstore/newest

🐙 Source Code: /zhihu/bookstore/newest.ts

知乎想法 - 24 小时新闻汇总

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/zhihu/pin/daily

🛎️ Route: /zhihu/pin/daily

🐙 Source Code: /zhihu/pin/daily.ts

知乎想法热榜

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/zhihu/pin/hotlist

🛎️ Route: /zhihu/pin/hotlist

🐙 Source Code: /zhihu/pin/hotlist.ts

专栏

🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/zhihu/zhuanlan/googledevelopers

🛎️ Route: /zhihu/zhuanlan/:id

🔗 Parameters:

  • id, required - 专栏 id,可在专栏主页 URL 中找到

🐙 Source Code: /zhihu/zhuanlan.ts

知识星球

星球

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @KarasuShin

💡 Example: https://rsshub.app/zsxq/group/88855458825252

🛎️ Route: /zsxq/group/:id/:scope?

🔗 Parameters:

  • id, required - 星球id,从网页端url中获取
  • scope, required - 栏目分类,默认为"all",见下表

⚙️ Deployment Configs:

  • ZSXQ_ACCESS_TOKEN, required - 知识星球访问令牌,获取方式: 1. 登录知识星球网页版 2. 打开浏览器开发者工具,切换到 Application 面板 3. 点击侧边栏中的Storage -> Cookies -> https://wx.zsxq.com 4. 复制 Cookie 中的 zsxq_access_token 值

🐙 Source Code: /zsxq/group.ts

| all | digests | by_owner | questions | tasks | | ---- | ------ | --------- | -------- | ------ | | 最新 | 精华 | 只看星主 | 问答 | 作业 |

用户足迹

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @KarasuShin

💡 Example: https://rsshub.app/zsxq/user/2414218251

🛎️ Route: /zsxq/user/:id

🔗 Parameters:

  • id, required - 用户id,从网页端url中获取

⚙️ Deployment Configs:

  • ZSXQ_ACCESS_TOKEN, required - 知识星球访问令牌,获取方式: 1. 登录知识星球网页版 2. 打开浏览器开发者工具,切换到 Application 面板 3. 点击侧边栏中的Storage -> Cookies -> https://wx.zsxq.com 4. 复制 Cookie 中的 zsxq_access_token 值

🐙 Source Code: /zsxq/user.ts

基于 MIT 许可发布