๐ฌ Social Media โ
ๅฐ็บขไนฆ  โ
 โ
็จๆท็ฌ่ฎฐ/ๆถ่  โ
 โ
๐ฅ 1481626๐จ 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(truein/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(truein/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/userand/twitter/keyword | 0/1/true/false | false | 
| count | countparameter 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=150generates

Currently supports two authentication methods:
- Using - TWITTER_AUTH_TOKEN(recommended): Configure a comma-separated list of- auth_tokencookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.
- Using - TWITTER_USERNAME- TWITTER_PASSWORDand- TWITTER_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  โ
 โ
๐ฅ 552718๐ก 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  โ
 โ
๐ฅ 522932๐ก 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
Keyword  โ
 โ
๐ฅ 4945๐ก 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
List timeline  โ
 โ
๐ฅ 4942๐ก 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
Home latest timeline  โ
 โ
๐ฅ 74๐ก 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  โ
 โ
๐ฅ 32๐ก 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  โ
 โ
๐ฅ 27๐ก 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/falseandconfig.isPackageistrue, 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  โ
 โ
๐ฅ 436216๐ข 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  โ
 โ
๐ฅ 262044๐ข Passed Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    DIYgod 
 Rongronggg9 
 synchrone 
 pseudoyu 
๐ก Example: https://rsshub.app/telegram/channel/awesomeRSSHub
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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 #hashtagwith%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=0generates 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 routeParamswill be treated assearchQuery.
 
โ๏ธ Deployment Configs:
- TELEGRAM_SESSION, optional - Telegram API Authentication
- TELEGRAM_API_ID, optional - Telegram API ID
- TELEGRAM_API_HASH, optional - Telegram API Hash
- TELEGRAM_MAX_CONCURRENT_DOWNLOADS, optional - Telegram Max Concurrent Downloads
- TELEGRAM_PROXY_HOST, optional - Telegram Proxy Host
- TELEGRAM_PROXY_PORT, optional - Telegram Proxy Port
- TELEGRAM_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  โ
 โ
๐ฅ 765๐ข 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
Channel Media  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    synchrone 
๐ก Example: https://rsshub.app/telegram/media/telegram/1233
 ๐๏ธ Route: /telegram/media/:entityName/:messageId  
๐ Parameters:
- entityName- Required
- Description: entity name
 
- messageId- Required
- Description: message id
 
โ๏ธ Deployment Configs:
- TELEGRAM_SESSION, required - Telegram API Authentication
 ๐ Source Code:  /telegram/channel-media.ts
TIP
Serves telegram media like pictures, video or files.
Stories  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    synchrone 
๐ก Example: https://rsshub.app/telegram/stories/telegram
 ๐๏ธ Route: /telegram/stories/:username/:story?  
๐ Parameters:
- username- Required
- Description: entity name
 
- story- Optional
- Description: story
 
โ๏ธ Deployment Configs:
- TELEGRAM_SESSION, required - Telegram API Authentication
- TELEGRAM_API_ID, optional - Telegram API ID
- TELEGRAM_API_HASH, optional - Telegram API Hash
- TELEGRAM_MAX_CONCURRENT_DOWNLOADS, optional - Telegram Max Concurrent Downloads
- TELEGRAM_PROXY_HOST, optional - Telegram Proxy Host
- TELEGRAM_PROXY_PORT, optional - Telegram Proxy Port
- TELEGRAM_PROXY_SECRET, optional - Telegram Proxy Secret
 ๐ Source Code:  /telegram/stories.ts
ๅๅฉๅๅฉ bilibili  โ
 โ
UP ไธปๆ็จฟ  โ
 โ
 ๐จโ๐ป 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 ไธปๅจๆ  โ
 โ
๐ฅ 21764โ๏ธ 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
ๆ่กๆฆ  โ
 โ
 ๐จโ๐ป 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 ็ซๆฏๅจๅฟ
็  โ
 โ
 ๐จโ๐ป 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
็จๆทๆๆ่ง้ข  โ
 โ
๐จโ๐ป 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 ไธป้ข้็ๅ้  โ
 โ
 ๐จโ๐ป Author:    shininome 
 cscnk52 
๐ก Example: https://rsshub.app/bilibili/user/collection/245645656/529166
๐ฅ Top Feeds on Folo:
- Akinokoe ็ bilibili ๅ้ ๅ้ยทAIๅคงๆจกๅ LLMs ่ต่ฎฏ
- ITๅๅก้ฆ ็ bilibili ๅ้ ๅ้ยทGitHubไธๅจ็ญ็นๆฑๆป
 ๐๏ธ 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
UP ไธปๅพๆ  โ
 โ
 ๐จโ๐ป 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
็ชๅง  โ
 โ
๐ฅ 439๐ข 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
็ปผๅ็ญ้จ  โ
 โ
๐ฅ 385๐ข Passed Test
 ๐จโ๐ป 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
่ง้ขๆ็ดข  โ
 โ
๐ฅ 209โ๏ธ 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 | 
็ญๆ  โ
 โ
 ๐จโ๐ป Author:    CaoMeiYouRen 
๐ก Example: https://rsshub.app/bilibili/hot-search
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /bilibili/hot-search  
 ๐ Source Code:  /bilibili/hot-search.ts
ๆผซ็ปๆดๆฐ  โ
 โ
๐ฅ 142๐ข 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
่ง้ข้้ๅ่กจ  โ
 โ
๐ฅ 125๐ข Passed Test
 ๐จโ๐ป Author:    sxzz 
๐ก Example: https://rsshub.app/bilibili/video/page/BV1i7411M7N9
๐ฅ Top Feeds on Folo:
- ่ง้ข ็พๅฅณ็ญ่ๅ้ ็้้ๅ่กจ
- ่ง้ข STM32ๅ ฅ้จๆ็จ-2023็ ็ป่ด่ฎฒ่งฃ ไธญๆๅญๅน ็้้ๅ่กจ
 ๐๏ธ Route: /bilibili/video/page/:bvid/:embed?  
๐ Parameters:
- bvid- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
 
- embed- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
 
 ๐ Source Code:  /bilibili/page.ts
ๅๅบ่ง้ขๆ่กๆฆ  โ
 โ
๐ฅ 114๐ข 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
ๅๅบ่ง้ข  โ
 โ
๐ฅ 92๐ข 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 | 
ไธๆ ๆ้  โ
 โ
๐ฅ 86๐ข 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
ๅ
ฅ็ซๅฟ
ๅท  โ
 โ
๐ฅ 81๐ข 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 ไธป้ข้็่ง้ขๅ่กจ  โ
 โ
 ๐จโ๐ป Author:    weirongxu 
๐ก Example: https://rsshub.app/bilibili/user/channel/2267573/396050
๐ฅ Top Feeds on Folo:
- ้ป้ฉฌ็จๅบๅ ็ bilibili ้ข้ c/c++ๅ ่ดน่ง้ขๆ็จ
- ่ทๆๆฒๅญฆAI ็ bilibili ้ข้ ใๅฎ็ปใๅจๆๅญฆๆทฑๅบฆๅญฆไน PyTorch็
 ๐๏ธ 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 ไธป็น่ต่ง้ข  โ
 โ
 ๐จโ๐ป 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
ไผๅ่ดญๆฐๅไธๆถ  โ
 โ
๐ฅ 35๐ข 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 | 
UP ไธป้ป่ฎคๆถ่ๅคน  โ
 โ
 ๐จโ๐ป 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 ไธป้้ป่ฎคๆถ่ๅคน  โ
 โ
๐ฅ 31๐ข 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 ไธปๆๅธ่ง้ข  โ
 โ
 ๐จโ๐ป 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
่ง้ข่ฏ่ฎบ  โ
 โ
 ๐จโ๐ป Author:    Qixingchen 
๐ก Example: https://rsshub.app/bilibili/video/reply/BV1vA411b7ip
๐ฅ Top Feeds on Folo:
- ๅฏไธๅจ็ฌฌไธ้กตๆ็คบ็ญๆก๏ผ็ไธญ็ๅดไพๆงไธบ0%็โ็ฅโ็บงๆจ็ๅฐ่ฏด๏ผโโใ็ฑณ็็ผบๅคฑใ๏ผ ็ ่ฏ่ฎบ
- ไธไธช่ฎฉไฝ ้ๆ่ฎค็ฅ็้กถ็บงๆ็ปด๏ผๅฆไฝ่ตฐๅบๅ ่ใไธ็พใ็ฆ่ใๆ ๆไน ็ ่ฏ่ฎบ
 ๐๏ธ Route: /bilibili/video/reply/:bvid  
๐ Parameters:
- bvid- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
 
 ๐ Source Code:  /bilibili/reply.ts
็จๆท่ฟฝ็ชๅ่กจ  โ
 โ
 ๐จโ๐ป 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:    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 ไธปๅ
ณๆณจ็จๆท  โ
 โ
๐ฅ 8๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
ไผๅ่ดญ็ฅจๅก  โ
 โ
๐ฅ 7๐ข 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
| ็ฑปๅ | 
|---|
| ๆผๅบ | 
| ๅฑ่ง | 
| ๆฌๅฐ็ๆดป | 
link ๅ
ฌๅ  โ
 โ
๐ฅ 4๐ข 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
็จๆทๅ
ณๆณจๅจๆ  โ
 โ
๐ฅ 3๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๅ
ณๆณจ่ง้ขๅจๆ  โ
 โ
๐ฅ 2๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
่ง้ขๅผนๅน  โ
 โ
 ๐จโ๐ป 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
UP ไธป็ฒไธ  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    Qixingchen 
๐ก Example: https://rsshub.app/bilibili/user/followers/2267573/3
 ๐๏ธ Route: /bilibili/user/followers/:uid/:loginUid  
๐ Parameters:
- uid- Required
- 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๅ
ณๆณจไธๆ   โ
 โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
ไผๅ่ดญไฝๅ  โ
 โ
 ๐จโ๐ป 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  โ
 โ
๐ฅ 131749๐ข 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  โ
 โ
๐ฅ 2902๐ข 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  โ
 โ
๐ฅ 1602๐ข Passed Testโ๏ธ Config Required
 ๐จโ๐ป Author:    HenryQW 
๐ก Example: https://rsshub.app/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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 Posts  โ
 โ
๐ฅ 164๐ข 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  โ
 โ
๐ฅ 87๐ก 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  โ
 โ
๐ฅ 36๐ข 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  โ
 โ
๐ฅ 14๐ก 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
ๅพฎๅ  โ
 โ
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 ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ๅไธป  โ
 โ
๐ฅ 52925๐ข 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 ้ช่ฏ
็ญๆๆฆ  โ
 โ
๐ฅ 6404๐ข 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
ๅ
ณ้ฎ่ฏ  โ
 โ
๐ฅ 1307๐ข 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
่ถ
่ฏ  โ
 โ
 ๐จโ๐ป 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 | ๆๆฐ่ฏ่ฎบ | 
ไธชไบบๆถ้ด็บฟ  โ
 โ
๐ฅ 14๐ก 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๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ
็ปฟๆดฒ็จๆท  โ
 โ
๐ฅ 3๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    kt286 
๐ก Example: https://rsshub.app/weibo/oasis/user/1990895721
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /weibo/oasis/user/:userid  
๐ Parameters:
- userid- Required
- Description: ็จๆท id, ๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
 
 ๐ Source Code:  /weibo/oasis/user.ts
่ชๅฎไนๅ็ป  โ
 โ
 ๐จโ๐ป 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 ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
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  โ
 โ
๐ฅ 68๐ข 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
Novel Series  โ
 โ
๐ฅ 36โ๏ธ 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
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  โ
 โ
๐ฅ 14๐ก 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
ๅณๅป  โ
 โ
ๅๅญ  โ
 โ
๐ฅ 21711๐ข 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
็จๆทๅจๆ  โ
 โ
๐ฅ 9311๐ข 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
ๅๅญ - ็บฏๆๅญ  โ
 โ
๐ฅ 724๐ข 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ใ
็ฅไน็ญๆฆ  โ
 โ
๐ฅ 15091๐จ 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
็จๆทๅจๆ  โ
 โ
๐ฅ 6365๐จ Strict Anti-crawlingโ๏ธ Config Required๐ 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 ไธญๆพๅฐ
 
โ๏ธ Deployment Configs:
- ZHIHU_COOKIES, optional -
 ๐ Source Code:  /zhihu/activities.ts
ไธๆ   โ
 โ
๐ฅ 1947๐ก 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
็จๆทๆ็ซ   โ
 โ
๐ฅ 1460๐จ Strict Anti-crawlingโ๏ธ Config Required๐ 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ใ็ฎๅๆไธค็ง๏ผ่งไธ่กจ
 
โ๏ธ Deployment Configs:
- ZHIHU_COOKIES, optional -
 ๐ Source Code:  /zhihu/posts.ts
| ๆฎ้็จๆท | ๆบๆ็จๆท | 
|---|---|
| people | org | 
็ฅไนๆฅๆฅ  โ
 โ
๐ฅ 551๐จ 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
็จๆทๅ็ญ  โ
 โ
๐ฅ 360๐จ Strict Anti-crawlingโ๏ธ Config Required๐ 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 ไธญๆพๅฐ
 
โ๏ธ Deployment Configs:
- ZHIHU_COOKIES, optional -
 ๐ 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
้ฎ้ข  โ
 โ
๐ฅ 226๐จ Strict Anti-crawlingโ๏ธ Config Required๐ 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
 
โ๏ธ Deployment Configs:
- ZHIHU_COOKIES, optional -
 ๐ Source Code:  /zhihu/question.ts
ๆถ่ๅคน  โ
 โ
๐ฅ 191๐ก 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 ๅฐๆถๆฐ้ปๆฑๆป  โ
 โ
๐ฅ 167๐จ 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/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ใ
็จๆทๆณๆณ  โ
 โ
๐ฅ 67๐จ 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
็ฅไนๆณๆณ็ญๆฆ  โ
 โ
๐ฅ 48๐จ 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
็ฅไนไนฆๅบ - ็ฅไนๅจๅ  โ
 โ
๐ฅ 43๐จ 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
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
็ฅไนๆฅๆฅ - ๅ้  โ
 โ
๐ฅ 41๐จ 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
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
่ฏ้ข  โ
 โ
๐ฅ 34๐ก 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
็ฅไนไนฆๅบ - ๆฐไนฆ  โ
 โ
๐ฅ 16๐จ 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/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
็จๆทๅ
จ้จๆถ่ๅ
ๅฎน  โ
 โ
๐ฅ 6๐ก 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
็จๆทๅ
ณๆณจๆถ้ด็บฟ  โ
 โ
๐ฅ 3๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
 ๐จโ๐ป Author:    SeanChao 
๐ก Example: https://rsshub.app/zhihu/timeline
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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/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
xhu - ็จๆทๅ็ญ  โ
 โ
 ๐จโ๐ป Author:    JimenezLi 
๐ก Example: https://rsshub.app/zhihu/xhu/people/answers/246e6cf44e94cefbf4b959cb5042bc91
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /zhihu/xhu/people/answers/:hexId  
๐ Parameters:
- hexId- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผๅ xhu - ็จๆทๅจๆ
 
 ๐ Source Code:  /zhihu/xhu/answers.ts
TikTok  โ
 โ
User Profile - Picuki  โ
 โ
๐ฅ 11231๐ข 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
่ฑ็ฃ  โ
 โ
่ฑ็ฃๅฐ็ป  โ
 โ
๐ฅ 6383๐ข 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
่ฑ็ฃๆฆๅไธ้ๅ  โ
 โ
๐ฅ 1666๐ข 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.0-10.0 | 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
็จๆทๅนฟๆญ  โ
 โ
๐ฅ 1044๐ข 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 ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ไธๅจๅฃ็ขๆฆ  โ
 โ
๐ฅ 443๐ข 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 | 
็ตๅฝฑๅณๅฐไธๆ   โ
 โ
๐ฅ 426๐ข 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
ๆญฃๅจไธๆ ็็ตๅฝฑ  โ
 โ
๐ฅ 228๐ข 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
ๆฐไนฆ้้  โ
 โ
๐ฅ 195๐ข 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 | 
็ญ้จๅพไนฆๆ่ก  โ
 โ
๐ฅ 191๐ข 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 | 
่ฑ็ฃๆฏๆๆจ่็ๅ  โ
 โ
๐ฅ 125๐ข 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 ๅๆฐ๏ผๅ ไธบๅฝๆๆจ่ๅง้็ๅไธญ๏ผไผๆ่ฟๆชๆญๅบ / ๅผ่ฏๅๅง้ใๆตทๅคๅนณๅฐๆญๅบๅง้๏ผ่ฏท่ช่ก่่ๆฏๅฆไฝฟ็จ้ขๅคๅๆฐใ
ๅณๅฐไธๆ ็็ตๅฝฑ  โ
 โ
๐ฅ 82๐ข 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
่ฏ้ข  โ
 โ
๐ฅ 52๐ข 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
ๅ็พ็ฅจๆฟๆฆ  โ
 โ
 ๐จโ๐ป Author:    DIYgod 
๐ก Example: https://rsshub.app/douban/movie/ustop
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /douban/movie/ustop  
 ๐ Source Code:  /douban/other/ustop.ts
็ญ้จๅๅๆดปๅจ  โ
 โ
๐ฅ 37๐ข 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
้ข้ไนฆๅฝฑ้ณ  โ
 โ
๐ฅ 30๐ข 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 | 
่ฑ็ฃไนฆๅบ  โ
 โ
๐ฅ 25๐ข Passed Test
 ๐จโ๐ป Author:    xyqfer 
๐ก Example: https://rsshub.app/douban/bookstore
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /douban/bookstore  
 ๐ Source Code:  /douban/other/bookstore.ts
่ฑ็ฃ็ตๅฝฑๅ็ฑป  โ
 โ
๐ฅ 22๐ข 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
่ฑ็ฃ็ตๅฝฑไบบ  โ
 โ
๐ฅ 6๐ข 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
่ฑ็ฃ่ฏปไนฆ่ฎบๅ  โ
 โ
๐ฅ 6๐ข 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
่ฑ็ฃ่ฑๅ  โ
 โ
 ๐จโ๐ป 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
ๅๅกๅฐไนฆ้ฆๆฐไนฆ้้  โ
 โ
 ๐จโ๐ป Author:    xyqfer 
๐ก Example: https://rsshub.app/douban/commercialpress/latest
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /douban/commercialpress/latest  
 ๐ Source Code:  /douban/commercialpress/latest.ts
ๆๆฐๅขๅ ็้ณไน  โ
 โ
 ๐จโ๐ป Author:    fengkx 
 xyqfer 
๐ก Example: https://rsshub.app/douban/music/latest/chinese
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /douban/music/latest/:area?  
๐ Parameters:
- area- Optional
- Description: ๅบๅ็ฑปๅ๏ผ้ป่ฎคๅ จ้จ
 
 ๐ Source Code:  /douban/other/latest-music.ts
| ๅ่ฏญ | ๆฌง็พ | ๆฅ้ฉ | 
|---|---|---|
| chinese | western | japankorean | 
Unknown  โ
 โ
๐ฅ 3๐ก 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
็จๆทๆณ็  โ
 โ
๐ฅ 3๐ข Passed Test
 ๐จโ๐ป Author:    exherb 
๐ก Example: https://rsshub.app/douban/people/exherb/wish
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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 | 
่ฑ็ฃๆ่  โ
 โ
๐ฅ 2๐ข 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:    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
Follow  โ
 โ
User subscriptions  โ
 โ
๐ฅ 5486๐ข 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
ๅพๆ  โ
 โ
๐ฅ 1035๐ข Passed Testโ๏ธ 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 | 
่ฏ้ข  โ
 โ
๐ฅ 1012๐ข Passed Testโ๏ธ 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
็ญๆฆ  โ
 โ
๐ฅ 366๐ข Passed Testโ๏ธ 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
ไปๆฅ็ญ้จๆฒกๆๅจๆฆ๏ผ้ ทๅพๆฆๆฅๆฆ็ๅๆฐไผๅๆๅจๆฆ๏ผๅจๆฆ็ๅๆฐไผๅๆๆๆฆใ
็จๆท  โ
 โ
๐ฅ 95๐ข Passed Testโ๏ธ 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
ๅคดๆก  โ
 โ
๐ฅ 93๐ข Passed Testโ๏ธ Config Required
 ๐จโ๐ป 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 | 
็็ๅท  โ
 โ
๐ฅ 21๐ข Passed Testโ๏ธ Config Required
 ๐จโ๐ป 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  โ
 โ
๐ฅ 1730๐ข 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
Keywords  โ
 โ
๐ฅ 31๐ข Passed Test
 ๐จโ๐ป Author:    untitaker 
 DIYgod 
๐ก Example: https://rsshub.app/bsky/keyword/hello
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /bsky/keyword/:keyword  
๐ Parameters:
- keyword- Required
- Description: N
 
 ๐ Source Code:  /bsky/keyword.ts
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
็ฎไนฆ  โ
 โ
้ฆ้กต  โ
 โ
๐ฅ 947๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    DIYgod 
 HenryQW 
 JimenezLi 
๐ก Example: https://rsshub.app/jianshu/home
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /jianshu/home  
 ๐ 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
ไธ้ข  โ
 โ
๐ฅ 108๐ข Passed Test๐ Support Radar
 ๐จโ๐ป 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  โ
 โ
๐ฅ 839๐ข 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 routeParamsto control some extra features for threadsKey Description Accepts Defaults to showAuthorInTitleShow author name in title 0/1/true/falsetrueshowAuthorInDescShow author name in description (RSS body) 0/1/true/falsetrueshowQuotedAuthorAvatarInDescShow avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0/1/true/falsefalseshowAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0/1/true/falsefalsePshowEmojiForQuotesAndReplyUse "๐" instead of "QT", "โฉ๏ธ" instead of "Re" 0/1/true/falsetrueshowQuotedInTitleShow quoted tweet in title 0/1/true/falsetruerepliesShow replies 0/1/true/falsetrue
 
 ๐ Source Code:  /threads/index.ts
Lofter  โ
 โ
User  โ
 โ
๐ฅ 328๐ข 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  โ
 โ
๐ฅ 182๐ก Missing Testโ๏ธ Config Required
 ๐จโ๐ป 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
 
โ๏ธ Deployment Configs:
- LOFTER_COOKIE, required - LOFTER_COOKIE: ็จไบๆ็ดขๆ ็ญพ็ธๅ ณๅ ๅฎน๏ผ่ทๅๆนๅผ๏ผ 1. ็ปๅฝ Lofter ๅนถๆ็ดขไปปไธๆ ็ญพ๏ผ่ฟๅ ฅ้กต้ข https://www.lofter.com/tag/* 2. ๆๅผๆงๅถๅฐ๏ผๅๆขๅฐ Network ้ขๆฟ๏ผๅทๆฐ 3. ็นๅป TagBean.seach.dwr ่ฏทๆฑ๏ผๆพๅฐ Cookie 4. ่ทๅๆๆฐๆ ็ญพๅ ๅฎนๅช่ฆๆฑ- LOFTER_SESSๅผๅง็ๅญๆฎต
 ๐ Source Code:  /lofter/tag.ts
WARNING
ๆ็ดขๆ ็ญพไธ็ๆๆฐๅ ๅฎน้่ฆ Lofter ็ปๅฝๅ็ Cookie ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
| new | date | week | month | total | 
|---|---|---|---|---|
| ๆๆฐ | ๆฅๆฆ | ๅจๆฆ | ๆๆฆ | ๆปๆฆ | 
Collection  โ
 โ
๐ฅ 32๐ข 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
Instagram  โ
 โ
TIP
It's highly recommended to deploy with Redis cache enabled.
User Profile / Hashtag  โ
 โ
๐ฅ 313๐จ Strict Anti-crawling
 ๐จโ๐ป Author:    TonyRL 
๐ก Example: https://rsshub.app/instagram/2/user/stefaniejoosten
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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 | 
User Profile / Hashtag - Private API  โ
 โ
๐ฅ 53๐ก 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 username
- IG_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
Mastodon  โ
 โ
TIP
Official user RSS:
- RSS: https://**:instance**/users/**:username**.rss(Example)
- Atom: 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  โ
 โ
๐ฅ 216๐ข Passed Test
 ๐จโ๐ป 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=USERNAMEapi
 
- 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)  โ
 โ
๐ฅ 18๐ข 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.
Hashtag timeline  โ
 โ
๐ฅ 6๐ข Passed Test
 ๐จโ๐ป Author:    yuikisaito 
๐ก Example: https://rsshub.app/mastodon/tag/mastodon.social/gochisou/true
๐ฅ Top Feeds on Folo:
- #้ฟๆฏ่ฑกๅฎๅฉๅคงไผ Media Timeline on gochisou.photo
- #้ฟๆฏ่ฑกๅฎๅฉไบคๆขๅคงไผ Media Timeline on gochisou.photo
 ๐๏ธ Route: /mastodon/tag/:site/:hashtag/:only_media?  
๐ Parameters:
- site- Required
- Description: instance address, only domain, no http://orhttps://protocol header
 
- hashtag- Required
- Description: Hashtag you want to subscribe to (without the # symbol)
 
- only_media- Optional
- Default: false
- Options:
- Description: whether only display media content, default to false, any value to true
 
 ๐ Source Code:  /mastodon/tag.ts
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.
LinkedIn  โ
 โ
Jobs  โ
 โ
๐ฅ 256๐ข 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 hours
- r604800: Past week
- r2592000: 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  โ
 โ
 ๐จโ๐ป Author:    saifazmi 
๐ก Example: https://rsshub.app/linkedin/company/google/posts
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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
ๆ้ณ็ดๆญ  โ
 โ
WARNING
ๅ็ฌไธฅๆ ผ๏ผ้่ฆๅฏ็จ puppeteerใๆ้ณ็่ง้ข CDN ไผ้ช่ฏ Referer๏ผๆๅณ็่ฎธๅค้ ่ฏปๅจ้ฝๆ ๆณ็ดๆฅๆญๆพๅ ๅต่ง้ข๏ผไปฅไธๆฏไธไบๅ้่งฃๅณๆนๆก๏ผ
- ๅฏ็จๅ
ๅต่ง้ข (embed=1), ๅ่ ้็จๅๆฐ -> ๅคๅชไฝๅค็ ้ ็ฝฎmultimedia_hotlink_templateๆwrap_multimedia_in_iframeใ
- ๅ
ณ้ญๅ
ๅต่ง้ข (embed=0)๏ผๆๅจ็นๅป่ง้ข็ด้พ่ถ ้พๆฅ๏ผไธ่ฌๆ ๅตไธๅๅฏๆๅๆญๆพ่ง้ขใ่ฅไป็ถๅบ็ฐ HTTP 403๏ผ่ฏทๅคๅถ URL ไปฅๅๅฐๆต่งๅจๆๅผใ
- ็นๅปๅๆ้พๆฅๆๅผๆ้ณ็ฝ้กต็็่ง้ข่ฏฆๆ ้กตๆญๆพ่ง้ขใ
้ขๅคๅๆฐ
| ้ฎ | ๅซไน | ๅผ | ้ป่ฎคๅผ | 
|---|---|---|---|
| embed | ๆฏๅฆๅฏ็จๅ ๅต่ง้ข | 0/1/true/false | false | 
ๅไธป  โ
 โ
๐ฅ 187๐จ 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  โ
 โ
๐ฅ 186๐ข 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
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.
Plurk  โ
 โ
Top  โ
 โ
๐ฅ 56๐ข 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, topReplurksby default
 
- lang- Optional
- Description: Language, see the table below, enby default
 
 ๐ Source Code:  /plurk/top.ts
| Top Replurks | Top Favorites | Top Responded | 
|---|---|---|
| topReplurks | topFavorites | topResponded | 
| English | ไธญๆ๏ผ็น้ซ๏ผ | 
|---|---|
| en | zh | 
User  โ
 โ
๐ฅ 38๐ข 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  โ
 โ
๐ฅ 13๐ข 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  โ
 โ
๐ฅ 9๐ข 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, enby default
 
 ๐ Source Code:  /plurk/news.ts
Hotlinks  โ
 โ
๐ฅ 6๐ข 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
ๆนๆ ผๅญ  โ
 โ
็จๆทไธชไบบๆ็ซ   โ
 โ
๐ฅ 115๐ข Passed Test
 ๐จโ๐ป 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
ๅบ็ๅฐ้ก  โ
 โ
๐ฅ 14๐ข Passed Test๐ Support Radar
 ๐จโ๐ป 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
็ฅ่ฏๆ็  โ
 โ
ๆ็  โ
 โ
๐ฅ 84๐ก 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 | 
|---|---|---|---|---|
| ๆๆฐ | ็ฒพๅ | ๅช็ๆไธป | ้ฎ็ญ | ไฝไธ | 
็จๆท่ถณ่ฟน  โ
 โ
๐ฅ 14๐ก 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  โ
 โ
๐ฅ 62๐ข 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
Discord  โ
 โ
Channel Messages  โ
 โ
๐ฅ 76๐ก 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  โ
 โ
๐ฅ 1๐ก Missing Testโ๏ธ Config Required
 ๐จโ๐ป Author:    NekoAria 
๐ก Example: https://rsshub.app/discord/search/302094807046684672/content=friendly&has=image,video
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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
Vimeo  โ
 โ
Category  โ
 โ
๐ฅ 39๐ข Passed Test
 ๐จโ๐ป 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 documentaryin https://vimeo.com/categories/documentary/videos
 
- staffpicks- Optional
- Description: type staffpicksto 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. Setpicksfor promote orders, just orderd like web page. Whenpicksadded, 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 bestoftheyearin https://vimeo.com/channels/bestoftheyear/videos .
 
 ๐ Source Code:  /vimeo/channel.ts
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
Fediverse  โ
 โ
Timeline  โ
 โ
๐ฅ 63๐ข 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
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  โ
 โ
๐ฅ 14๐ข 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  โ
 โ
๐ฅ 8๐ข 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
Fansly  โ
 โ
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
Hashtag  โ
 โ
๐ฅ 10๐ข 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
Daily.dev  โ
 โ
Most upvoted  โ
 โ
๐ฅ 21๐ข 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  โ
 โ
๐ฅ 11๐ข 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  โ
 โ
๐ฅ 9๐ข 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
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
Misskey  โ
 โ
User timeline  โ
 โ
 ๐จโ๐ป 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: withRenotesandmediaOnlyare 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 withFilesis 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. Requires- read:accountaccess. 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.
Lemmy  โ
 โ
Community  โ
 โ
๐ฅ 28๐ข 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
ๆฐๆฆ  โ
 โ
WARNING
้จ็ฝฒๆถ้่ฆ้ ็ฝฎ NEWRANK_COOKIE๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ ่ฏทๅฟ่ฟ้ซ้ขๆๅ๏ผๆฐๆฆ็ไผผๅฏนๆฏๅคฉ่ฐ็จ token ๆปๆฌกๆฐ่ฟ่กไบ้ๅถ๏ผ่ถ ้ไผๆฅ้
ๅพฎไฟกๅ
ฌไผๅท  โ
 โ
๐ฅ 14๐ก 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 ๆฌก๏ผๅฆ้ๅขๅ ๆฌกๆฐๅฏ่ดญไนฐๆฐๆฆไผๅๆ็ญๅพ ๆชๆฅๅค่ดฆๆทๆฏๆ
ๅฑๅง  โ
 โ
็จๆท  โ
 โ
๐ฅ 10๐ข 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
Crossbell  โ
 โ
Notes of character  โ
 โ
๐ฅ 4๐ข 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  โ
 โ
 ๐จโ๐ป Author:    DIYgod 
๐ก Example: https://rsshub.app/crossbell/notes
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /crossbell/notes  
 ๐ Source Code:  /crossbell/notes/index.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
Notes of source  โ
 โ
 ๐จโ๐ป 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
ๅฟซๆ  โ
 โ
Profile  โ
 โ
 ๐จโ๐ป 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.
่
พ่ฎฏ็ฝ  โ
 โ
็จๆทไฝๅๅ่กจ  โ
 โ
๐ฅ 5๐ข 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
CrushNinja  โ
 โ
ๅฟๅๆ็จฟ้ ้ข  โ
 โ
๐ฅ 2๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    Tsuyumi25 
๐ก Example: https://rsshub.app/crush/pages/141719909033861
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /crush/pages/:id  
๐ Parameters:
- id- Required
- Description: ้ ้ข ID ๆไปฃ็จฑ๏ผไพๅฆ 141719909033861ๆawkward87poland
 
 ๐ Source Code:  /crush/index.ts
Letterboxd  โ
 โ
User Watchlist  โ
 โ
๐ฅ 2๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    johan456789 
๐ก Example: https://rsshub.app/letterboxd/matthew/watchlist
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /letterboxd/:username/watchlist  
๐ Parameters:
- username- Required
- Description: Letterboxd username
 
 ๐ Source Code:  /letterboxd/index.ts
mixi2  โ
 โ
ใณใใฅใใใฃ  โ
 โ
๐ฅ 2๐ก 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
็บ่ฆ  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    KarasuShin 
๐ก Example: https://rsshub.app/mixi2/discovery
 ๐๏ธ 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
ใใฉใญใผไธญ  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    KarasuShin 
๐ก Example: https://rsshub.app/mixi2/home
 ๐๏ธ 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
ใฆใผใถใผ  โ
 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
 ๐จโ๐ป Author:    KarasuShin 
๐ก Example: https://rsshub.app/mixi2/user/@deyo
 ๐๏ธ 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
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(truein/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(truein/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/userand/twitter/keyword | 0/1/true/false | false | 
| count | countparameter 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=150generates

Currently supports two authentication methods:
- Using - TWITTER_AUTH_TOKEN(recommended): Configure a comma-separated list of- auth_tokencookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.
- Using - TWITTER_USERNAME- TWITTER_PASSWORDand- TWITTER_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 timeline - Sotwe  โ
 โ
๐ฅ 2๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
 ๐จโ๐ป Author:    TonyRL 
๐ก Example: https://rsshub.app/sotwe/user/_RSSHub
๐ฅ Top Feeds on Folo:
 ๐๏ธ Route: /sotwe/user/:id  
๐ Parameters:
- id- Required
- Description: Twitter username
 
 ๐ Source Code:  /sotwe/user.ts
Farcaster  โ
 โ
Farcaster User  โ
 โ
๐ฅ 1๐ข Passed Test๐ Support Radar
 ๐จโ๐ป 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
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
SmartLink  โ
 โ
Posts  โ
 โ
๐ฅ 1๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    nickyfoto 
๐ก Example: https://rsshub.app/smartlink/bloombergpursuits
๐ฅ Top Feeds on Folo:
 ๐๏ธ 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.
Curius  โ
 โ
User  โ
 โ
๐ข Passed Test๐ Support Radar
 ๐จโ๐ป Author:    Ovler-Young 
๐ก Example: https://rsshub.app/curius/links/yuu-yuu
 ๐๏ธ Route: /curius/links/:name  
๐ Parameters:
- name- Required
- Description: Username, can be found in URL
 
 ๐ Source Code:  /curius/links.ts
Lens  โ
 โ
Lens Profile  โ
 โ
 ๐จโ๐ป Author:    DIYgod 
๐ก Example: https://rsshub.app/lens/profile/stani
 ๐๏ธ Route: /lens/profile/:handle  
๐ Parameters:
- handle- Required
- Description: Lens handle
 
 ๐ Source Code:  /lens/profile.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.
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
