๐ฌ Social Media โ
ๅฐ็บขไนฆ
โ
็จๆท็ฌ่ฎฐ/ๆถ่
โ
๐ฅ 1784305๐จ Strict Anti-crawling๐ญ Rely on Puppeteerโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: lotosbin
howerhe
rien7
dddaniel1
pseudoyu
๐ก Example: https://rsshub.app/xiaohongshu/user/593032945e87e77791e03696/notes
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xiaohongshu/user/:user_id/:category/:routeParams?
๐ Parameters:
user_id
- Required
- Description: user id, length 24 characters
category
- Required
- Default: notes
- Options:
- Description: category, notes or collect
routeParams
- Optional
- Default: 0
- Description: displayLivePhoto,
/user/:user_id/notes/displayLivePhoto=0
,ไธ้ๆถLivePhotoๆพ็คบไธบๅพ็,/user/:user_id/notes/displayLivePhoto=1
,ๅๅผไธไธบ0ๆถLivePhotoๆพ็คบไธบ่ง้ข
โ๏ธ Deployment Configs:
XIAOHONGSHU_COOKIE
, optional - ๅฐ็บขไนฆ cookie ๅผ๏ผๅฏๅจ็ฝ็ป้้ข็ๅฐใ
๐ Source Code: /xiaohongshu/user.ts
ไธ่พ
โ
๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: lotosbin
๐ก Example: https://rsshub.app/xiaohongshu/board/5db6f79200000000020032df
๐๏ธ Route: /xiaohongshu/board/:board_id
๐ Parameters:
board_id
- Required
- Description: ไธ่พ ID
๐ Source Code: /xiaohongshu/board.ts
X (Twitter)
โ
Specify options (in the format of query string) in parameter routeParams
to control some extra features for Tweets
Key | Description | Accepts | Defaults to |
---|---|---|---|
readable | Enable readable layout | 0 /1 /true /false | false |
authorNameBold | Display author name in bold | 0 /1 /true /false | false |
showAuthorInTitle | Show author name in title | 0 /1 /true /false | false (true in /twitter/followings ) |
showAuthorAsTitleOnly | Show only author name as title | 0 /1 /true /false | false |
showAuthorInDesc | Show author name in description (RSS body) | 0 /1 /true /false | false (true in /twitter/followings ) |
showQuotedAuthorAvatarInDesc | Show avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0 /1 /true /false | false |
showAuthorAvatarInDesc | Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0 /1 /true /false | false |
showEmojiForRetweetAndReply | Use "๐" instead of "RT", "โฉ๏ธ" & "๐ฌ" instead of "Re" | 0 /1 /true /false | false |
showSymbolForRetweetAndReply | Use " RT " instead of "", " Re " instead of "" | 0 /1 /true /false | true |
showRetweetTextInTitle | Show quote comments in title (if false , only the retweeted tweet will be shown in the title) | 0 /1 /true /false | true |
addLinkForPics | Add clickable links for Tweet pictures | 0 /1 /true /false | false |
showTimestampInDescription | Show timestamp in description | 0 /1 /true /false | false |
showQuotedInTitle | Show quoted tweet in title | 0 /1 /true /false | false |
widthOfPics | Width of Tweet pictures | Unspecified/Integer | Unspecified |
heightOfPics | Height of Tweet pictures | Unspecified/Integer | Unspecified |
sizeOfAuthorAvatar | Size of author's avatar | Integer | 48 |
sizeOfQuotedAuthorAvatar | Size of quoted tweet's author's avatar | Integer | 24 |
includeReplies | Include replies, only available in /twitter/user | 0 /1 /true /false | false |
includeRts | Include retweets, only available in /twitter/user | 0 /1 /true /false | true |
forceWebApi | Force using Web API even if Developer API is configured, only available in /twitter/user and /twitter/keyword | 0 /1 /true /false | false |
count | count parameter passed to Twitter API, only available in /twitter/user | Unspecified/Integer | Unspecified |
onlyMedia | Only get tweets with a media | 0 /1 /true /false | false |
mediaNumber | Number the medias | 0 /1 /true /false | false |
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

Currently supports two authentication methods:
Using
TWITTER_AUTH_TOKEN
(recommended): Configure a comma-separated list ofauth_token
cookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.Using
TWITTER_USERNAME
TWITTER_PASSWORD
andTWITTER_AUTHENTICATION_SECRET
: Configure a comma-separated list of 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.
User media
โ
๐ฅ 600971๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
yindaheng98
Rongronggg9
๐ก Example: https://rsshub.app/twitter/media/_RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/media/:id/:routeParams?
๐ Parameters:
id
- Required
- Description: username; in particular, if starts with
+
, it will be recognized as a unique ID, e.g.+44196397
routeParams
- Optional
- Description: 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_AUTH_TOKEN
, required - Please see above for details.
๐ Source Code: /twitter/media.ts
User timeline
โ
๐ฅ 514353๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
yindaheng98
Rongronggg9
CaoMeiYouRen
pseudoyu
๐ก Example: https://rsshub.app/twitter/user/_RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/user/:id/:routeParams?
๐ Parameters:
id
- Required
- Description: username; in particular, if starts with
+
, it will be recognized as a unique ID, e.g.+44196397
routeParams
- Optional
- Description: 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_AUTHENTICATION_SECRET
, optional - TOTP 2FA secret, please see above for details.TWITTER_AUTH_TOKEN
, required - Please see above for details.TWITTER_THIRD_PARTY_API
, optional - Use third-party API to query twitter data
๐ Source Code: /twitter/user.ts
List timeline
โ
๐ฅ 4324๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
xyqfer
pseudoyu
๐ก Example: https://rsshub.app/twitter/list/1502570462752219136
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/list/:id/:routeParams?
๐ Parameters:
id
- Required
- Description: list id, get from url
routeParams
- Optional
- Description: extra parameters, see the table above
โ๏ธ Deployment Configs:
TWITTER_AUTH_TOKEN
, required - Please see above for details.TWITTER_THIRD_PARTY_API
, required - Please see above for details.
๐ Source Code: /twitter/list.ts
Keyword
โ
๐ฅ 3859๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
yindaheng98
Rongronggg9
pseudoyu
๐ก Example: https://rsshub.app/twitter/keyword/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/keyword/:keyword/:routeParams?
๐ Parameters:
keyword
- Required
- Description: keyword
routeParams
- Optional
- Description: 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_AUTH_TOKEN
, required - Please see above for details.TWITTER_THIRD_PARTY_API
, required - Please see above for details.
๐ Source Code: /twitter/keyword.ts
Home latest timeline
โ
๐ฅ 37๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
CaoMeiYouRen
๐ก Example: https://rsshub.app/twitter/home_latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/home_latest/:routeParams?
๐ Parameters:
routeParams
- Optional
- Description: N/A
โ๏ธ Deployment Configs:
TWITTER_USERNAME
, required - Please see above for details.TWITTER_PASSWORD
, required - Please see above for details.TWITTER_AUTH_TOKEN
, required - Please see above for details.
๐ Source Code: /twitter/home-latest.ts
Home timeline
โ
๐ฅ 11๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
CaoMeiYouRen
๐ก Example: https://rsshub.app/twitter/home
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/home/:routeParams?
๐ Parameters:
routeParams
- Optional
- Description: N/A
โ๏ธ Deployment Configs:
TWITTER_USERNAME
, required - Please see above for details.TWITTER_PASSWORD
, required - Please see above for details.TWITTER_AUTH_TOKEN
, required - Please see above for details.
๐ Source Code: /twitter/home.ts
User likes
โ
๐ฅ 4๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/twitter/likes/DIYgod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/likes/:id/:routeParams?
๐ Parameters:
id
- Required
- Description: username
routeParams
- Optional
- Description: extra parameters, see the table above
โ๏ธ Deployment Configs:
TWITTER_AUTH_TOKEN
, required - Please see above for details.
๐ Source Code: /twitter/likes.ts
Trends
โ
๐จโ๐ป Author: sakamossan
๐ก Example: https://rsshub.app/twitter/trends/23424856
๐๏ธ Route: /twitter/trends/:woeid?
๐ Parameters:
woeid
- Optional
- Description: 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
- Description: username; in particular, if starts with
+
, it will be recognized as a unique ID, e.g.+44196397
status
- Required
- Description: tweet ID
original
- Optional
- Description: extra parameters, data type of return, if the value is not
0
/false
andconfig.isPackage
istrue
, 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
Instagram
โ
User Profile - Picnob
โ
๐ฅ 505574๐ข Passed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: TonyRL
micheal-death
AiraNadih
DIYgod
๐ก Example: https://rsshub.app/picnob/user/xlisa_olivex
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /picnob/user/:id/:type?
๐ Parameters:
id
- Required
- Description: Instagram id
type
- Optional
- Description: Type of profile page (profile or tagged)
๐ Source Code: /picnob/user.ts
Telegram
โ
Channel
โ
๐ฅ 232582๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
Rongronggg9
synchrone
pseudoyu
๐ก Example: https://rsshub.app/telegram/channel/awesomeRSSHub
๐ฅ Top Feeds on Folo:
- ็ซนๆฐ็คพ - Telegram Channel
- ๅฅณๅ๏ผ็ฒพ้๏ผโญ๏ธ-็ๅฎๆ ไพฃๆณๅฏ่ชๆ็ฆๅฉ - Telegram Channel
๐๏ธ Route: /telegram/channel/:username/:routeParams?
๐ Parameters:
username
- Required
- Description: channel username
routeParams
- Optional
- Description:
extra parameters, see the table below
Key Description Accepts Defaults to showLinkPreview Show the link preview from Telegram 0/1/true/false true showViaBot For messages sent via bot, show the bot 0/1/true/false true showReplyTo For reply messages, show the target of the reply 0/1/true/false true showFwdFrom For forwarded messages, show the forwarding source 0/1/true/false true showFwdFromAuthor For forwarded messages, show the author of the forwarding source 0/1/true/false true showInlineButtons Show inline buttons 0/1/true/false false showMediaTagInTitle Show media tags in the title 0/1/true/false true showMediaTagAsEmoji Show media tags as emoji 0/1/true/false true showHashtagAsHyperlink Show hashtags as hyperlinks ( https://t.me/s/channel?q=%23hashtag
)0/1/true/false true includeFwd Include forwarded messages 0/1/true/false true includeReply Include reply messages 0/1/true/false true includeServiceMsg Include service messages (e.g. message pinned, channel photo updated) 0/1/true/false true includeUnsupportedMsg Include messages unsupported by t.me 0/1/true/false false searchQuery search query keywords; replace #hashtag
with%23hashtag
(no keyword) 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.
For backward compatibility reasons, invalid
routeParams
will be treated assearchQuery
.
โ๏ธ Deployment Configs:
TELEGRAM_SESSION
, optional - Telegram API AuthenticationTELEGRAM_API_ID
, optional - Telegram API IDTELEGRAM_API_HASH
, optional - Telegram API HashTELEGRAM_MAX_CONCURRENT_DOWNLOADS
, optional - Telegram Max Concurrent DownloadsTELEGRAM_PROXY_HOST
, optional - Telegram Proxy HostTELEGRAM_PROXY_PORT
, optional - Telegram Proxy PortTELEGRAM_PROXY_SECRET
, optional - Telegram Proxy Secret
๐ Source Code: /telegram/channel.ts
TIP
Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username
, it's recommended to deploy your own instance with telegram api configs (create your telegram application via https://core.telegram.org/api/obtaining_api_id
, run this command node ./lib/routes/telegram/scripts/get-telegram-session.mjs
to get TELEGRAM_SESSION
and set it as Environment Variable).
Telegram Blog
โ
๐ฅ 705๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: fengkx
๐ก Example: https://rsshub.app/telegram/blog
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /telegram/blog
๐ Source Code: /telegram/blog.ts
Sticker Pack
โ
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/telegram/stickerpack/DIYgod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /telegram/stickerpack/:name
๐ Parameters:
name
- Required
- Description: Sticker Pack name, available in the sharing URL
๐ Source Code: /telegram/stickerpack.ts
ๅๅฉๅๅฉ bilibili
โ
UP ไธปๆ็จฟ
โ
๐ฅ 177891๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
Konano
pseudoyu
๐ก Example: https://rsshub.app/bilibili/user/video/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/video/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video.ts
UP ไธปๅจๆ
โ
๐ฅ 19729๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
zytomorrow
CaoMeiYouRen
JimenezLi
๐ก Example: https://rsshub.app/bilibili/user/dynamic/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/dynamic/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
routeParams
- Optional
- Description:
้ฎ ๅซไน ๆฅๅ็ๅผ ้ป่ฎคๅผ showEmoji ๆพ็คบๆ้่่กจๆ ๅพ็ 0/1/true/false false embed ้ป่ฎคๅผๅฏๅ ๅต่ง้ข 0/1/true/false true useAvid ่ง้ข้พๆฅไฝฟ็จ AV ๅท (้ป่ฎคไธบ BV ๅท) 0/1/true/false false directLink ไฝฟ็จๅ ๅฎน็ด้พ 0/1/true/false false hideGoods ้่ๅธฆ่ดงๅจๆ 0/1/true/false false offset ๅ็งป็ถๆ string "" ็จไพ๏ผ
/bilibili/user/dynamic/2267573/showEmoji=1&embed=0&useAvid=1
โ๏ธ 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
ๆ่กๆฆ
โ
๐ฅ 8431๐ข Passed Test
๐จโ๐ป Author: DIYgod
hyoban
๐ก Example: https://rsshub.app/bilibili/ranking/0
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/ranking/:rid_index?/:embed?/:redirect1?/:redirect2?
๐ Parameters:
rid_index
- Optional
- Default: 0
- Options:
- Description: ๆ่กๆฆๅๅบ id ๅบๅท
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
redirect1
- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
redirect2
- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
๐ Source Code: /bilibili/ranking.ts
B ็ซๆฏๅจๅฟ
็
โ
๐ฅ 1055๐ข Passed Test
๐จโ๐ป Author: ttttmr
๐ก Example: https://rsshub.app/bilibili/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/weekly/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/weekly-recommend.ts
UP ไธปๅพๆ
โ
๐ฅ 780๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: lengthmin
Qixingchen
hyoban
๐ก Example: https://rsshub.app/bilibili/user/article/334958638
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/article/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
๐ Source Code: /bilibili/article.ts
็จๆทๆๆ่ง้ข
โ
๐จโ๐ป Author:
๐ก Example: https://rsshub.app/bilibili/user/video-all/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/video-all/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video-all.ts
UP ไธป้ข้็ๅ้
โ
๐ฅ 502๐ข Passed Test
๐จโ๐ป Author: shininome
cscnk52
๐ก Example: https://rsshub.app/bilibili/user/collection/245645656/529166
๐ฅ Top Feeds on Folo:
- ITๅๅก้ฆ ็ bilibili ๅ้ ๅ้ยทGitHubไธๅจ็ญ็นๆฑๆป
- Johnnyๅญฆ ็ bilibili ๅ้ ๅ้ยทJohnnyๅญฆOB ๏ผๆฏไธช็ญ็ฑๅญฆไน ็ไบบ๏ผ็ต่ไธ้ฝๅบ่ฏฅ่ฃ ไธไธชObsidian๏ผ
๐๏ธ Route: /bilibili/user/collection/:uid/:sid/:embed?/:sortReverse?/:page?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
sid
- Required
- Description: ๅ้ id, ๅฏๅจๅ้้กต้ข็ URL ไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
sortReverse
- Optional
- Description: ้ป่ฎค:้ป่ฎคๆๅบ 1:ๅๅบๆๅบ
page
- Optional
- Description: ้กต็ , ้ป่ฎค1
๐ Source Code: /bilibili/user-collection.ts
็ชๅง
โ
๐ฅ 395๐ข Passed Test๐จ Strict Anti-crawling
๐จโ๐ป Author: DIYgod
nuomi1
๐ก Example: https://rsshub.app/bilibili/bangumi/media/9192
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/bangumi/media/:mediaid/:embed?
๐ Parameters:
mediaid
- Required
- Description: ็ชๅงๅชไฝ id, ็ชๅงไธป้กต URL ไธญ่ทๅ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/bangumi.ts
็ปผๅ็ญ้จ
โ
๐จโ๐ป Author: ziminliu
๐ก Example: https://rsshub.app/bilibili/popular/all
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/popular/all/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/popular.ts
็ญๆ
โ
๐ฅ 132๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: CaoMeiYouRen
๐ก Example: https://rsshub.app/bilibili/hot-search
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/hot-search
๐ Source Code: /bilibili/hot-search.ts
่ง้ขๆ็ดข
โ
๐ฅ 92๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: pcrtool
DIYgod
๐ก Example: https://rsshub.app/bilibili/vsearch/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/vsearch/:kw/:order?/:embed?/:tid?
๐ Parameters:
kw
- Required
- Description: ๆฃ็ดขๅ ณ้ฎๅญ
order
- Optional
- Description: ๆๅบๆนๅผ, ็ปผๅ:totalrank ๆๅค็นๅป:click ๆๆฐๅๅธ:pubdate(็ผบ็) ๆๅคๅผนๅน:dm ๆๅคๆถ่:stow
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
tid
- Optional
- Description: ๅๅบ 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 ็ๅๅผ่ฏทๅ่ไธ่กจ๏ผ
ๅ จ้จๅๅบ | ๅจ็ป | ็ชๅง | ๅฝๅ | ้ณไน | ่่น | ๆธธๆ | ็ฅ่ฏ | ็งๆ | ่ฟๅจ | ๆฑฝ่ฝฆ | ็ๆดป | ็พ้ฃ | ๅจ็ฉๅ | ้ฌผ็ | ๆถๅฐ | ่ต่ฎฏ | ๅจฑไน | ๅฝฑ่ง | ็บชๅฝ็ | ็ตๅฝฑ | ็ต่งๅง |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 13 | 167 | 3 | 129 | 4 | 36 | 188 | 234 | 223 | 160 | 211 | 217 | 119 | 155 | 202 | 5 | 181 | 177 | 23 | 11 |
ๅๅบ่ง้ข
โ
๐ฅ 91๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/bilibili/partion/33
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/partion/:tid/:embed?
๐ Parameters:
tid
- Required
- Description: ๅๅบ id
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/partion.ts
ๅจ็ป
MADยทAMV | MMDยท3D | ็ญ็ใปๆไนฆใป้ ้ณ | ็นๆ | ็ปผๅ |
---|---|---|---|---|
24 | 25 | 47 | 86 | 27 |
็ชๅง
่ฟ่ฝฝๅจ็ป | ๅฎ็ปๅจ็ป | ่ต่ฎฏ | ๅฎๆนๅปถไผธ |
---|---|---|---|
33 | 32 | 51 | 152 |
ๅฝๅ
ๅฝไบงๅจ็ป | ๅฝไบงๅๅ็ธๅ ณ | ๅธ่ขๆ | ๅจๆๆผซใปๅนฟๆญๅง | ่ต่ฎฏ |
---|---|---|---|---|
153 | 168 | 169 | 195 | 170 |
้ณไน
ๅๅ้ณไน | ็ฟปๅฑ | VOCALOIDยทUTAU | ็ต้ณ | ๆผๅฅ | MV | ้ณไน็ฐๅบ | ้ณไน็ปผๅ | |
---|---|---|---|---|---|---|---|---|
28 | 31 | 30 | 194 | 59 | 193 | 29 | 130 | 54 |
่่น
ๅฎ ่ | ่ก่ | ๆๆ่่น | ไธญๅฝ่ | ่่น็ปผๅ | ่่นๆ็จ |
---|---|---|---|---|---|
20 | 198 | 199 | 200 | 154 | 156 |
ๆธธๆ
ๅๆบๆธธๆ | ็ตๅญ็ซๆ | ๆๆบๆธธๆ | ็ฝ็ปๆธธๆ | ๆกๆธธๆฃ็ | GMV | ้ณๆธธ | Mugen |
---|---|---|---|---|---|---|---|
17 | 171 | 172 | 65 | 173 | 121 | 136 | 19 |
็ฅ่ฏ
็งๅญฆ็งๆฎ | ็คพ็งไบบๆ | ่ดข็ป | ๆ กๅญๅญฆไน | ่ไธ่ๅบ | ้็ๆๆฏๅไผ |
---|---|---|---|---|---|
201 | 124 | 207 | 208 | 209 | 122 |
็งๆ
39 | 96 | 98 | 176 |
ๆฐ็
ๆๆบๅนณๆฟ | ็ต่่ฃ ๆบ | ๆๅฝฑๆๅ | ๅฝฑ้ณๆบ่ฝ |
---|---|---|---|
95 | 189 | 190 | 191 |
็ๆดป
ๆ็ฌ | ๆฅๅธธ | ็พ้ฃๅ | ๅจ็ฉๅ | ๆๅทฅ | ็ป็ป | ่ฟๅจ | ๆฑฝ่ฝฆ | ๅ ถไป | |
---|---|---|---|---|---|---|---|---|---|
138 | 21 | 76 | 75 | 161 | 162 | 163 | 176 | 174 | 175 |
้ฌผ็
้ฌผ็่ฐๆ | ้ณ MAD | ไบบๅ VOCALOID | ๆ็จๆผ็คบ |
---|---|---|---|
22 | 26 | 126 | 127 |
ๆถๅฐ
็พๅฆ | ๆ้ฅฐ | ๅฅ่บซ | T ๅฐ | ้ฃๅๆ |
---|---|---|---|---|
157 | 158 | 164 | 159 | 192 |
ๅนฟๅ
166 |
่ต่ฎฏ
็ญ็น | ็ฏ็ | ็คพไผ | ็ปผๅ |
---|---|---|---|
203 | 204 | 205 | 206 |
ๅจฑไน
็ปผ่บ | ๆๆ | Korea ็ธๅ ณ |
---|---|---|
71 | 137 | 131 |
ๅฝฑ่ง
ๅฝฑ่งๆ่ฐ | ๅฝฑ่งๅช่พ | ็ญ็ | ้ขๅใป่ต่ฎฏ |
---|---|---|---|
182 | 183 | 85 | 184 |
็บชๅฝ็
ๅ จ้จ | ไบบๆใปๅๅฒ | ็งๅญฆใปๆข็ดขใป่ช็ถ | ๅไบ | ็คพไผใป็พ้ฃใปๆ ่ก |
---|---|---|---|---|
177 | 37 | 178 | 179 | 180 |
็ตๅฝฑ
ๅ จ้จ | ๅ่ฏญ็ตๅฝฑ | ๆฌง็พ็ตๅฝฑ | ๆฅๆฌ็ตๅฝฑ | ๅ ถไปๅฝๅฎถ |
---|---|---|---|---|
23 | 147 | 145 | 146 | 83 |
็ต่งๅง
ๅ จ้จ | ๅฝไบงๅง | ๆตทๅคๅง |
---|---|---|
11 | 185 | 187 |
ไธๆ ๆ้
โ
๐ฅ 85๐ข Passed Test
๐จโ๐ป Author: hoilc
๐ก Example: https://rsshub.app/bilibili/readlist/25611
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/readlist/:listid
๐ Parameters:
listid
- Required
- Description: ๆ้ id, ๅฏๅจไธๆ ๆ้ URL ไธญๆพๅฐ
๐ Source Code: /bilibili/readlist.ts
ไผๅ่ดญๆฐๅไธๆถ
โ
๐ฅ 66๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/bilibili/mall/new/1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/mall/new/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ้ป่ฎคๅ จ้จ๏ผ่งไธ่กจ
๐ Source Code: /bilibili/mall-new.ts
ๅ จ้จ | ๆๅ | ้ญๅ่ต | ๅจ่พน | ๆธธๆ |
---|---|---|---|---|
0 | 1 | 7 | 3 | 6 |
ๅๅบ่ง้ขๆ่กๆฆ
โ
๐ฅ 66๐ข Passed Test
๐จโ๐ป Author: lengthmin
๐ก Example: https://rsshub.app/bilibili/partion/ranking/171/3
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/partion/ranking/:tid/:days?/:embed?
๐ Parameters:
tid
- Required
- Description: ๅๅบ id, ่งไธๆน่กจๆ ผ
days
- Optional
- Description: ็ผบ็ไธบ 7, ๆๆ่ฟๅคๅฐๅคฉๅ ็็ญๅบฆๆๅบ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/partion-ranking.ts
ๆผซ็ปๆดๆฐ
โ
๐ฅ 57๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: hoilc
๐ก Example: https://rsshub.app/bilibili/manga/update/26009
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/manga/update/:comicid
๐ Parameters:
comicid
- Required
- Description: ๆผซ็ป id, ๅฏๅจ URL ไธญๆพๅฐ, ๆฏๆๅธฆๆ
mc
ๅ็ผ
๐ Source Code: /bilibili/manga-update.ts
่ง้ข้้ๅ่กจ
โ
๐ฅ 57๐ข Passed Test
๐จโ๐ป Author: sxzz
๐ก Example: https://rsshub.app/bilibili/video/page/BV1i7411M7N9
๐ฅ Top Feeds on Folo:
- ่ง้ข ็พๅฅณ็ญ่ๅ้ ็้้ๅ่กจ
- ่ง้ข ใๅฐไบซ็125็งใ็ๅฎ่ฎฉไฝ ๅฟๆ ๆๆฆไธๆดๅคฉ๏ฝ ็้้ๅ่กจ
๐๏ธ Route: /bilibili/video/page/:bvid/:embed?
๐ Parameters:
bvid
- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/page.ts
UP ไธป็น่ต่ง้ข
โ
๐ฅ 56๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: ygguorun
๐ก Example: https://rsshub.app/bilibili/user/like/208259
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/like/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/like.ts
UP ไธป้ข้็่ง้ขๅ่กจ
โ
๐ฅ 52๐ข Passed Test
๐จโ๐ป Author: weirongxu
๐ก Example: https://rsshub.app/bilibili/user/channel/2267573/396050
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/channel/:uid/:sid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
sid
- Required
- Description: ้ข้ id, ๅฏๅจ้ข้็ URL ไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/user-channel.ts
UP ไธป้้ป่ฎคๆถ่ๅคน
โ
๐ฅ 26๐ข Passed Test
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/fav/756508/50948568
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/fav/:uid/:fid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
fid
- Required
- Description: ๆถ่ๅคน ID, ๅฏๅจๆถ่ๅคน็ URL ไธญๆพๅฐ, ้ป่ฎคๆถ่ๅคนๅปบ่ฎฎไฝฟ็จ UP ไธป้ป่ฎคๆถ่ๅคนๅ่ฝ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/fav.ts
UP ไธป้ป่ฎคๆถ่ๅคน
โ
๐ฅ 23๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/bilibili/user/fav/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/fav/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/user-fav.ts
UP ไธปๆๅธ่ง้ข
โ
๐ฅ 13๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/bilibili/user/coin/208259
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/coin/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/coin.ts
็จๆท่ฟฝ็ชๅ่กจ
โ
๐ฅ 11๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: wdssmq
๐ก Example: https://rsshub.app/bilibili/user/bangumi/208259
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/bangumi/:uid/:type?
๐ Parameters:
uid
- Required
- Description: ็จๆท id
type
- Optional
- Description: 1ไธบ็ช๏ผ2ไธบๅง๏ผ็็ฉบไธบ1
๐ Source Code: /bilibili/user-bangumi.ts
ๅ
ฅ็ซๅฟ
ๅท
โ
๐ฅ 10๐ข Passed Test
๐จโ๐ป Author: liuyuhe666
๐ก Example: https://rsshub.app/bilibili/precious
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/precious/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/bilibili-recommend.ts
UP ไธปๅ
ณๆณจ็จๆท
โ
๐ฅ 7๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/user/followings/2267573/3
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/followings/:uid/:loginUid
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
loginUid
- Required
- Description: ็จไบ็ปๅ ฅ็็จๆท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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
ไผๅ่ดญ็ฅจๅก
โ
๐ฅ 5๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: nightmare-mio
๐ก Example: https://rsshub.app/bilibili/platform/-1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/platform/:area?/:p_type?/:uid?
๐ Parameters:
area
- Optional
- Description: ็ๅธ-ๅฝๆ ็ ,้ป่ฎคไธบ-1ๅณๅ จๅฝ
p_type
- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๅ จ้จ็ฑปๅ
uid
- Optional
- Description: ็จๆทid๏ผๅฏไปฅไธๅกซ๏ผไธ่ฟไธๅกซไธ่ฎพ็ฝฎcookie๏ผๆ็ดข็ปๆไธ็ปๅ ฅ่ดฆๅทๅๆ็ดข็ปๆไธไธๆ ทใๅฏไปฅๅจurlไธญๆพๅฐ๏ผ้่ฆ้ ็ฝฎcookieๅผ๏ผๅช้่ฆSESSDATA็ๅผๅณๅฏ
๐ Source Code: /bilibili/platform.ts
็ฑปๅ |
---|
ๆผๅบ |
ๅฑ่ง |
ๆฌๅฐ็ๆดป |
็จๆทๅ
ณๆณจ่ง้ขๅจๆ
โ
๐ฅ 4๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: LogicJake
๐ก Example: https://rsshub.app/bilibili/followings/video/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/followings/video/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข๏ผไปปๆๅผไธบๅ ณ้ญ
โ๏ธ 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
link ๅ
ฌๅ
โ
๐ฅ 3๐ข Passed Test
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/link/news/live
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/link/news/:product
๐ Parameters:
product
- Required
- Description: ๅ ฌๅๅ็ฑป, ๅ ๆฌ ็ดๆญ:live ๅฐ่ง้ข:vc ็ธ็ฐฟ:wh
๐ Source Code: /bilibili/link-news.ts
่ง้ข่ฏ่ฎบ
โ
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/video/reply/BV1vA411b7ip
๐ฅ Top Feeds on Folo:
- ใ็ฌฌ240ๆใใ่็น็ๅๅป๏ผ่งฃๅฏใๆไบใๅๅธใ ็ ่ฏ่ฎบ
- ไธญ็ง็นไพ|| ่ฅฟๆธธๅฎๅฎ็"ๅฌ่ฏๅฌ้ณ"ๅท ๅณฐๆ๏ผ็ๆฑๅฃ้ไฝฃๅ ต้ๅข"ๅฌ่ฐไธๅฌๅฎฃ"็็ๅฎๅ ๆถต ็ ่ฏ่ฎบ
๐๏ธ Route: /bilibili/video/reply/:bvid
๐ Parameters:
bvid
- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/reply.ts
ๆญๅ
โ
๐ฅ 2๐ข Passed Test
๐จโ๐ป Author: LogicJake
๐ก Example: https://rsshub.app/bilibili/audio/10624
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/audio/:id
๐ Parameters:
id
- Required
- Description: ๆญๅ id, ๅฏๅจๆญๅ้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/audio.ts
UP ไธป็ฒไธ
โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/user/followers/2267573/3
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/followers/:uid/:loginUid
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
loginUid
- Required
- Description: ็จไบ็ปๅ ฅ็็จๆท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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๅ
ณๆณจๅจๆ
โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: TigerCubDen
JimenezLi
๐ก Example: https://rsshub.app/bilibili/followings/dynamic/109937383
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/followings/dynamic/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
routeParams
- Optional
- Description:
้ฎ ๅซไน ๆฅๅ็ๅผ ้ป่ฎคๅผ showEmoji ๆพ็คบๆ้่่กจๆ ๅพ็ 0/1/true/false false embed ้ป่ฎคๅผๅฏๅ ๅต่ง้ข 0/1/true/false true useAvid ่ง้ข้พๆฅไฝฟ็จ AV ๅท (้ป่ฎคไธบ BV ๅท) 0/1/true/false false directLink ไฝฟ็จๅ ๅฎน็ด้พ 0/1/true/false false hideGoods ้่ๅธฆ่ดงๅจๆ 0/1/true/false false ็จไพ๏ผ
/bilibili/followings/dynamic/2267573/showEmoji=1&embed=0&useAvid=1
โ๏ธ 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
่ง้ขๅผนๅน
โ
๐จโ๐ป Author: Qixingchen
๐ก Example: https://rsshub.app/bilibili/video/danmaku/BV1vA411b7ip/1
๐๏ธ Route: /bilibili/video/danmaku/:bvid/:pid?
๐ Parameters:
bvid
- Required
- Description: ่ง้ขAVๅท,ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
pid
- Optional
- Description: ๅPๅท,ไธๅกซ้ป่ฎคไธบ1
๐ Source Code: /bilibili/danmaku.ts
็จๆทๅ
ณๆณจไธๆ
โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: woshiluo
๐ก Example: https://rsshub.app/bilibili/followings/article/99800931
๐๏ธ Route: /bilibili/followings/article/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆท 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
ไผๅ่ดญไฝๅ
โ
๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/bilibili/mall/ip/0_3000294
๐๏ธ Route: /bilibili/mall/ip/:id
๐ Parameters:
id
- Required
- Description: ไฝๅ id, ๅฏๅจไฝๅๅ่กจ้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/mall-ip.ts
็จๆท่ฟฝๆผซๆดๆฐ
โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: yindaheng98
๐ก Example: https://rsshub.app/bilibili/manga/followings/26009
๐๏ธ Route: /bilibili/manga/followings/:uid/:limits?
๐ Parameters:
uid
- Required
- Description: ็จๆท id
limits
- Optional
- Description: ๆๅๆ่ฟๆดๆฐๅๅคๅฐๆฌๆผซ็ป๏ผ้ป่ฎคไธบ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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆท็จๅๅ็
โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/bilibili/watchlater/2267573
๐๏ธ Route: /bilibili/watchlater/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
โ๏ธ 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
YouTube
โ
Channel with user handle
โ
๐ฅ 117172๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
pseudoyu
๐ก Example: https://rsshub.app/youtube/user/@JFlaMusic
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/user/:username/:routeParams?
๐ Parameters:
username
- Required
- Description: YouTuber handle with @
routeParams
- Optional
- Description: Extra parameters, see the table below
โ๏ธ Deployment Configs:
YOUTUBE_KEY
, optional - YouTube API Key, support multiple keys, split them with,
, API Key application
๐ Source Code: /youtube/user.ts
Parameter
Name | Description | Default |
---|---|---|
embed | Whether to embed the video, fill in any value to disable embedding | embed |
filterShorts | Whether to filter out shorts from the feed, fill in any falsy value to show shorts | true |
Channel with id
โ
๐ฅ 1916๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
pseudoyu
๐ก Example: https://rsshub.app/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/channel/:id/:routeParams?
๐ Parameters:
id
- Required
- Description: YouTube channel id
routeParams
- Optional
- Description: Extra parameters, see the table below
โ๏ธ Deployment Configs:
YOUTUBE_KEY
, optional - YouTube API Key, support multiple keys, split them with,
, API Key application
๐ Source Code: /youtube/channel.ts
Parameter
Name | Description | Default |
---|---|---|
embed | Whether to embed the video, fill in any value to disable embedding | embed |
filterShorts | Whether to filter out shorts from the feed, fill in any falsy value to show shorts | true |
TIP
YouTube provides official RSS feeds for channels, for instance https://www.youtube.com/feeds/videos.xml?channel_id=UCDwDMPOZfxVV0x_dz0eQ8KQ.
Playlist
โ
๐ฅ 1272๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: HenryQW
๐ก Example: https://rsshub.app/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z
๐ฅ Top Feeds on Folo:
- Midjourney Styles for AI Art (Midjourney Prompts to try) by Wade McMaster - Creator Impact - YouTube
- ็ๅฑๆๆก by ็ๅฟๅฎ - YouTube
๐๏ธ Route: /youtube/playlist/:id/:embed?
๐ Parameters:
id
- Required
- Description: YouTube playlist id
embed
- Optional
- Description: Default to embed the video, set to any value to disable embedding
โ๏ธ Deployment Configs:
YOUTUBE_KEY
, optional - YouTube API Key, support multiple keys, split them with,
, API Key application
๐ Source Code: /youtube/playlist.ts
Community
โ
๐ฅ 100๐ข Passed Test
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/youtube/community/@JFlaMusic
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/community/:handle
๐ Parameters:
handle
- Required
- Description: YouTube handles or channel id
๐ Source Code: /youtube/community.ts
Custom URL
โ
๐ฅ 44๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/youtube/c/YouTubeCreators
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/c/:username/:embed?
๐ Parameters:
username
- Required
- Description: YouTube custom URL
embed
- Optional
- Description: 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/custom.ts
Music Charts
โ
๐ฅ 11๐ข Passed Test
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/youtube/charts
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/charts/:category?/:country?/:embed?
๐ Parameters:
category
- Optional
- Description: Chart, see table below, default to
TopVideos
country
- Optional
- Description: Country Code, see table below, default to global
embed
- Optional
- Description: Default to embed the video, set to any value to disable embedding
๐ Source Code: /youtube/charts.ts
Chart
Top artists | Top songs | Top music videos | Trending |
---|---|---|---|
TopArtists | TopSongs | TopVideos | TrendingVideos |
Country Code
Argentina | Australia | Austria | Belgium | Bolivia | Brazil | Canada |
---|---|---|---|---|---|---|
ar | au | at | be | bo | br | ca |
Chile | Colombia | Costa Rica | Czechia | Denmark | Dominican Republic | Ecuador |
---|---|---|---|---|---|---|
cl | co | cr | cz | dk | do | ec |
Egypt | El Salvador | Estonia | Finland | France | Germany | Guatemala |
---|---|---|---|---|---|---|
eg | sv | ee | fi | fr | de | gt |
Honduras | Hungary | Iceland | India | Indonesia | Ireland | Israel | Italy |
---|---|---|---|---|---|---|---|
hn | hu | is | in | id | ie | il | it |
Japan | Kenya | Luxembourg | Mexico | Netherlands | New Zealand | Nicaragua |
---|---|---|---|---|---|---|
jp | ke | lu | mx | nl | nz | ni |
Nigeria | Norway | Panama | Paraguay | Peru | Poland | Portugal | Romania |
---|---|---|---|---|---|---|---|
ng | no | pa | py | pe | pl | pt | ro |
Russia | Saudi Arabia | Serbia | South Africa | South Korea | Spain | Sweden | Switzerland |
---|---|---|---|---|---|---|---|
ru | sa | rs | za | kr | es | se | ch |
Tanzania | Turkey | Uganda | Ukraine | United Arab Emirates | United Kingdom | United States |
---|---|---|---|---|---|---|
tz | tr | ug | ua | ae | gb | us |
Uruguay | Zimbabwe |
---|---|
uy | zw |
Subscriptions
โ
๐ฅ 2๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/youtube/subscriptions
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/subscriptions/:embed?
๐ Parameters:
embed
- Optional
- Description: 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
pixiv
โ
User Activity
โ
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/pixiv/user/15288095
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/user/:id
๐ Parameters:
id
- Required
- Description: user id, available in user's homepage URL
๐ Source Code: /pixiv/user.ts
Rankings
โ
๐จโ๐ป Author: EYHN
๐ก Example: https://rsshub.app/pixiv/ranking/week
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/ranking/:mode/:date?
๐ Parameters:
mode
- Required
- Default: day
- Options:
- Description: rank type
date
- Optional
- Description: format:
2018-4-25
๐ Source Code: /pixiv/ranking.ts
Keyword
โ
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/pixiv/search/Nezuko/popular
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/search/:keyword/:order?/:mode?/:include_ai?
๐ Parameters:
keyword
- Required
- Description: keyword
order
- Optional
- Default: date
- Options:
- Description: rank mode, empty or other for time order, popular for popular order
mode
- Optional
- Default: no
- Options:
- Description: filte R18 content
include_ai
- Optional
- Default: yes
- Options:
- Description: whether AI-generated content is included
๐ Source Code: /pixiv/search.ts
User Novels
โ
๐ฅ 28๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: TonyRL
SnowAgar25
๐ก Example: https://rsshub.app/pixiv/user/novels/27104704
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/user/novels/:id/:full_content?
๐ Parameters:
id
- Required
- Description: User id, available in user's homepage URL
full_content
- Optional
- Default: false
- Options:
- Description: Enable or disable the display of full content.
โ๏ธ Deployment Configs:
PIXIV_REFRESHTOKEN
, optional - Pixiv ็ป้ๅพ็ refresh_token๏ผ็จๆผ็ฒๅ R18 ๅฐ่ชช refresh_token after Pixiv login, required for accessing R18 novels https://docs.rsshub.app/deploy/config#pixiv
๐ Source Code: /pixiv/novels.ts
ๅฐ่ชช้กๅ Novel Type | full_content | PIXIV_REFRESHTOKEN | ่ฟๅๅ งๅฎน Content |
---|---|---|---|
Non R18 | false | ไธ้่ฆ Not Required | ็ฐกไป Basic info |
Non R18 | true | ไธ้่ฆ Not Required | ๅ จๆ Full text |
R18 | false | ้่ฆ Required | ็ฐกไป Basic info |
R18 | true | ้่ฆ Required | ๅ จๆ Full text |
Default value for full_content
is false
if not specified.
Example:
/pixiv/user/novels/79603797
โ ็ฐกไป Basic info/pixiv/user/novels/79603797/true
โ ๅ จๆ Full text
User Bookmark
โ
๐จโ๐ป Author: EYHN
๐ก Example: https://rsshub.app/pixiv/user/bookmarks/15288095
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/user/bookmarks/:id
๐ Parameters:
id
- Required
- Description: user id, available in user's homepage URL
๐ Source Code: /pixiv/bookmarks.ts
Following timeline
โ
๐ฅ 11๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: ClarkeCheng
๐ก Example: https://rsshub.app/pixiv/user/illustfollows
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/user/illustfollows
โ๏ธ Deployment Configs:
PIXIV_REFRESHTOKEN
, required -
๐ Source Code: /pixiv/illustfollow.ts
WARNING
Only for self-hosted
Novel Series
โ
๐ฅ 9๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: SnowAgar25
keocheung
๐ก Example: https://rsshub.app/pixiv/novel/series/11586857
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/novel/series/:id
๐ Parameters:
id
- Required
- Description: Series id, can be found in URL
โ๏ธ Deployment Configs:
PIXIV_REFRESHTOKEN
, optional - refresh_token after Pixiv login, required for accessing R18 novels Pixiv ็ป้ๅพ็ refresh_token๏ผ็จๆผ็ฒๅ R18 ๅฐ่ชช https://docs.rsshub.app/deploy/config#pixiv
๐ Source Code: /pixiv/novel-series.ts
ๅพฎๅ
โ
WARNING
ๅพฎๅไผ้ๅฏน่ฏทๆฑ็ๆฅๆบๅฐๅบ่ฟๅไธๅ็็ปๆใไธไธชๅทฒ็ฅ็ไพๅญไธบ๏ผ้จๅ่ง้ขๅ ๆช็ฅๅๅ ไป
้ไธญๅฝๅคง้ๅขๅ
่ฎฟ้ฎ (CDN ๅๅไธบ locallimit.us.sinaimg.cn
่้ f.video.weibocdn.com
)ใ่ฅไธๆกๅพฎๅๅซๆ่ฟ็ง่ง้ขไธ RSSHub ๅฎไพ้จ็ฝฒๅจๅขๅค๏ผๆๅๅฐ็ๅพฎๅๅฏ่ฝไธๅซ่ง้ขใๅฐ RSSHub ้จ็ฝฒๅจๅขๅ
ๆๅฉไบๆๅ่ฟ็ง่ง้ข๏ผไฝ้
่ฏปๅจไนๅฟ
้กปๅคไบๅขๅ
็ฝ็ป็ฏๅขไปฅๅ ่ฝฝ่ง้ขใ
ๅฏนไบๅพฎๅๅ
ๅฎน๏ผๅจ routeParams
ๅๆฐไธญไปฅ query string ๆ ผๅผๆๅฎ้้กน๏ผๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
readable | ๆฏๅฆๅผๅฏ็ป่ๆ็ๅฏ่ฏปๆงไผๅ | 0/1/true/false | false |
authorNameBold | ๆฏๅฆๅ ็ฒไฝ่ ๅๅญ | 0/1/true/false | false |
showAuthorInTitle | ๆฏๅฆๅจๆ ้ขๅคๆพ็คบไฝ่ | 0/1/true/false | false๏ผ/weibo/keyword/ ไธญไธบ true๏ผ |
showAuthorInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ | 0/1/true/false | false๏ผ/weibo/keyword/ ไธญไธบ true๏ผ |
showAuthorAvatarInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ ๅคดๅ๏ผ่ฅ้ ่ฏปๅจไผๆๅๆญฃๆๅพ็๏ผไธๅปบ่ฎฎๅผๅฏ๏ผ | 0/1/true/false | false |
showEmojiForRetweet | ๆพ็คบ โ๐โ ๅไปฃ โ่ฝฌๅโ ไธคไธชๅญ | 0/1/true/false | false |
showRetweetTextInTitle | ๅจๆ ้ขๅบๆพ็คบ่ฝฌๅ่ฏ่ฎบ๏ผ็ฝฎไธบ false ๅๅจๆ ้ขๅชๆพ็คบ่ขซ่ฝฌๅๅพฎๅ๏ผ | 0/1/true/false | true |
addLinkForPics | ไธบๅพ็ๆทปๅ ๅฏ็นๅป็้พๆฅ | 0/1/true/false | false |
showTimestampInDescription | ๅจๆญฃๆๅคๆพ็คบ่ขซ่ฝฌๅๅพฎๅ็ๆถ้ดๆณ | 0/1/true/false | false |
widthOfPics | ๅพฎๅ้ ๅพๅฎฝ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
heightOfPics | ๅพฎๅ้ ๅพ้ซ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
sizeOfAuthorAvatar | ไฝ่ ๅคดๅๅคงๅฐ | ๆฐๅญ | 48 |
displayVideo | ๆฏๅฆ็ดๆฅๆพ็คบๅพฎๅ่ง้ขๅ Live Photo๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | true |
displayArticle | ๆฏๅฆ็ดๆฅๆพ็คบๅพฎๅๆ็ซ ๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | false |
displayComments | ๆฏๅฆ็ดๆฅๆพ็คบ็ญ้จ่ฏ่ฎบ๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | false |
showEmojiInDescription | ๆฏๅฆๅฑ็คบๆญฃๆไธญ็ๅพฎๅ่กจๆ
๏ผๅ
ณ้ญๅๆฟๆขไธบ [่กจๆ
ๅ] | 0/1/true/false | true |
showLinkIconInDescription | ๆฏๅฆๅฑ็คบๆญฃๆไธญ็้พๆฅๅพๆ | 0/1/true/false | true |
preferMobileLink | ๆฏๅฆไฝฟ็จ็งปๅจ็้พๆฅ๏ผ้ป่ฎคไฝฟ็จ PC ็๏ผ | 0/1/true/false | false |
showRetweeted | ๆฏๅฆๆพ็คบ่ฝฌๅ็ๅพฎๅ | 0/1/true/false | true |
showBloggerIcons | ๆฏๅฆๆพ็คบ่ฏ่ฎบไธญๅไธป็ๆ ๅฟ๏ผๅชๅจๆพ็คบ็ญ้จ่ฏ่ฎบๆถๆๆ | 0/1/true/false | false |
ๆๅฎๆดๅคไธ้ป่ฎคๅผไธๅ็ๅๆฐ้้กนๅฏไปฅๆนๅ RSS ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ๅไธป
โ
๐ฅ 43512๐ข Passed Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
iplusx
Rongronggg9
Konano
๐ก Example: https://rsshub.app/weibo/user/1195230310
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/user/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅไธปไธป้กตๆๅผๆงๅถๅฐๆง่ก
$CONFIG.oid
่ทๅ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้
ไธ้ข็่ฏดๆๅ่กจๆ ผ๏ผ็นๅซๅฐ๏ผๅฝ
routeParams=1
ๆถๅผๅฏๅพฎๅ่ง้ขๆพ็คบ
โ๏ธ Deployment Configs:
WEIBO_COOKIES
, optional -
๐ Source Code: /weibo/user.ts
WARNING
้จๅๅไธปไป
็ปๅฝๅฏ่ง๏ผๆชๆไพ Cookie ็ๆ
ๅตไธไธๆฏๆ่ฎข้
๏ผๅฏไปฅ้่ฟๆๅผ https://m.weibo.cn/u/:uid
้ช่ฏ
็ญๆๆฆ
โ
๐ฅ 6120๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: xyqfer
shinemoon
๐ก Example: https://rsshub.app/weibo/search/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/search/hot/:fulltext?
๐ Parameters:
fulltext
- Optional
- Description:
- ไฝฟ็จ
/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
๏ผไปฅ่ง้ฟๅพฎๅ็ๅค้พ้ๅถ๏ผๅฆๅๅพ็ๆ ๆณๆพ็คบใ๏ผ
๐ Source Code: /weibo/search/hot.ts
ๅ
ณ้ฎ่ฏ
โ
๐ฅ 1231๐ข Passed Test
๐จโ๐ป Author: DIYgod
Rongronggg9
๐ก Example: https://rsshub.app/weibo/keyword/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/keyword/:keyword/:routeParams?
๐ Parameters:
keyword
- Required
- Description: ไฝ ๆณ่ฎข้ ็ๅพฎๅๅ ณ้ฎ่ฏ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
๐ Source Code: /weibo/keyword.ts
่ถ
่ฏ
โ
๐ฅ 60๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: zengxs
Rongronggg9
๐ก Example: https://rsshub.app/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/super_index/:id/:type?/:routeParams?
๐ Parameters:
id
- Required
- Description: ่ถ ่ฏID
type
- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
๐ Source Code: /weibo/super-index.ts
type | ๅคๆณจ |
---|---|
soul | ็ฒพๅ |
video | ่ง้ข๏ผๆไธๆฏๆ๏ผ |
album | ็ธๅ๏ผๆไธๆฏๆ๏ผ |
hot_sort | ็ญ้จ |
sort_time | ๆๆฐๅธๅญ |
feed | ๆๆฐ่ฏ่ฎบ |
ไธชไบบๆถ้ด็บฟ
โ
๐ฅ 3๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: zytomorrow
DIYgod
Rongronggg9
๐ก Example: https://rsshub.app/weibo/timeline/3306934123
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/timeline/:uid/:feature?/:routeParams?
๐ Parameters:
uid
- Required
- Description: ็จๆท็uid
feature
- Optional
- Description: ่ฟๆปค็ฑปๅID๏ผ0๏ผๅ จ้จใ1๏ผๅๅใ2๏ผๅพ็ใ3๏ผ่ง้ขใ4๏ผ้ณไน๏ผ้ป่ฎคไธบ0ใ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
โ๏ธ Deployment Configs:
WEIBO_APP_KEY
, required -WEIBO_REDIRECT_URL
, required -
๐ Source Code: /weibo/timeline.ts
WARNING
้่ฆๅฏนๅบ็จๆทๆๅผ้กต้ข่ฟ่กๆๆ็ๆ token ๆ่ฝ็ๆๅ ๅฎน
่ช้จ็ฝฒ้่ฆ็ณ่ฏทๅนถ้ ็ฝฎๅพฎๅ key๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ
่ชๅฎไนๅ็ป
โ
๐จโ๐ป Author: monologconnor
Rongronggg9
๐ก Example: https://rsshub.app/weibo/group/4541216424989965
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/group/:gid/:gname?/:routeParams?
๐ Parameters:
gid
- Required
- Description: ๅ็ปid, ๅจ็ฝ้กต็ๅ็ปๅฐๅๆ ๆซๅฐพ
?gid=
ๅค่ทๅ
gname
- Optional
- Description: ๅ็ปๆพ็คบๅ็งฐ; ้ป่ฎคไธบ:
ๅพฎๅๅ็ป
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
โ๏ธ Deployment Configs:
WEIBO_COOKIES
, optional -
๐ Source Code: /weibo/group.ts
WARNING
็ฑไบๅพฎๅๅฎๆนๆชๆไพ่ชๅฎไนๅ็ป็ธๅ
ณ api, ๆญคๆนๆกๅฟ
้กปไฝฟ็จ็จๆทCookie
่ฟ่กๆๅ
ๅ ๅพฎๅ cookies ็่ฟๆไธๆดๆฐๆนๆกๆช็ป้ช่ฏ๏ผ้จ็ฝฒไธๆฌก Cookie ็ๆๆๆถ้ฟๆช็ฅ
ๅพฎๅ็จๆท Cookie ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
ๆๆฐๅ
ณๆณจๆถ้ด็บฟ
โ
โ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: CaoMeiYouRen
๐ก Example: https://rsshub.app/weibo/friends
๐๏ธ Route: /weibo/friends/:routeParams?
๐ Parameters:
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
โ๏ธ Deployment Configs:
WEIBO_COOKIES
, optional -
๐ Source Code: /weibo/friends.ts
WARNING
ๆญคๆนๆกๅฟ
้กปไฝฟ็จ็จๆทCookie
่ฟ่กๆๅ
ๅ ๅพฎๅ cookies ็่ฟๆไธๆดๆฐๆนๆกๆช็ป้ช่ฏ๏ผ้จ็ฝฒไธๆฌก Cookie ็ๆๆๆถ้ฟๆช็ฅ
ๅพฎๅ็จๆท Cookie ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
็จๆทๆถ่ๅจๆ
โ
โ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: cztchoice
๐ก Example: https://rsshub.app/weibo/user_bookmarks/1195230310
๐๏ธ Route: /weibo/user_bookmarks/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅไธปไธป้กตๆๅผๆงๅถๅฐๆง่ก
$CONFIG.oid
่ทๅ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้
ไธ้ข็่ฏดๆๅ่กจๆ ผ๏ผ็นๅซๅฐ๏ผๅฝ
routeParams=1
ๆถๅผๅฏๅพฎๅ่ง้ขๆพ็คบ
โ๏ธ Deployment Configs:
WEIBO_COOKIES
, optional -
๐ Source Code: /weibo/user-bookmarks.ts
WARNING
ๆญคๆนๆกๅฟ
้กปไฝฟ็จ็จๆทCookie
่ฟ่กๆๅ๏ผๅชๅฏไปฅ่ทๅๆฌไบบ็ๆถ่ๅจๆ
ๅ ๅพฎๅ cookies ็่ฟๆไธๆดๆฐๆนๆกๆช็ป้ช่ฏ๏ผ้จ็ฝฒไธๆฌก Cookie ็ๆๆๆถ้ฟๆช็ฅ
ๅพฎๅ็จๆท Cookie ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
็ปฟๆดฒ็จๆท
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: kt286
๐ก Example: https://rsshub.app/weibo/oasis/user/1990895721
๐๏ธ Route: /weibo/oasis/user/:userid
๐ Parameters:
userid
- Required
- Description: ็จๆท id, ๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /weibo/oasis/user.ts
ๅณๅป
โ
ๅๅญ
โ
๐ฅ 19963๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
prnake
๐ก Example: https://rsshub.app/jike/topic/556688fae4b00c57d9dd46ee
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jike/topic/:id/:showUid?
๐ Parameters:
id
- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
showUid
- Optional
- Options:
- Description: ๆฏๅฆๅจๅ ๅฎนไธญๆพ็คบ็จๆทไฟกๆฏ๏ผ่ฎพ็ฝฎไธบ 1 ๅๅผๅฏ
๐ Source Code: /jike/topic.ts
็จๆทๅจๆ
โ
๐ฅ 8053๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
prnake
๐ก Example: https://rsshub.app/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB
๐ฅ Top Feeds on Folo:
๐ Parameters:
id
- Required
- Description: ็จๆท id, ๅฏๅจๅณๅปๅไบซๅบๆฅ็ๅๆกๅจๆ้กต็นๅป็จๆทๅคดๅ่ฟๅ ฅไธชไบบไธป้กต๏ผ็ถๅๅจไธชไบบไธป้กต็ URL ไธญๆพๅฐ๏ผๆ่ ๅจๅๆกๅจๆ้กตไฝฟ็จ RSSHub Radar ๆไปถ
๐ Source Code: /jike/user.ts
ๅๅญ - ็บฏๆๅญ
โ
๐ฅ 351๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: HenryQW
๐ก Example: https://rsshub.app/jike/topic/text/553870e8e4b0cafb0a1bef68
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jike/topic/text/:id
๐ Parameters:
id
- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
๐ Source Code: /jike/topic-text.ts
็ฅไน
โ
TIP
่ช2024ๅนด7ๆ๏ผๆช็ปๅฝ็ถๆไธๅคง้จๅ่ทฏ็ฑๆ ๆณ่ทๅๅ
จๆใ่ฅๆ้่ฆ่ฏทๅจ็ป้็ฅไนๅๅฏปๆพๅนถๆทปๅ ๅ
ๅซz_c0
็Cookies่ณ็ฏๅขๅ้ZHIHU_COOKIES
ใ
็ฅไน็ญๆฆ
โ
๐ฅ 9724๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: nczitzk
pseudoyu
DIYgod
๐ก Example: https://rsshub.app/zhihu/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/hot/:category?
๐ Parameters:
category
- Optional
- Description: N/A
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, optional -
๐ Source Code: /zhihu/hot.ts
็จๆทๅจๆ
โ
๐ฅ 6095๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/zhihu/people/activities/diygod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/people/activities/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/activities.ts
ไธๆ
โ
๐ฅ 1812๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/zhihu/zhuanlan/googledevelopers
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/zhuanlan/:id
๐ Parameters:
id
- Required
- Description: ไธๆ id๏ผๅฏๅจไธๆ ไธป้กต URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, required -
๐ Source Code: /zhihu/zhuanlan.ts
็จๆทๆ็ซ
โ
๐ฅ 1482๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: whtsky
Colin-XKL
๐ก Example: https://rsshub.app/zhihu/posts/people/frederchen
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/posts/:usertype/:id
๐ Parameters:
usertype
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
id
- Required
- Description: ็จๆท็ฑปๅusertype๏ผๅ่็จๆทไธป้กต็URLใ็ฎๅๆไธค็ง๏ผ่งไธ่กจ
๐ Source Code: /zhihu/posts.ts
ๆฎ้็จๆท | ๆบๆ็จๆท |
---|---|
people | org |
็ฅไนๆฅๆฅ
โ
๐ฅ 467๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: DHPO
pseudoyu
๐ก Example: https://rsshub.app/zhihu/daily
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/daily
๐ Source Code: /zhihu/daily.ts
็จๆทๅ็ญ
โ
๐ฅ 335๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: DIYgod
prnake
๐ก Example: https://rsshub.app/zhihu/people/answers/diygod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/people/answers/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/answers.ts
xhu- ไธๆ
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/zhuanlan/githubdaily
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/zhuanlan/:id
๐ Parameters:
id
- Required
- Description: ไธๆ id, ๅฏๅจไธๆ ไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/xhu/zhuanlan.ts
้ฎ้ข
โ
๐ฅ 302๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author:
๐ก Example: https://rsshub.app/zhihu/question/59895982
๐ฅ Top Feeds on Folo:
- ็ฅไน-ไฝ ่ฏป่ฟๆๅท้จ๏ผไฝใๅซ้้ๆ้ซใ็ไนฆๆฏไปไน๏ผ
- ็ฅไน-็้ณๆ็ๅฟๅญฆ็ฒพ้ซๆฏไปไน?
๐๏ธ Route: /zhihu/question/:questionId/:sortBy?
๐ Parameters:
questionId
- Required
- Description: ้ฎ้ข id
sortBy
- Optional
- Description: ๆๅบๆนๅผ๏ผ
default
,created
,updated
ใ้ป่ฎคไธบdefault
๐ Source Code: /zhihu/question.ts
xhu - ็จๆทๅจๆ
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/activities/246e6cf44e94cefbf4b959cb5042bc91
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/people/activities/:hexId
๐ Parameters:
hexId
- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผ่งไธๆน่ฏดๆ
๐ Source Code: /zhihu/xhu/activities.ts
TIP
็จๆท็ 16 ่ฟๅถ id ่ทๅๆนๅผ๏ผ
- ๅฏไปฅ้่ฟ RSSHub Radar ๆฉๅฑ่ทๅ๏ผ
- ๆ่
ๅจ็จๆทไธป้กตๆๅผ F12 ๆงๅถๅฐ๏ผๆง่กไปฅไธไปฃ็ ๏ผ
console.log(/"id":"([0-9a-f]*?)","urlToken"/.exec(document.getElementById('js-initialData').innerHTML)[1]);
ๅณๅฏ่ทๅ็จๆท็ 16 ่ฟๅถ idใ
ๆถ่ๅคน
โ
๐ฅ 109๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: huruji
Colin-XKL
Fatpandac
๐ก Example: https://rsshub.app/zhihu/collection/26444956
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/collection/:id/:getAll?
๐ Parameters:
id
- Required
- Description: ๆถ่ๅคน id๏ผๅฏๅจๆถ่ๅคน้กต้ข URL ไธญๆพๅฐ
getAll
- Optional
- Description: ่ทๅๅ จ้จๆถ่ๅ ๅฎน๏ผไปปๆๅผไธบๆๅผ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, required -
๐ Source Code: /zhihu/collection.ts
็ฅไนๆณๆณ - 24 ๅฐๆถๆฐ้ปๆฑๆป
โ
๐ฅ 51๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/zhihu/pin/daily
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/pin/daily
๐ Source Code: /zhihu/pin/daily.ts
xhu - ่ฏ้ข
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/topic/19566035
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/topic/:topicId
๐ Parameters:
topicId
- Required
- Description: ่ฏ้ขID
๐ Source Code: /zhihu/xhu/topic.ts
็ฅไนๆณๆณ็ญๆฆ
โ
๐ฅ 37๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/zhihu/pin/hotlist
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/pin/hotlist
๐ Source Code: /zhihu/pin/hotlist.ts
xhu - ๆถ่ๅคน
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/collection/26444956
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/collection/:id
๐ Parameters:
id
- Required
- Description: ๆถ่ๅคน id, ๅฏๅจๆถ่ๅคน้กต้ข URL ไธญๆพๅฐ
๐ Source Code: /zhihu/xhu/collection.ts
็ฅไนๆฅๆฅ - ๅ้
โ
๐ฅ 26๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: ccbikai
๐ก Example: https://rsshub.app/zhihu/daily/section/2
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/daily/section/:sectionId
๐ Parameters:
sectionId
- Required
- Description: ๅ้ id๏ผๅฏๅจ https://news-at.zhihu.com/api/7/sections ๆพๅฐ
๐ Source Code: /zhihu/daily-section.ts
็ฅไนไนฆๅบ - ็ฅไนๅจๅ
โ
๐ฅ 25๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: LogicJake
๐ก Example: https://rsshub.app/zhihu/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/weekly
๐ Source Code: /zhihu/weekly.ts
็จๆทๆณๆณ
โ
๐ฅ 24๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/zhihu/people/pins/kan-dan-45
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/people/pins/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/pin/people.ts
่ฏ้ข
โ
๐ฅ 23๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/zhihu/topic/19828946
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/topic/:topicId/:isTop?
๐ Parameters:
topicId
- Required
- Description: ่ฏ้ข id
isTop
- Optional
- Description: ไป ็ฒพๅ๏ผ้ป่ฎคไธบๅฆ๏ผๅ ถไปๅผไธบๆฏ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, required -
๐ Source Code: /zhihu/topic.ts
xhu - ้ฎ้ข
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/question/264051433
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/question/:questionId/:sortBy?
๐ Parameters:
questionId
- Required
- Description: ้ฎ้ข id
sortBy
- Optional
- Description: ๆๅบๆนๅผ๏ผ
default
,created
,updated
ใ้ป่ฎคไธบdefault
๐ Source Code: /zhihu/xhu/question.ts
็จๆทๅ
จ้จๆถ่ๅ
ๅฎน
โ
๐ฅ 7๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: Healthyyue
๐ก Example: https://rsshub.app/zhihu/people/allCollections/87-44-49-67
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/people/allCollections/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, required -
๐ Source Code: /zhihu/all-collections.ts
็ฅไนไนฆๅบ - ๆฐไนฆ
โ
๐ฅ 7๐จ Strict Anti-crawling
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/zhihu/bookstore/newest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/bookstore/newest
๐ Source Code: /zhihu/bookstore/newest.ts
xhu - ็จๆทๆ็ซ
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/posts/246e6cf44e94cefbf4b959cb5042bc91
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/xhu/people/posts/:hexId
๐ Parameters:
hexId
- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผๅ xhu - ็จๆทๅจๆ
๐ Source Code: /zhihu/xhu/posts.ts
็จๆทๅ
ณๆณจๆถ้ด็บฟ
โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
xhu - ็จๆทๅ็ญ
โ
๐จโ๐ป Author: JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/answers/246e6cf44e94cefbf4b959cb5042bc91
๐๏ธ Route: /zhihu/xhu/people/answers/:hexId
๐ Parameters:
hexId
- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผๅ xhu - ็จๆทๅจๆ
๐ Source Code: /zhihu/xhu/answers.ts
TikTok
โ
User Profile - Picuki
โ
๐ฅ 12356๐ข Passed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: hoilc
Rongronggg9
devinmugen
NekoAria
๐ก Example: https://rsshub.app/picuki/profile/linustech
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /picuki/profile/:id/:type?/:functionalFlag?
๐ Parameters:
id
- Required
- Description: Tiktok user id (without @)
type
- Optional
- Default: profile
- Options:
- Description: Type of profile page
functionalFlag
- Optional
- Default: 1
- Options:
- Description: Functional flag for video embedding
๐ Source Code: /picuki/profile.ts
่ฑ็ฃ
โ
่ฑ็ฃๅฐ็ป
โ
๐ฅ 7502๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/douban/group/648102
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/group/:groupid/:type?
๐ Parameters:
groupid
- Required
- Description: ่ฑ็ฃๅฐ็ป็ id
type
- Optional
- Default: latest
- Options:
- Description: ็ฑปๅ
๐ Source Code: /douban/other/group.ts
่ฑ็ฃๆฆๅไธ้ๅ
โ
๐ฅ 1164๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: 5upernova-heng
honue
๐ก Example: https://rsshub.app/douban/list/subject_real_time_hotest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/list/:type?/:routeParams?
๐ Parameters:
type
- Optional
- Description: ๆฆๅ็ฑปๅ๏ผ่งไธ่กจใ้ป่ฎคไธบๅฎๆถ็ญ้จไนฆๅฝฑ้ณ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไปฅไธ่ฏดๆๅ่กจๆ ผ
๐ 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/1 | 0 |
score | ็ญ้่ฏๅ | 0-10 | 0 |
็จไพ๏ผ/douban/list/tv_korean/playable=1&score=8
ไธ้ข็ๆฆๅ / ้ๅๅนถๆฒกๆๅไธพๅฎๆดใ
ๅฆไฝๆพๅฐๆฆๅๅฏนๅบ็่ทฏ็ฑๅๆฐ๏ผ ๅจ่ฑ็ฃๆๆบ APP ไธญ๏ผๅฏนๅบๅฐๆฆๅ้กต้ขๅณไธ่ง๏ผ็นๅปๅไบซ้พๆฅใ้พๆฅ่ทฏๅพ
subject_collection
ๅ็่ทฏๅพๅฐฑๆฏ่ทฏ็ฑๅๆฐtype
ใ ๅฆ๏ผๅฐ่ฏด็ญ้จๆฆ็ๅไบซ้พๆฅไธบ๏ผhttps://m.douban.com/subject_collection/ECDIHUN4A
๏ผๅ ถๅฏนๅบๆฌ RSS ่ทฏ็ฑ็type
ไธบECDIHUN4A
๏ผๅฏนๅบ็่ฎข้ ้พๆฅ่ทฏ็ฑ๏ผ/douban/list/ECDIHUN4A
็จๆทๅนฟๆญ
โ
๐ฅ 975๐ข Passed Test
๐จโ๐ป Author: alfredcai
๐ก Example: https://rsshub.app/douban/people/75118396/status
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/people/:userid/status/:routeParams?
๐ Parameters:
userid
- Required
- Description: ๆดๆฐๅ็จๆท id
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่งไธ
๐ Source Code: /douban/people/status.ts
TIP
- ็ฎๅๅชๆฏๆๆดๆฐๅ id
- ๅญๆฏๅ็ id๏ผๅฏไปฅ้่ฟๅคดๅๅพ็้พๆฅๆฅๆพๅฐๅ
ถๆดๆฐๅ id๏ผๅพ็ๅฝๅ่งๅ
ul[userid]-*.jpg
ๆu[userid]-*.jpg
๏ผๅณๅๆไปถๅไธญ้ด็ๆฐๅญ - ไพๅฆ๏ผ็จๆท id:
MovieL
ไป็ๅคดๅๅพ็้พๆฅ๏ผhttps://img1.doubanio.com/icon/ul1128221-98.jpg
ไป็ๆดๆฐๅ id:1128221
ๅฏนไบ่ฑ็ฃ็จๆทๅนฟๆญๅ
ๅฎน๏ผๅจ routeParams
ๅๆฐไธญไปฅ query string ๆ ผๅผ่ฎพ็ฝฎๅฆไธ้้กนๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
readable | ๆฏๅฆๅผๅฏ็ป่ๆ็ๅฏ่ฏปๆงไผๅ | 0/1/true/false | false |
authorNameBold | ๆฏๅฆๅ ็ฒไฝ่ ๅๅญ | 0/1/true/false | false |
showAuthorInTitle | ๆฏๅฆๅจๆ ้ขๅคๆพ็คบไฝ่ | 0/1/true/false | true |
showAuthorInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ | 0/1/true/false | false |
showAuthorAvatarInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ ๅคดๅ๏ผ่ฅ้ ่ฏปๅจไผๆๅๆญฃๆๅพ็๏ผไธๅปบ่ฎฎๅผๅฏ๏ผ | 0/1/true/false | false |
showEmojiForRetweet | ๆพ็คบ โ๐โ ๅไปฃ โFwโ๏ผ่ฝฌๅ๏ผ | 0/1/true/false | false |
showRetweetTextInTitle | ๅจๆ ้ขๅบๆพ็คบ่ฝฌๅ่ฏ่ฎบ๏ผ็ฝฎไธบ false ๅๅจๆ ้ขๅชๆพ็คบ่ขซ่ฝฌๅ็ๅนฟๆญ๏ผ | 0/1/true/false | false |
addLinkForPics | ไธบๅพ็ๆทปๅ ๅฏ็นๅป็้พๆฅ | 0/1/true/false | false |
showTimestampInDescription | ๅจๆญฃๆๅคๆพ็คบๅนฟๆญ็ๆถ้ดๆณ | 0/1/true/false | false |
showComments | ๅจๆญฃๆๅคๆพ็คบ่ฏ่ฎบ | 0/1/true/false | false |
widthOfPics | ๅนฟๆญ้ ๅพๅฎฝ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
heightOfPics | ๅนฟๆญ้ ๅพ้ซ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
sizeOfAuthorAvatar | ไฝ่ ๅคดๅๅคงๅฐ | ๆฐๅญ | 48 |
ๆๅฎๆดๅคไธ้ป่ฎคๅผไธๅ็ๅๆฐ้้กนๅฏไปฅๆนๅ RSS ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ไธๅจๅฃ็ขๆฆ
โ
๐ฅ 289๐ข Passed Test
๐จโ๐ป Author: numm233
nczitzk
๐ก Example: https://rsshub.app/douban/movie/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/weekly/:type?
๐ Parameters:
type
- Optional
- Description: ๅ็ฑป๏ผๅฏๅจๆฆๅ้กต URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบไธๅจๅฃ็ข็ตๅฝฑๆฆ
๐ Source Code: /douban/other/weekly-best.ts
ไธๅจๅฃ็ข็ตๅฝฑๆฆ | ๅ่ฏญๅฃ็ขๅง้ๆฆ |
---|---|
movie_weekly_best | tv_chinese_best_weekly |
ๆฐไนฆ้้
โ
๐ฅ 129๐ข Passed Test
๐จโ๐ป Author: fengkx
lyqluis
๐ก Example: https://rsshub.app/douban/book/latest/fiction
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/book/latest/:type?
๐ Parameters:
type
- Optional
- Description: ไธ้ขๅ็ฑป๏ผๅฏ้๏ผ้ป่ฎคไธบ
all
๐ Source Code: /douban/book/latest.ts
ๆๅญฆ | ๅฐ่ฏด | ๅๅฒๆๅ | ็คพไผ็บชๅฎ | ็งๅญฆๆฐ็ฅ | ่บๆฏ่ฎพ่ฎก | ๅไธ็ป็ฎก | ็ปๆฌๆผซ็ป |
---|---|---|---|---|---|---|---|
prose_poetry | fiction | history | biography | science | art | business | comics |
็ญ้จๅพไนฆๆ่ก
โ
๐ฅ 109๐ข Passed Test
๐จโ๐ป Author: xyqfer
queensferryme
๐ก Example: https://rsshub.app/douban/book/rank/fiction
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/book/rank/:type?
๐ Parameters:
type
- Optional
- Description: ๅพไนฆ็ฑปๅ๏ผ้ป่ฎคๅๅนถๅ่กจ
๐ Source Code: /douban/book/rank.ts
ๅ จ้จ | ่ๆ | ้่ๆ |
---|---|---|
fiction | nonfiction |
ๆญฃๅจไธๆ ็็ตๅฝฑ
โ
๐ฅ 83๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/douban/movie/playing
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/playing,/movie/playing/:score
๐ Source Code: /douban/other/playing.ts
่ฑ็ฃๆฏๆๆจ่็ๅ
โ
๐ฅ 79๐ข Passed Test
๐จโ๐ป Author: honue
๐ก Example: https://rsshub.app/douban/recommended/tv
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/recommended/:type?/:routeParams?
๐ Parameters:
type
- Optional
- Description: ็ๅ็ฑปๅๅง้/็ตๅฝฑ๏ผtvๆmovie๏ผ้ป่ฎคไธบtv
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไปฅไธ่ฏดๆๅ่กจๆ ผ
๐ Source Code: /douban/other/recommended.ts
้ขๅคๅๆฐ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
playable | ไป ็ๆๅฏๆญๆพ็ๆบ็ๅฝฑ็ | 0/1 | 0 |
score | ็ญ้่ฏๅ | 0-10 | 0 |
็จไพ๏ผ/douban/recommended/tv/playable=0&score=8
TIP
ๆดๅไบ /douban/list/ ่ทฏ็ฑ๏ผ็ๅปๆฏๆๆๅจๆดๆฐ id ๅๆฐ๏ผๅ ไธบๅฝๆๆจ่ๅง้็ๅไธญ๏ผไผๆ่ฟๆชๆญๅบ / ๅผ่ฏๅๅง้ใๆตทๅคๅนณๅฐๆญๅบๅง้๏ผ่ฏท่ช่ก่่ๆฏๅฆไฝฟ็จ้ขๅคๅๆฐใ
ๅณๅฐไธๆ ็็ตๅฝฑ
โ
๐ฅ 63๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/douban/movie/later
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/later
๐ Source Code: /douban/other/later.ts
ๅ็พ็ฅจๆฟๆฆ
โ
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/douban/movie/ustop
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/ustop
๐ Source Code: /douban/other/ustop.ts
่ฏ้ข
โ
๐ฅ 39๐ข Passed Test
๐จโ๐ป Author: LogicJake
pseudoyu
haowenwu
๐ก Example: https://rsshub.app/douban/topic/48823
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/topic/:id/:sort?
๐ Parameters:
id
- Required
- Description: ่ฏ้ขid
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผhotๆnew๏ผ้ป่ฎคไธบnew
๐ Source Code: /douban/other/topic.ts
็ญ้จๅๅๆดปๅจ
โ
๐ฅ 27๐ข Passed Test
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/douban/event/hot/118172
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/event/hot/:locationId
๐ Parameters:
locationId
- Required
- Description: ไฝ็ฝฎ id, ๅๅ้ฆ้กตๆๅผๆงๅถๅฐๆง่ก
window.__loc_id__
่ทๅ
๐ Source Code: /douban/event/hot.ts
้ข้ไนฆๅฝฑ้ณ
โ
๐ฅ 24๐ข Passed Test
๐จโ๐ป Author: umm233
๐ก Example: https://rsshub.app/douban/channel/30168934/subject/0
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/channel/:id/subject/:nav
๐ Parameters:
id
- Required
- Description: ้ข้id
nav
- Required
- Description: ไนฆๅฝฑ้ณๅ็ฑป
๐ Source Code: /douban/channel/subject.ts
็ตๅฝฑ | ็ต่งๅง | ๅพไนฆ | ๅฑ็ |
---|---|---|---|
0 | 1 | 2 | 3 |
่ฑ็ฃไนฆๅบ
โ
๐ฅ 23๐ข Passed Test
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/douban/bookstore
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/bookstore
๐ Source Code: /douban/other/bookstore.ts
่ฑ็ฃ็ตๅฝฑๅ็ฑป
โ
๐ฅ 11๐ข Passed Test
๐จโ๐ป Author: zzwab
๐ก Example: https://rsshub.app/douban/movie/classification/R/7.5/Netflix,2020
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/classification/:sort?/:score?/:tags?
๐ Parameters:
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผ้ป่ฎคไธบU
score
- Optional
- Description: ๆไฝ่ฏๅ๏ผ้ป่ฎคไธ้ๅถ
tags
- Optional
- Description: ๅ็ฑปๆ ็ญพ๏ผๅคไธชๆ ็ญพไน้ด็จ่ฑๆ้ๅทๅ้๏ผๅธธ่ง็ๆ ็ญพๅฐ่ฑ็ฃ็ตๅฝฑ็ๅ็ฑป้กต้ขๆฅ็๏ผๆฏๆ่ชๅฎไนๆ ็ญพ
๐ Source Code: /douban/other/classification.ts
ๆๅบๆนๅผๅฏ้ๅผๅฆไธ
่ฟๆ็ญ้จ | ๆ ่ฎฐๆๅค | ่ฏๅๆ้ซ | ๆ่ฟไธๆ |
---|---|---|---|
U | T | S | R |
ๆต่งๅ็ฐ
โ
๐จโ๐ป Author: clarkzsd
๐ก Example: https://rsshub.app/douban/explore
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/explore
๐ Source Code: /douban/other/explore.ts
็ตๅฝฑๅณๅฐไธๆ
โ
๐ฅ 5๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: reonokiy
๐ก Example: https://rsshub.app/douban/movie/coming
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/movie/coming
๐ Source Code: /douban/movie/coming.ts
่ฑ็ฃ่ฏปไนฆ่ฎบๅ
โ
๐ฅ 4๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: nightmare-mio
๐ก Example: https://rsshub.app/douban/36328704/discussion
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/:id/discussion
๐ Parameters:
id
- Required
- Description: ไนฆๆฌid;้ป่ฎค่ฎบๅๆ็ซ ไฝฟ็จ"ๆๅๅบๆถ้ดๆๅบ",ไป ็ฌฌไธ้กตๆ็ซ
๐ Source Code: /douban/other/discussion.ts
่ฑ็ฃ็ตๅฝฑไบบ
โ
๐ฅ 3๐ข Passed Test
๐จโ๐ป Author: minimalistrojan
๐ก Example: https://rsshub.app/douban/celebrity/1274261
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/celebrity/:id/:sort?
๐ Parameters:
id
- Required
- Description: ็ตๅฝฑไบบ id
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผ็ผบ็ไธบ
time
๏ผๆถ้ดๆๅบ๏ผ๏ผๅฏไธบvote
๏ผ่ฏไปทๆๅบ๏ผ
๐ Source Code: /douban/other/celebrity.ts
่ฑ็ฃ่ฑๅ
โ
๐จโ๐ป Author: LogicJake
honue
๐ก Example: https://rsshub.app/douban/doulist/37716774
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/doulist/:id
๐ Parameters:
id
- Required
- Description: ่ฑๅid
๐ Source Code: /douban/other/doulist.ts
Unknown
โ
๐ฅ 2๐ก Missing Test
๐จโ๐ป Author:
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/explore/column/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /douban/other/explore-column.ts
่ฑ็ฃๆ่
โ
๐ฅ 1๐ข Passed Test
๐จโ๐ป Author: Fatpandac
๐ก Example: https://rsshub.app/douban/jobs/campus
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/jobs/:type
๐ Parameters:
type
- Required
- Description: ๆ่็ฑปๅ๏ผ่งไธ่กจ
๐ Source Code: /douban/other/jobs.ts
็คพไผๆ่ | ๆ กๅญๆ่ | ๅฎไน ็ๆ่ |
---|---|---|
social | campus | intern |
้ข้ไธ้ข
โ
๐จโ๐ป Author: umm233
๐ก Example: https://rsshub.app/douban/channel/30168934/hot
๐๏ธ Route: /douban/channel/:id/:nav?
๐ Parameters:
id
- Required
- Description: ้ข้id
nav
- Optional
- Description: ไธ้ขๅ็ฑป๏ผๅฏ้๏ผ้ป่ฎคไธบ default
๐ Source Code: /douban/channel/topic.ts
้ป่ฎค | ็ญ้จ | ๆๆฐ |
---|---|---|
default | hot | new |
ๅๅกๅฐไนฆ้ฆๆฐไนฆ้้
โ
๐จโ๐ป Author: xyqfer
๐ก Example: https://rsshub.app/douban/commercialpress/latest
๐๏ธ Route: /douban/commercialpress/latest
๐ Source Code: /douban/commercialpress/latest.ts
ๆๆฐๅขๅ ็้ณไน
โ
๐จโ๐ป Author: fengkx
xyqfer
๐ก Example: https://rsshub.app/douban/music/latest/chinese
๐๏ธ Route: /douban/music/latest/:area?
๐ Parameters:
area
- Optional
- Description: ๅบๅ็ฑปๅ๏ผ้ป่ฎคๅ จ้จ
๐ Source Code: /douban/other/latest-music.ts
ๅ่ฏญ | ๆฌง็พ | ๆฅ้ฉ |
---|---|---|
chinese | western | japankorean |
ๆๆฐๅๅบ่ฟ็ๆฅ่ฎฐ
โ
๐จโ๐ป Author: nczitzk
๐ก Example: https://rsshub.app/douban/replied/xiaoyaxiaoya
๐๏ธ Route: /douban/replied/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆทid๏ผๅฏๅจ็จๆทๆฅ่ฎฐ้กต URL ไธญๆพๅฐ
๐ Source Code: /douban/other/replied.ts
ๆฅ่ฎฐๆๆฐๅๅบ
โ
๐จโ๐ป Author: nczitzk
๐ก Example: https://rsshub.app/douban/replies/xiaoyaxiaoya
๐๏ธ Route: /douban/replies/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆทid๏ผๅฏๅจ็จๆทๆฅ่ฎฐ้กต URL ไธญๆพๅฐ
๐ Source Code: /douban/other/replies.ts
็จๆทๆณ็
โ
๐ข Passed Test
๐จโ๐ป Author: exherb
๐ก Example: https://rsshub.app/douban/people/exherb/wish
๐๏ธ Route: /douban/people/:userid/wish/:routeParams?
๐ Parameters:
userid
- Required
- Description: ็จๆทid
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่งไธ
๐ Source Code: /douban/people/wish.ts
ๅฏนไบ่ฑ็ฃ็จๆทๆณ็็ๅ
ๅฎน๏ผๅจ routeParams
ๅๆฐไธญไปฅ query string ๆ ผๅผ่ฎพ็ฝฎๅฆไธ้้กนๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
pagesCount | ๆฅ่ฏข้กต้ขๆฐ | 1 |
Follow
โ
User subscriptions
โ
๐ฅ 5687๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: KarasuShin
DIYgod
DFobain
๐ก Example: https://rsshub.app/follow/profile/41279032429549568
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /follow/profile/:uid
๐ Parameters:
uid
- Required
- Description: User ID or user handle
๐ Source Code: /follow/profile.ts
้
ทๅฎ
โ
TIP
ๅณๆฅ่ตท๏ผๅคๆฐ่ทฏ็ฑๅพ็้ฒ็้พใ ้่ฆๅฐ ALLOW_USER_HOTLINK_TEMPLATE
็ฏๅขๅ้่ฎพ็ฝฎไธบ true
๏ผ็ถๅ้
็ฝฎimage_hotlink_template
ใ ่ฏฆ่ง #16715
่ฏ้ข
โ
๐ฅ 1117โ๏ธ Config Required
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/huati/iPhone
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/huati/:tag
๐ Parameters:
tag
- Required
- Description: ่ฏ้ขๅ็งฐ
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/huati.ts
ๅพๆ
โ
๐ฅ 1050โ๏ธ Config Required
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/tuwen
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/tuwen/:type?
๐ Parameters:
type
- Optional
- Description: ้ป่ฎคไธบhot
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/tuwen.ts
ๅๆฐๅ็งฐ | ็ผ่พ็ฒพ้ | ๆๆฐ |
---|---|---|
type | hot | latest |
็ญๆฆ
โ
๐ฅ 217โ๏ธ Config Required
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/hot/:type?/:period?
๐ Parameters:
type
- Optional
- Description: ้ป่ฎคไธบ
jrrm
period
- Optional
- Description: ้ป่ฎคไธบ
daily
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/hot.ts
ๅๆฐๅ็งฐ | ไปๆฅ็ญ้จ | ็น่ตๆฆ | ่ฏ่ฎบๆฆ | ๆถ่ๆฆ | ้ ทๅพๆฆ |
---|---|---|---|---|---|
type | jrrm | dzb | plb | scb | ktb |
ๅๆฐๅ็งฐ | ๆฅๆฆ | ๅจๆฆ |
---|---|---|
period | daily | weekly |
TIP
ไปๆฅ็ญ้จๆฒกๆๅจๆฆ๏ผ้ ทๅพๆฆๆฅๆฆ็ๅๆฐไผๅๆๅจๆฆ๏ผๅจๆฆ็ๅๆฐไผๅๆๆๆฆใ
็จๆท
โ
๐ฅ 101โ๏ธ Config Required
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/user/3177668/dynamic
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/user/:uid/dynamic
๐ Parameters:
uid
- Required
- Description: ๅจไธชไบบ็้ขๅณไธๅไบซ-ๅคๅถ้พๆฅ่ทๅ
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/user-dynamic.ts
ๅคดๆก
โ
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/toutiao
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/toutiao/:type?
๐ Parameters:
type
- Optional
- Description: ้ป่ฎคไธบhistory
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/toutiao.ts
ๅๆฐๅ็งฐ | ๅๅฒๅคดๆก | ๆๆฐ |
---|---|---|
type | history | latest |
็็ๅท
โ
๐จโ๐ป Author: xizeyoupan
๐ก Example: https://rsshub.app/coolapk/dyh/1524
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/dyh/:dyhId
๐ Parameters:
dyhId
- Required
- Description: ็็ๅทID
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/dyh.ts
TIP
ไป ้ไบ้้็ซๅ ่ฎข้ ็็็ๅท็ๅ ๅฎนใ็็ๅท ID ๅฏๅจ็็ๅท็้ขๅณไธๅไบซ - ๅคๅถ้พๆฅๅพๅฐใ
Bluesky (bsky)
โ
Post
โ
๐ฅ 2011๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/bsky/profile/bsky.app
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bsky/profile/:handle/:routeParams?
๐ Parameters:
handle
- Required
- Description: User handle, can be found in URL
routeParams
- Optional
- Description: Filter parameter, Use filter to customize content types
๐ Source Code: /bsky/posts.ts
Filter Value | Description |
---|---|
posts_with_replies | Includes Posts, Replies, and Reposts |
posts_no_replies | Includes Posts and Reposts, without Replies |
posts_with_media | Shows only Posts containing media |
posts_and_author_threads | Shows Posts and Threads, without Replies and Reposts |
Default value for filter is posts_and_author_threads
if not specified.
Example:
/bsky/profile/bsky.app/filter=posts_with_replies
Feeds
โ
๐จโ๐ป Author: FerrisChi
๐ก Example: https://rsshub.app/bsky.app/profile/jaz.bsky.social/feed/cv:cat
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bsky/profile/:handle/feed/:space/:routeParams?
๐ Parameters:
handle
- Required
- Description: User handle, can be found in URL
space
- Required
- Description: Space ID, can be found in URL
routeParams
- Optional
- Description: N/A
๐ Source Code: /bsky/feeds.ts
Keywords
โ
๐จโ๐ป Author: untitaker
๐ก Example: https://rsshub.app/bsky/keyword/hello
๐๏ธ Route: /bsky/keyword/:keyword
๐ Parameters:
keyword
- Required
- Description: N
๐ Source Code: /bsky/keyword.ts
็ฎไนฆ
โ
้ฆ้กต
โ
๐ฅ 1110๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
HenryQW
JimenezLi
๐ก Example: https://rsshub.app/jianshu/home
๐ฅ Top Feeds on Folo:
๐ Source Code: /jianshu/home.ts
ไฝ่
โ
๐จโ๐ป Author: DIYgod
HenryQW
JimenezLi
๐ก Example: https://rsshub.app/jianshu/user/yZq3ZV
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jianshu/user/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id, ๅฏๅจไฝ่ ไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /jianshu/user.ts
ไธ้ข
โ
๐จโ๐ป Author: DIYgod
HenryQW
JimenezLi
๐ก Example: https://rsshub.app/jianshu/collection/xYuZYD
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jianshu/collection/:id
๐ Parameters:
id
- Required
- Description: ไธ้ข id, ๅฏๅจไธ้ข้กต URL ไธญๆพๅฐ
๐ Source Code: /jianshu/collection.ts
Threads
โ
User timeline
โ
๐ฅ 604๐ข Passed Test
๐จโ๐ป Author: ninboy
pseudoyu
๐ก Example: https://rsshub.app/threads/zuck
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /threads/:user/:routeParams?
๐ Parameters:
user
- Required
- Description: Username
routeParams
- Optional
- Description:
Extra parameters, see the table below Specify options (in the format of query string) in parameter
routeParams
to control some extra features for threadsKey Description Accepts Defaults to showAuthorInTitle
Show author name in title 0
/1
/true
/false
true
showAuthorInDesc
Show author name in description (RSS body) 0
/1
/true
/false
true
showQuotedAuthorAvatarInDesc
Show avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0
/1
/true
/false
false
showAuthorAvatarInDesc
Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0
/1
/true
/false
falseP
showEmojiForQuotesAndReply
Use "๐" instead of "QT", "โฉ๏ธ" instead of "Re" 0
/1
/true
/false
true
showQuotedInTitle
Show quoted tweet in title 0
/1
/true
/false
true
replies
Show replies 0
/1
/true
/false
true
๐ Source Code: /threads/index.ts
Lofter
โ
User
โ
๐ฅ 280๐ข Passed Test
๐จโ๐ป Author: hondajojo
nczitzk
LucunJi
๐ก Example: https://rsshub.app/lofter/user/i
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lofter/user/:name?
๐ Parameters:
name
- Optional
- Description: Lofter user name, can be found in the URL
๐ Source Code: /lofter/user.ts
Tag
โ
๐จโ๐ป Author: hoilc
nczitzk
LucunJi
๐ก Example: https://rsshub.app/lofter/tag/cosplay/date
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lofter/tag/:name?/:type?
๐ Parameters:
name
- Optional
- Description: tag name, such as
ๅไพฆๆขๆฏๅ
,ๆๅฝฑ
by default
type
- Optional
- Description: ranking type, see below, new by default
๐ Source Code: /lofter/tag.ts
new | date | week | month | total |
---|---|---|---|---|
ๆๆฐ | ๆฅๆฆ | ๅจๆฆ | ๆๆฆ | ๆปๆฆ |
Collection
โ
๐ฅ 20๐ข Passed Test
๐จโ๐ป Author: SrakhiuMeow
๐ก Example: https://rsshub.app/lofter/collection/552041
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lofter/collection/:collectionID
๐ Parameters:
collectionID
- Required
- Description: Lofter collection ID, can be found in the share URL
๐ Source Code: /lofter/collection.ts
RSS3
โ
The RSS3 Network is the a decentralized network designed to promote the free flow of information on the Open Web .
Account Activities
โ
๐จโ๐ป Author: DIYgod
pseudoyu
๐ก Example: https://rsshub.app/rss3/vitalik.eth
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /rss3/:account/:network?/:tag?
๐ Parameters:
account
- Required
- Description: Retrieve activities from the specified account. This account is a unique identifier within the decentralized system.
network
- Optional
- Default: all
- Options:
- Description: Retrieve activities from the specified network.
tag
- Optional
- Default: all
- Options:
- Description: Retrieve activities from the specified tag.
๐ Source Code: /rss3/index.ts
Retrieve the activities associated with a specified account in the decentralized system.
Mastodon
โ
TIP
Official user RSS:
- RSS:
https://**:instance**/users/**:username**.rss
(Example) - Atom:
(Only for pawoo.net, example)https://**:instance**/users/**:username**.atom
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.
User timeline
โ
๐จโ๐ป Author: notofoe
๐ก Example: https://rsshub.app/mastodon/acct/[email protected]/statuses
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mastodon/acct/:acct/statuses/:only_media?
๐ Parameters:
acct
- Required
- Description: Webfinger account URI, like
user@host
only_media
- Optional
- Default: false
- Options:
- Description: 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.
User timeline (by account ID)
โ
๐จโ๐ป Author: notofoe
pseudoyu
๐ก Example: https://rsshub.app/mastodon/account_id/mas.to/109300507275095341/statuses/false
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mastodon/account_id/:site/:account_id/statuses/:only_media?
๐ Parameters:
site
- Required
- Description: instance address, only domain, no
http://
orhttps://
protocol header
account_id
- Required
- Description: account ID, you can get it from
https://INSTANCE/api/v1/accounts/lookup?acct=USERNAME
api
only_media
- Optional
- Default: false
- Options:
- Description: whether only display media content, default to false, any value to true
๐ Source Code: /mastodon/account-id.ts
Instance timeline (local)
โ
๐ฅ 12๐ข Passed Test
๐จโ๐ป Author: hoilc
๐ก Example: https://rsshub.app/mastodon/timeline/pawoo.net/true
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mastodon/timeline/:site/:only_media?
๐ Parameters:
site
- Required
- Description: instance address, only domain, no
http://
orhttps://
protocol header
only_media
- Optional
- Default: false
- Options:
- Description: 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)
โ
๐ฅ 6๐ข Passed Test
๐จโ๐ป Author: hoilc
๐ก Example: https://rsshub.app/mastodon/remote/pawoo.net/true
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mastodon/remote/:site/:only_media?
๐ Parameters:
site
- Required
- Description: instance address, only domain, no
http://
orhttps://
protocol header
only_media
- Optional
- Default: false
- Options:
- Description: 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
.
Fediverse
โ
Timeline
โ
๐ฅ 247๐ข Passed Test
๐จโ๐ป Author: DIYgod
pseudoyu
๐ก Example: https://rsshub.app/fediverse/timeline/[email protected]
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /fediverse/timeline/:account
๐ Parameters:
account
- Required
- Description: username@domain
๐ Source Code: /fediverse/timeline.ts
ๆ้ณ็ดๆญ
โ
WARNING
ๅ็ฌไธฅๆ ผ๏ผ้่ฆๅฏ็จ puppeteerใๆ้ณ็่ง้ข CDN ไผ้ช่ฏ Referer๏ผๆๅณ็่ฎธๅค้ ่ฏปๅจ้ฝๆ ๆณ็ดๆฅๆญๆพๅ ๅต่ง้ข๏ผไปฅไธๆฏไธไบๅ้่งฃๅณๆนๆก๏ผ
- ๅฏ็จๅ
ๅต่ง้ข (
embed=1
), ๅ่ ้็จๅๆฐ -> ๅคๅชไฝๅค็ ้ ็ฝฎmultimedia_hotlink_template
ๆwrap_multimedia_in_iframe
ใ - ๅ
ณ้ญๅ
ๅต่ง้ข (
embed=0
)๏ผๆๅจ็นๅป่ง้ข็ด้พ
่ถ ้พๆฅ๏ผไธ่ฌๆ ๅตไธๅๅฏๆๅๆญๆพ่ง้ขใ่ฅไป็ถๅบ็ฐ HTTP 403๏ผ่ฏทๅคๅถ URL ไปฅๅๅฐๆต่งๅจๆๅผใ - ็นๅปๅๆ้พๆฅๆๅผๆ้ณ็ฝ้กต็็่ง้ข่ฏฆๆ ้กตๆญๆพ่ง้ขใ
้ขๅคๅๆฐ
้ฎ | ๅซไน | ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
embed | ๆฏๅฆๅฏ็จๅ ๅต่ง้ข | 0 /1 /true /false | false |
ๅไธป
โ
๐ฅ 191๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: Max-Tortoise
Rongronggg9
๐ก Example: https://rsshub.app/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douyin/user/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: uid๏ผๅฏๅจ็จๆท้กต้ข URL ไธญๆพๅฐ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผquery string ๆ ผๅผ๏ผ่ฏทๅ้ ไธ้ข็่กจๆ ผ
๐ Source Code: /douyin/user.ts
ๆ ็ญพ
โ
๐จ 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
- Description: ๆ ็ญพ ID๏ผๅฏๅจๆ ็ญพ้กต้ข URL ไธญๆพๅฐ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผquery string ๆ ผๅผ๏ผ่ฏทๅ้ ไธ้ข็่กจๆ ผ
๐ Source Code: /douyin/hashtag.ts
GETTR
โ
User timeline
โ
๐ฅ 184๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/gettr/user/jasonmillerindc
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gettr/user/:id
๐ Parameters:
id
- Required
- Description: User id
๐ Source Code: /gettr/user.ts
LinkedIn
โ
Jobs
โ
๐ฅ 177๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: BrandNewLifeJackie26
zhoukuncheng
๐ก Example: https://rsshub.app/linkedin/jobs/C-P/1/software engineer
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /linkedin/jobs/:job_types/:exp_levels/:keywords?/:routeParams?
๐ Parameters:
job_types
- Required
- Description: See the following table for details, use '-' as delimiter
exp_levels
- Required
- Description: See the following table for details, use '-' as delimiter
keywords
- Optional
- Description: keywords
routeParams
- Optional
- Description: additional query parameters, see the table below
๐ Source Code: /linkedin/jobs.ts
job_types
list โ
Full Time | Part Time | Contractor | All |
---|---|---|---|
F | P | C | all |
exp_levels
list โ
Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | all |
routeParams
additional query parameters โ
f_WT
list โ
Onsite | Remote | Hybrid |
---|---|---|
1 | 2 | 3 |
geoId
โ
Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.
For example: 91000012 is the ID of East Asia.
f_TPR
โ
Time posted range. Here are some possible values:
r86400
: Past 24 hoursr604800
: Past weekr2592000
: Past month
For example:
- If we want to search software engineer jobs of all levels and all job types, use
/linkedin/jobs/all/all/software engineer
- If we want to search all entry level contractor/part time software engineer jobs, use
/linkedin/jobs/P-C/2/software engineer
- If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use
/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000
To make it easier, the recommended way is to start a search on LinkedIn and use RSSHub Radar to load the specific feed.
Company Posts
โ
๐ฅ 7๐ข Passed Test
๐จโ๐ป Author: saifazmi
๐ก Example: https://rsshub.app/linkedin/company/google/posts
๐ฅ Top Feeds on Folo:
- LinkedIn - QSIP โ Quantum Sweden Innovation Platform's Posts
- LinkedIn - Quantum STrategic industry Alliance for Revolution(Q-STAR)'s Posts
๐๏ธ Route: /linkedin/company/:company_id/posts
๐ Parameters:
company_id
- Required
- Description: Company's LinkedIn profile ID
๐ Source Code: /linkedin/posts.ts
Get company's LinkedIn posts by company ID
ๆนๆ ผๅญ
โ
็จๆทไธชไบบๆ็ซ
โ
๐จโ๐ป Author: LogicJake
๐ก Example: https://rsshub.app/vocus/user/tsetyan
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /vocus/user/:id
๐ Parameters:
id
- Required
- Description: ็จๆท id๏ผๅฏๅจ็จๆทไธป้กต็ URL ๆพๅฐ
๐ Source Code: /vocus/user.ts
ๅบ็ๅฐ้ก
โ
๐จโ๐ป Author: Maecenas
๐ก Example: https://rsshub.app/vocus/publication/bass
๐ฅ Top Feeds on Folo:
- ็ฐ้ก็ฝ่ฐท - ๆ็ซ ๅ่กจ๏ฝๆนๆ ผๅญ vocus
- ไพๅพๆฅๆฌๆๅๅญธๆฅ่ช - ๆ็ซ ๅ่กจ๏ฝๆนๆ ผๅญ vocus
๐๏ธ Route: /vocus/publication/:id
๐ Parameters:
id
- Required
- Description: ๅบ็ๅฐ้ก id๏ผๅฏๅจๅบ็ๅฐ้กไธป้กต็ URL ๆพๅฐ
๐ Source Code: /vocus/publication.ts
Plurk
โ
Top
โ
๐ฅ 38๐ข Passed Test
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/top/topReplurks
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/top/:category?/:lang?
๐ Parameters:
category
- Optional
- Description: Category, see the table below,
topReplurks
by default
lang
- Optional
- Description: Language, see the table below,
en
by default
๐ Source Code: /plurk/top.ts
Top Replurks | Top Favorites | Top Responded |
---|---|---|
topReplurks | topFavorites | topResponded |
English | ไธญๆ๏ผ็น้ซ๏ผ |
---|---|
en | zh |
User
โ
๐ฅ 30๐ข Passed Test
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/user/plurkoffice
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/user/:user
๐ Parameters:
user
- Required
- Description: User ID, can be found in URL
๐ Source Code: /plurk/user.ts
Search
โ
๐ฅ 16๐ข Passed Test
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/search/FGO
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/search/:keyword
๐ Parameters:
keyword
- Required
- Description: Search keyword
๐ Source Code: /plurk/search.ts
Anonymous
โ
๐ฅ 11๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/anonymous
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/anonymous
๐ Source Code: /plurk/anonymous.ts
Plurk News
โ
๐ฅ 8๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/news/:lang?
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/news/:lang?
๐ Parameters:
lang
- Optional
- Description: Language, see the table above,
en
by default
๐ Source Code: /plurk/news.ts
Hotlinks
โ
๐ฅ 7๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/hotlinks
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /plurk/hotlinks
๐ Source Code: /plurk/hotlinks.ts
Topic
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/plurk/topic/standwithukraine
๐๏ธ Route: /plurk/topic/:topic
๐ Parameters:
topic
- Required
- Description: Topic ID, can be found in URL
๐ Source Code: /plurk/topic.ts
็ฅ่ฏๆ็
โ
ๆ็
โ
๐ฅ 72๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/zsxq/group/88855458825252
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zsxq/group/:id/:scope?
๐ Parameters:
id
- Required
- Description: ๆ็id๏ผไป็ฝ้กต็ซฏurlไธญ่ทๅ
scope
- Optional
- Description: ๆ ็ฎๅ็ฑป๏ผ้ป่ฎคไธบ"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 |
---|---|---|---|---|
ๆๆฐ | ็ฒพๅ | ๅช็ๆไธป | ้ฎ็ญ | ไฝไธ |
็จๆท่ถณ่ฟน
โ
๐ฅ 4๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/zsxq/user/2414218251
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zsxq/user/:id
๐ Parameters:
id
- Required
- Description: ็จๆท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
Furaffinity
โ
Gallery
โ
๐ฅ 33๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/art/gallery/fender/nsfw
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /furaffinity/art/:folder/:username/:mode?
๐ Parameters:
folder
- Required
- Description: Image folders, options are gallery, scraps, favorites
username
- Required
- Description: Username, can find in userpage
mode
- Optional
- Description: R18 content toggle, default value is sfw, options are sfw, nsfw
๐ Source Code: /furaffinity/art.ts
Home
โ
๐ฅ 14๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/home/nsfw
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /furaffinity/home/:category/:mode?
๐ Parameters:
category
- Required
- Description: Category, default value is artwork, options are artwork, writing, music, crafts
mode
- Optional
- Description: R18 content toggle, default value is sfw, options are sfw, nsfw
๐ Source Code: /furaffinity/home.ts
Browse
โ
๐ฅ 8๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/browse/nsfw
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /furaffinity/browse/:mode?
๐ Parameters:
mode
- Optional
- Description: R18 content toggle, default value is sfw, options are sfw, nsfw
๐ Source Code: /furaffinity/browse.ts
Status
โ
๐ฅ 2๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/status
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /furaffinity/status
๐ Source Code: /furaffinity/status.ts
Commissions
โ
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/commissions/fender
๐๏ธ Route: /furaffinity/commissions/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/commissions.ts
Journal Comments
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/journal-comments/10925112
๐๏ธ Route: /furaffinity/journal-comments/:id
๐ Parameters:
id
- Required
- Description: Journal ID
๐ Source Code: /furaffinity/journal-comments.ts
Journals
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/journals/fender
๐๏ธ Route: /furaffinity/journals/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/journals.ts
Search
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/search/protogen/nsfw
๐๏ธ Route: /furaffinity/search/:query/:mode?/:routeParams?
๐ Parameters:
query
- Required
- Description: Query value
mode
- Optional
- Description: R18 content toggle, default value is sfw, options are sfw, nsfw
routeParams
- Optional
- Description: Additional search parameters
๐ Source Code: /furaffinity/search.ts
Additional search parameters
Parameter | Description | Default | Options |
---|---|---|---|
order_by | Sort by | relevancy | relevancy, date, popularity |
order_direction | Sort order | desc | desc, asc |
range | Date range | all | all, 1day, 3days, 7days, 30days, 90days, 1year, 3years, 5years |
pattern | Query match pattern | extended | all, any, extended |
type | Category of artworks | all | art, flash, photo, music, story, poetry |
Shouts
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/shouts/fender
๐๏ธ Route: /furaffinity/shouts/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/shouts.ts
Submission Comments
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/submission-comments/24259751
๐๏ธ Route: /furaffinity/submission-comments/:id
๐ Parameters:
id
- Required
- Description: Submission ID
๐ Source Code: /furaffinity/submission-comments.ts
Userpage
โ
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/user/fender/nsfw
๐๏ธ Route: /furaffinity/user/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/user.ts
User's Watcher List
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/watchers/fender
๐๏ธ Route: /furaffinity/watchers/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/watchers.ts
User's Watching List
โ
๐จโ๐ป Author: TigerCubDen
SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/watching/fender
๐๏ธ Route: /furaffinity/watching/:username
๐ Parameters:
username
- Required
- Description: Username, can find in userpage
๐ Source Code: /furaffinity/watching.ts
Vimeo
โ
Category
โ
๐จโ๐ป Author: MisteryMonster
๐ก Example: https://rsshub.app/vimeo/category/documentary/staffpicks
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /vimeo/category/:category/:staffpicks?
๐ Parameters:
category
- Required
- Description: Category name can get from url like
documentary
in https://vimeo.com/categories/documentary/videos
staffpicks
- Optional
- Description: type
staffpicks
to sort with staffpicks
๐ Source Code: /vimeo/category.ts
User Profile
โ
๐จโ๐ป Author: MisteryMonster
๐ก Example: https://rsshub.app/vimeo/user/filmsupply/picks
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /vimeo/user/:username/:cat?
๐ Parameters:
username
- Required
- Description: In this example https://vimeo.com/filmsupply is
filmsupply
cat
- Optional
- Description: deafult for all latest videos, others categories in this example such as
Docmentary
,Narrative
,Drama
. Setpicks
for promote orders, just orderd like web page. Whenpicks
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|
.
Channel
โ
๐จโ๐ป Author: MisteryMonster
๐ก Example: https://rsshub.app/vimeo/channel/bestoftheyear
๐๏ธ Route: /vimeo/channel/:channel
๐ Parameters:
channel
- Required
- Description: channel name can get from url like
bestoftheyear
in https://vimeo.com/channels/bestoftheyear/videos .
๐ Source Code: /vimeo/channel.ts
Cara
โ
Portfolio
โ
๐ฅ 29๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/cara/portfolio/fengz
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cara/portfolio/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/portfolio.ts
Timeline
โ
๐ฅ 16๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/cara/timeline/fengz
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cara/timeline/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/timeline.ts
Likes
โ
๐ฅ 10๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/cara/likes/fengz
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cara/likes/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/likes.ts
Discord
โ
Channel Messages
โ
๐ฅ 40๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/discord/channel/950465850056536084
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /discord/channel/:channelId
๐ Parameters:
channelId
- Required
- Description: Channel ID
โ๏ธ Deployment Configs:
DISCORD_AUTHORIZATION
, required - Discord authorization header from the browser
๐ Source Code: /discord/channel.ts
Guild Search
โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: NekoAria
๐ก Example: https://rsshub.app/discord/search/302094807046684672/content=friendly&has=image,video
๐๏ธ Route: /discord/search/:guildId/:routeParams
๐ Parameters:
guildId
- Required
- Description: Guild ID
routeParams
- Required
- Description: Search parameters, support content, author_id, mentions, has, min_id, max_id, channel_id, pinned
โ๏ธ Deployment Configs:
DISCORD_AUTHORIZATION
, required - Discord authorization header
๐ Source Code: /discord/search.ts
Misskey
โ
User timeline
โ
๐ฅ 30๐ข Passed Test
๐จโ๐ป Author: siygle
SnowAgar25
HanaokaYuzu
๐ก Example: https://rsshub.app/misskey/users/notes/[email protected]
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /misskey/users/notes/:username/:routeParams?
๐ Parameters:
username
- Required
- Description: Misskey username in the format of [email protected]
routeParams
- Optional
- Description:
Key Description Accepted Values Default withRenotes Include renotes in the timeline 0/1/true/false false mediaOnly Only return posts containing media 0/1/true/false false simplifyAuthor Simplify author field in feed items 0/1/true/false false Note:
withRenotes
andmediaOnly
are mutually exclusive and cannot both be set to true.Examples:
- /misskey/users/notes/[email protected]/withRenotes=true
- /misskey/users/notes/[email protected]/mediaOnly=true
๐ Source Code: /misskey/user-timeline.ts
Featured Notes
โ
๐ฅ 7๐ข Passed Test
๐จโ๐ป Author: Misaka13514
๐ก Example: https://rsshub.app/misskey/notes/featured/misskey.io
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /misskey/notes/featured/:site
๐ Parameters:
site
- Required
- Description: instance address, domain only, without
http://
orhttps://
protocol header
๐ Source Code: /misskey/featured-notes.ts
Home Timeline
โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: HanaokaYuzu
๐ก Example: https://rsshub.app/misskey/timeline/home/misskey.io
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /misskey/timeline/home/:site/:routeParams?
๐ Parameters:
site
- Required
- Description: instance address, domain only, without
http://
orhttps://
protocol header
routeParams
- Optional
- Description:
Key Description Accepted Values Default limit Number of notes to return integer 10 withFiles Only return notes containing files 0/1/true/false false withRenotes Include renotes in the timeline 0/1/true/false true allowPartial Allow partial results 0/1/true/false true simplifyAuthor Simplify author field in feed items 0/1/true/false true Note: If
withFiles
is set to true, renotes will not be included in the timeline regardless of the value ofwithRenotes
.Examples:
- /misskey/timeline/home/misskey.io/limit=20&withFiles=true
- /misskey/timeline/home/misskey.io/withRenotes=false
โ๏ธ Deployment Configs:
MISSKEY_ACCESS_TOKEN
, required - Access token for Misskey API. Requiresread:account
access. Visit the specified site's settings page to obtain an access token. E.g. https://misskey.io/settings/api
๐ Source Code: /misskey/home-timeline.ts
WARNING
This route is only available for self-hosted instances.
fanbox
โ
Creator
โ
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/fanbox/official
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /fanbox/:creator
๐ Parameters:
creator
- Required
- Description: 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
Instagram
โ
TIP
It's highly recommended to deploy with Redis cache enabled.
User Profile / Hashtag - Private API
โ
๐ฅ 21๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: oppilate
DIYgod
๐ก Example: https://rsshub.app/instagram/user/stefaniejoosten
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /instagram/:category/:key
๐ Parameters:
category
- Required
- Default: user
- Options:
- Description: Feed category
key
- Required
- Description: Username / Hashtag name
โ๏ธ Deployment Configs:
IG_PROXY
, optional -IG_USERNAME
, required - Instagram usernameIG_PASSWORD
, required - Instagram password, due to Instagram Private API restrictions, you have to setup your credentials on the server. 2FA is not supported.
๐ Source Code: /instagram/private-api/index.ts
User Profile / Hashtag
โ
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/instagram/2/user/stefaniejoosten
๐๏ธ Route: /instagram/2/:category/:key
๐ Parameters:
category
- Required
- Description: Feed category, see table below
key
- Required
- Description: 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 timeline | Hashtag |
---|---|
user | tags |
Keep
โ
่ฟๅจๆฅ่ฎฐ
โ
๐จโ๐ป Author: Dectinc
DIYgod
๐ก Example: https://rsshub.app/keep/user/556b02c1ab59390afea671ea
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /keep/user/:id
๐ Parameters:
id
- Required
- Description: Keep ็จๆท id
๐ Source Code: /keep/user.ts
Daily.dev
โ
Most upvoted
โ
๐ฅ 10๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: Rjnishant530
๐ก Example: https://rsshub.app/daily/upvoted/7
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /daily/upvoted/:period?/:innerSharedContent?/:dateSort?
๐ Parameters:
period
- Optional
- Default: 7
- Options:
- Description: Period of Lookup
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
dateSort
- Optional
- Default: true
- Options:
- Description: Sort posts by publication date instead of popularity
๐ Source Code: /daily/upvoted.ts
Most Discussed
โ
๐ฅ 6๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: Rjnishant530
๐ก Example: https://rsshub.app/daily/discussed/30
๐ฅ Top Feeds on Folo:
- Real-time discussions in the developer community | daily.dev
- Real-time discussions in the developer community | daily.dev
๐๏ธ Route: /daily/discussed/:period?/:innerSharedContent?/:dateSort?
๐ Parameters:
period
- Optional
- Default: 7
- Options:
- Description: Period of Lookup
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
dateSort
- Optional
- Default: true
- Options:
- Description: Sort posts by publication date instead of popularity
๐ Source Code: /daily/discussed.ts
Popular
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: Rjnishant530
๐ก Example: https://rsshub.app/daily/popular
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /daily/popular/:innerSharedContent?/:dateSort?
๐ Parameters:
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
dateSort
- Optional
- Default: true
- Options:
- Description: Sort posts by publication date instead of popularity
๐ Source Code: /daily/popular.ts
Source Posts
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/daily/source/hn
๐๏ธ Route: /daily/source/:sourceId/:innerSharedContent?
๐ Parameters:
sourceId
- Required
- Description: The source id
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
๐ Source Code: /daily/source.ts
Squads
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: Rjnishant530
๐ก Example: https://rsshub.app/daily/squads/watercooler
๐๏ธ Route: /daily/squads/:squads/:innerSharedContent?
๐ Parameters:
squads
- Required
- Description: N/A
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
๐ Source Code: /daily/squads.ts
User Posts
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/daily/user/kramer
๐๏ธ Route: /daily/user/:userId/:innerSharedContent?
๐ Parameters:
userId
- Required
- Description: N/A
innerSharedContent
- Optional
- Default: false
- Options:
- Description: Where to Fetch inner Shared Posts instead of original
๐ Source Code: /daily/user.ts
Lemmy
โ
Community
โ
๐ฅ 18๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: wb14123
pseudoyu
๐ก Example: https://rsshub.app/lemmy/[email protected]/Hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lemmy/:community/:sort?
๐ Parameters:
community
- Required
- Description: Lemmmy community, for example [email protected]
sort
- Optional
- Default: Active
- Options:
- Description: Sort by
โ๏ธ Deployment Configs:
ALLOW_USER_SUPPLY_UNSAFE_DOMAIN
, required -
๐ Source Code: /lemmy/index.ts
Crossbell
โ
Notes of character
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/crossbell/notes/character/10
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /crossbell/notes/character/:characterId
๐ Parameters:
characterId
- Required
- Description: N
๐ Source Code: /crossbell/notes/character.ts
Notes
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/crossbell/notes
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /crossbell/notes
๐ Source Code: /crossbell/notes/index.ts
Notes of source
โ
๐ฅ 3๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/crossbell/notes/source/xlog
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /crossbell/notes/source/:source
๐ Parameters:
source
- Required
- Description: N
๐ Source Code: /crossbell/notes/source.ts
Feeds of following
โ
๐ฅ 2๐ข Passed Test
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/crossbell/feeds/following/10
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /crossbell/feeds/following/:characterId
๐ Parameters:
characterId
- Required
- Description: N
๐ Source Code: /crossbell/feeds/following.ts
ๆฐๆฆ
โ
WARNING
้จ็ฝฒๆถ้่ฆ้ ็ฝฎ NEWRANK_COOKIE๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ ่ฏทๅฟ่ฟ้ซ้ขๆๅ๏ผๆฐๆฆ็ไผผๅฏนๆฏๅคฉ่ฐ็จ token ๆปๆฌกๆฐ่ฟ่กไบ้ๅถ๏ผ่ถ ้ไผๆฅ้
ๅพฎไฟกๅ
ฌไผๅท
โ
๐ฅ 10๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: lessmoe
pseudoyu
๐ก Example: https://rsshub.app/newrank/wechat/chijiread
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /newrank/wechat/:wxid
๐ Parameters:
wxid
- Required
- Description: ๅพฎไฟกๅท๏ผ่ฅๅพฎไฟกๅทไธๆฐๆฆไฟกๆฏไธไธ่ด๏ผไปฅๆฐๆฆไธบๅ
โ๏ธ Deployment Configs:
NEWRANK_COOKIE
, required -
๐ Source Code: /newrank/wechat.ts
ๆ้ณ็ญ่ง้ข
โ
๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: lessmoe
๐ก Example: https://rsshub.app/newrank/douyin/110266463747
๐๏ธ Route: /newrank/douyin/:dyid
๐ Parameters:
dyid
- Required
- Description: ๆ้ณID๏ผๅฏๅจๆฐๆฆ่ดฆๅท่ฏฆๆ URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
NEWRANK_COOKIE
, required -
๐ Source Code: /newrank/douyin.ts
WARNING
ๅ ่ดน็่ดฆๆทๆ้ณๆฏๅคฉๆฅ่ฏขๆฌกๆฐ 20 ๆฌก๏ผๅฆ้ๅขๅ ๆฌกๆฐๅฏ่ดญไนฐๆฐๆฆไผๅๆ็ญๅพ ๆชๆฅๅค่ดฆๆทๆฏๆ
mixi2
โ
ใณใใฅใใใฃ
โ
๐ฅ 5๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/mixi2/community/62e7e813-d242-4c54-a0ee-0aab5b2bbad2
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mixi2/community/:id/:media?
๐ Parameters:
id
- Required
- Description: ใณใใฅใใใฃID
media
- Optional
- Description:
media
ใๅ ฅๅใใใจใกใใฃใขใๅซใใในใใฎใฟใๅๅพใใใใฉใซใใฏ็ฉบใงๅ จใฆใฎใในใใๅๅพ
โ๏ธ Deployment Configs:
MIXI2_AUTH_TOKEN
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใฏใใญใผใใauth_token
ใฎๅคใๅๅพใใฆใใ ใใMIXI2_AUTH_KEY
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใชใฏใจในใใใใใผใใx-auth-key
ใฎๅคใๅๅพใใฆใใ ใใ
๐ Source Code: /mixi2/community.ts
ใฆใผใถใผ
โ
๐ฅ 2๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/mixi2/user/@deyo
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mixi2/user/:name/:media?
๐ Parameters:
name
- Required
- Description: @ใงๅงใพใใฆใผใถใผๅ
media
- Optional
- Description:
media
ใๅ ฅๅใใใจใกใใฃใขใๅซใใในใใฎใฟใๅๅพใใใใฉใซใใฏ็ฉบใงๅ จใฆใฎใในใใๅๅพ
โ๏ธ Deployment Configs:
MIXI2_AUTH_TOKEN
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใฏใใญใผใใauth_token
ใฎๅคใๅๅพใใฆใใ ใใMIXI2_AUTH_KEY
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใชใฏใจในใใใใใผใใx-auth-key
ใฎๅคใๅๅพใใฆใใ ใใ
๐ Source Code: /mixi2/user.ts
็บ่ฆ
โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/mixi2/discovery
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mixi2/discovery
โ๏ธ Deployment Configs:
MIXI2_AUTH_TOKEN
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใฏใใญใผใใauth_token
ใฎๅคใๅๅพใใฆใใ ใใMIXI2_AUTH_KEY
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใชใฏใจในใใใใใผใใx-auth-key
ใฎๅคใๅๅพใใฆใใ ใใ
๐ Source Code: /mixi2/discovery.ts
ใใฉใญใผไธญ
โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: KarasuShin
๐ก Example: https://rsshub.app/mixi2/home
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mixi2/home
โ๏ธ Deployment Configs:
MIXI2_AUTH_TOKEN
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใฏใใญใผใใauth_token
ใฎๅคใๅๅพใใฆใใ ใใMIXI2_AUTH_KEY
, required - mixi2ใญใฐใคใณๅพใฎๆ ๅ ฑใใใฉใฆใถใฎใณใณใฝใผใซใงใชใฏใจในใใใใใผใใx-auth-key
ใฎๅคใๅๅพใใฆใใ ใใ
๐ Source Code: /mixi2/home.ts
ๅฑๅง
โ
็จๆท
โ
๐ฅ 8๐ข Passed Test๐๏ธ Support Podcast๐ Support Radar
๐จโ๐ป Author: kt286
xizeyoupan
pseudoyu
๐ก Example: https://rsshub.app/changba/skp6hhF59n48R-UpqO3izw
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /changba/:userid
๐ Parameters:
userid
- Required
- Description: ็จๆทID, ๅฏๅจๅฏนๅบๅไบซ้กต้ข็ URL ไธญๆพๅฐ
๐ Source Code: /changba/user.ts
Fansly
โ
Hashtag
โ
๐ฅ 4๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/fansly/tag/free
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /fansly/tag/:tag
๐ Parameters:
tag
- Required
- Description: Hashtag
๐ Source Code: /fansly/tag.ts
User Timeline
โ
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/fansly/user/AeriGoMoo
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /fansly/user/:username
๐ Parameters:
username
- Required
- Description: User ID
๐ Source Code: /fansly/post.ts
ๅฟซๆ
โ
Profile
โ
๐ฅ 6๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: GuoChen-thlg
๐ก Example: https://rsshub.app/kuaishou/profile/3xk46q9cdnvgife
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /kuaishou/profile/:principalId
๐ Parameters:
principalId
- Required
- Description: ็จๆท id, ๅฏๅจไธป้กตไธญๆพๅฐ
๐ Source Code: /kuaishou/profile.ts
TIP
The profile page of the user, which contains the user's information, videos, and other information.
่
พ่ฎฏ็ฝ
โ
็จๆทไฝๅๅ่กจ
โ
๐ฅ 4๐ข Passed Test๐๏ธ Support Podcast
๐จโ๐ป Author: zhangxiang012
๐ก Example: https://rsshub.app/qq/kg/639a9a86272c308e33
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /qq/kg/:userId
๐ Parameters:
userId
- Required
- Description: ็จๆท ID, ๅฏๅจๅฏนๅบ้กต้ข็ URL ไธญๆพๅฐ
๐ Source Code: /qq/kg/user.ts
็จๆทไฝๅ่ฏ่ฎบๅจๆ
โ
๐ข Passed Test
๐จโ๐ป Author: zhangxiang012
๐ก Example: https://rsshub.app/qq/kg/reply/OhXHMdO1VxLWQOOm
๐๏ธ Route: /qq/kg/reply/:playId
๐ Parameters:
playId
- Required
- Description: ้ณ้ข้กต ID, ๅฏๅจๅฏนๅบ้กต้ข็ URL ไธญๆพๅฐ
๐ Source Code: /qq/kg/reply.ts
Curius
โ
User
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: Ovler-Young
๐ก Example: https://rsshub.app/curius/links/yuu-yuu
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /curius/links/:name
๐ Parameters:
name
- Required
- Description: Username, can be found in URL
๐ Source Code: /curius/links.ts
Farcaster
โ
Farcaster User
โ
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/farcaster/user/vitalik.eth
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /farcaster/user/:username
๐ Parameters:
username
- Required
- Description: Farcaster username
๐ Source Code: /farcaster/user.ts
Lens
โ
Lens Profile
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: DIYgod
๐ก Example: https://rsshub.app/lens/profile/stani
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /lens/profile/:handle
๐ Parameters:
handle
- Required
- Description: Lens handle
๐ Source Code: /lens/profile.ts
Rattibha
โ
User Threads
โ
๐ฅ 1๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: yshalsager
๐ก Example: https://rsshub.app/rattibha/user/elonmusk
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /rattibha/user/:user
๐ Parameters:
user
- Required
- Description: Twitter username, without @
๐ Source Code: /rattibha/user.ts
LikeShop
โ
Posts
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: nickyfoto
๐ก Example: https://rsshub.app/likeshop/bloombergpursuits
๐๏ธ Route: /likeshop/:site
๐ Parameters:
site
- Required
- Description: the site attached to likeshop.me/
๐ Source Code: /likeshop/index.ts
LikeShop link in bio takes your audience from Instagram and TikTok to your website in one easy step.
SmartLink
โ
Posts
โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: nickyfoto
๐ก Example: https://rsshub.app/smartlink/bloombergpursuits
๐๏ธ Route: /smartlink/:site
๐ Parameters:
site
- Required
- Description: the site attached to smartlink.bio/
๐ Source Code: /smartlink/index.ts
smartlink.bio link in bio takes your audience from Instagram and TikTok to your website in one easy step.
TikTok
โ
User
โ
๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: TonyRL
๐ก Example: https://rsshub.app/tiktok/user/@linustech/true
๐๏ธ Route: /tiktok/user/:user/:iframe?
๐ Parameters:
user
- Required
- Description: User ID, including @
iframe
- Optional
- Description: 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