๐ฌ Social Media โ
Bluesky (bsky) โ
Keywords โ
๐ด Failed Test
๐จโ๐ป Author: @untitaker
๐ก Example: https://rsshub.app/bsky/keyword/hello
๐๏ธ Route: /bsky/keyword/:keyword
๐ Parameters:
keyword
- Required
- Description: N
๐ Source Code: /bsky/keyword.ts
Post โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/bsky/profile/bsky.app
๐๏ธ Route: /bsky/profile/:handle/: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
Cara โ
Likes โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/cara/likes/fengz
๐๏ธ Route: /cara/likes/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/likes.ts
Portfolio โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/cara/portfolio/fengz
๐๏ธ Route: /cara/portfolio/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/portfolio.ts
Timeline โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/cara/timeline/fengz
๐๏ธ Route: /cara/timeline/:user
๐ Parameters:
user
- Required
- Description: username
๐ Source Code: /cara/timeline.ts
Crossbell โ
Feeds of following โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/crossbell/feeds/following/10
๐๏ธ Route: /crossbell/feeds/following/:characterId
๐ Parameters:
characterId
- Required
- Description: N
๐ Source Code: /crossbell/feeds/following.ts
Notes of character โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/crossbell/notes/character/10
๐๏ธ Route: /crossbell/notes/character/:characterId
๐ Parameters:
characterId
- Required
- Description: N
๐ Source Code: /crossbell/notes/character.ts
Notes โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/crossbell/notes
๐๏ธ Route: /crossbell/notes
๐ Source Code: /crossbell/notes/index.ts
Notes of source โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/crossbell/notes/source/xlog
๐๏ธ Route: /crossbell/notes/source/:source
๐ Parameters:
source
- Required
- Description: N
๐ Source Code: /crossbell/notes/source.ts
Curius โ
User โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @Ovler-Young
๐ก Example: https://rsshub.app/curius/links/yuu-yuu
๐๏ธ Route: /curius/links/:name
๐ Parameters:
name
- Required
- Description: Username, can be found in URL
๐ Source Code: /curius/links.ts
Daily.dev โ
Most Discussed โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @Rjnishant530
๐ก Example: https://rsshub.app/daily/discussed
๐๏ธ Route: /daily/discussed
๐ Source Code: /daily/discussed.ts
Most upvoted โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @Rjnishant530
๐ก Example: https://rsshub.app/daily/upvoted
๐๏ธ Route: /daily/upvoted
๐ Source Code: /daily/upvoted.ts
Popular โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @Rjnishant530
๐ก Example: https://rsshub.app/daily
๐๏ธ Route: /daily/
๐ Source Code: /daily/index.ts
Source Posts โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/daily/source/hn
๐๏ธ Route: /daily/source/:sourceId
๐ Parameters:
sourceId
- Required
- Description: The source id
๐ Source Code: /daily/source.ts
User Posts โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/daily/user/kramer
๐๏ธ Route: /daily/user/:userId
๐ Parameters:
userId
- Required
- Description: N/A
๐ Source Code: /daily/user.ts
Discord โ
Channel Messages โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/discord/channel/950465850056536084
๐๏ธ Route: /discord/channel/:channelId
๐ Parameters:
channelId
- Required
- Description: Channel ID
โ๏ธ Deployment Configs:
DISCORD_AUTHORIZATION
, required - Discord authorization header from the browser
๐ Source Code: /discord/channel.ts
Guild Search โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @NekoAria
๐ก Example: https://rsshub.app/discord/search/302094807046684672/content=friendly&has=image,video
๐๏ธ Route: /discord/search/:guildId/:routeParams
๐ Parameters:
guildId
- Required
- Description: Guild ID
routeParams
- Required
- Description: Search parameters, support content, author_id, mentions, has, min_id, max_id, channel_id, pinned
โ๏ธ Deployment Configs:
DISCORD_AUTHORIZATION
, required - Discord authorization header
๐ Source Code: /discord/search.ts
fanbox โ
Creator โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/fanbox/official
๐๏ธ 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
Fansly โ
Hashtag โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/fansly/tag/free
๐๏ธ Route: /fansly/tag/:tag
๐ Parameters:
tag
- Required
- Description: Hashtag
๐ Source Code: /fansly/tag.ts
User Timeline โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/fansly/user/AeriGoMoo
๐๏ธ Route: /fansly/user/:username
๐ Parameters:
username
- Required
- Description: User ID
๐ Source Code: /fansly/post.ts
Fediverse โ
Timeline โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod @pseudoyu
๐ก Example: https://rsshub.app/fediverse/timeline/[email protected]
๐๏ธ Route: /fediverse/timeline/:account
๐ Parameters:
account
- Required
- Description: username@domain
๐ Source Code: /fediverse/timeline.ts
Follow โ
User subscriptions โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @KarasuShin @DIYgod @DFobain
๐ก Example: https://rsshub.app/follow/profile/41279032429549568
๐๏ธ Route: /follow/profile/:uid
๐ Parameters:
uid
- Required
- Description: User ID or user handle
๐ Source Code: /follow/profile.ts
Furaffinity โ
Browse โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TigerCubDen @SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/browse/nsfw
๐๏ธ Route: /furaffinity/browse/:mode?
๐ Parameters:
mode
- Optional
- Description: R18 content toggle, default value is sfw, options are sfw, nsfw
๐ Source Code: /furaffinity/browse.ts
Commissions โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป 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
Gallery โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TigerCubDen @SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/art/gallery/fender/nsfw
๐๏ธ 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 โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TigerCubDen @SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/home/nsfw
๐๏ธ 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
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
Status โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TigerCubDen @SkyNetX007
๐ก Example: https://rsshub.app/furaffinity/status
๐๏ธ Route: /furaffinity/status
๐ Source Code: /furaffinity/status.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 โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป 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 โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป 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
GETTR โ
User timeline โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/gettr/user/jasonmillerindc
๐๏ธ Route: /gettr/user/:id
๐ Parameters:
id
- Required
- Description: User id
๐ Source Code: /gettr/user.ts
Instagram โ
TIP
It's highly recommended to deploy with Redis cache enabled.
User Profile / Hashtag - Private API โ
๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: @oppilate @DIYgod
๐ก Example: https://rsshub.app/instagram/user/stefaniejoosten
๐๏ธ Route: /instagram/:category/:key
๐ Parameters:
category
- Required
- Default: user
- Options:
- Description: Feed category
key
- Required
- Description: Username / Hashtag name
โ๏ธ Deployment Configs:
IG_PROXY
, optional -IG_USERNAME
, required - Instagram usernameIG_PASSWORD
, required - Instagram password, due to Instagram Private API restrictions, you have to setup your credentials on the server. 2FA is not supported.
๐ Source Code: /instagram/private-api/index.ts
User Profile / Hashtag โ
๐ด Failed Test๐จ Strict Anti-crawling
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/instagram/2/user/stefaniejoosten
๐๏ธ Route: /instagram/2/:category/:key
๐ Parameters:
category
- Required
- Description: Feed category, see table below
key
- Required
- Description: Username / Hashtag name
๐ Source Code: /instagram/web-api/index.ts
TIP
You may need to setup cookie for a less restrictive rate limit and private profiles.
User timeline | Hashtag |
---|---|
user | tags |
Instagram โ
User Profile - Picnob โ
๐ข Passed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @TonyRL @micheal-death
๐ก Example: https://rsshub.app/picnob/user/xlisa_olivex
๐๏ธ Route: /picnob/user/:id
๐ Parameters:
id
- Required
- Description: Instagram id
๐ Source Code: /picnob/user.ts
Instagram โ
User Profile - Picuki โ
๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @hoilc @Rongronggg9 @devinmugen @NekoAria
๐ก Example: https://rsshub.app/picuki/profile/stefaniejoosten
๐๏ธ Route: /picuki/profile/:id/:type?/:functionalFlag?
๐ Parameters:
id
- Required
- Description: Instagram user id
type
- Optional
- Description: Type of profile page (profile or tagged)
functionalFlag
- Optional
- Description:
functional flag, see the table below
functionalFlag Video embedding Fetching Instagram Stories 0 off, only show video poster as an image off 1 (default) on off 10 on on
๐ Source Code: /picuki/profile.ts
WARNING
Instagram Stories do not have a reliable guid. It is possible that your RSS reader show the same story more than once. Though, every Story expires after 24 hours, so it may be not so serious.
Keep โ
่ฟๅจๆฅ่ฎฐ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @Dectinc @DIYgod
๐ก Example: https://rsshub.app/keep/user/556b02c1ab59390afea671ea
๐๏ธ Route: /keep/user/:id
๐ Parameters:
id
- Required
- Description: Keep ็จๆท id
๐ Source Code: /keep/user.ts
Lemmy โ
Community โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @wb14123 @pseudoyu
๐ก Example: https://rsshub.app/lemmy/[email protected]/Hot
๐๏ธ 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
LinkedIn โ
Jobs โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @BrandNewLifeJackie26 @zhoukuncheng
๐ก Example: https://rsshub.app/linkedin/jobs/C-P/1/software engineer
๐๏ธ Route: /linkedin/jobs/:job_types/:exp_levels/:keywords?/:routeParams?
๐ Parameters:
job_types
- Required
- Description: See the following table for details, use '-' as delimiter
exp_levels
- Required
- Description: See the following table for details, use '-' as delimiter
keywords
- Optional
- Description: keywords
routeParams
- Optional
- Description: additional query parameters, see the table below
๐ Source Code: /linkedin/jobs.ts
job_types
list โ
Full Time | Part Time | Contractor | All |
---|---|---|---|
F | P | C | all |
exp_levels
list โ
Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | all |
routeParams
additional query parameters โ
f_WT
list โ
Onsite | Remote | Hybrid |
---|---|---|
1 | 2 | 3 |
geoId
โ
Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.
For example: 91000012 is the ID of East Asia.
f_TPR
โ
Time posted range. Here are some possible values:
r86400
: Past 24 hoursr604800
: Past weekr2592000
: Past month
For example:
- If we want to search software engineer jobs of all levels and all job types, use
/linkedin/jobs/all/all/software engineer
- If we want to search all entry level contractor/part time software engineer jobs, use
/linkedin/jobs/P-C/2/software engineer
- If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use
/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000
To make it easier, the recommended way is to start a search on LinkedIn and use RSSHub Radar to load the specific feed.
Lofter โ
Collection โ
๐ข Passed Test
๐จโ๐ป Author: @SrakhiuMeow
๐ก Example: https://rsshub.app/lofter/collection/552041
๐๏ธ Route: /lofter/collection/:collectionID
๐ Parameters:
collectionID
- Required
- Description: Lofter collection ID, can be found in the share URL
๐ Source Code: /lofter/collection.ts
Tag โ
๐ด Failed Test
๐จโ๐ป Author: @hoilc @nczitzk @LucunJi
๐ก Example: https://rsshub.app/lofter/tag/cosplay/date
๐๏ธ Route: /lofter/tag/:name?/:type?
๐ Parameters:
name
- Optional
- Description: tag name, such as
ๅไพฆๆขๆฏๅ
,ๆๅฝฑ
by default
type
- Optional
- Description: ranking type, see below, new by default
๐ Source Code: /lofter/tag.ts
new | date | week | month | total |
---|---|---|---|---|
ๆๆฐ | ๆฅๆฆ | ๅจๆฆ | ๆๆฆ | ๆปๆฆ |
User โ
๐ข Passed Test
๐จโ๐ป Author: @hondajojo @nczitzk @LucunJi
๐ก Example: https://rsshub.app/lofter/user/i
๐๏ธ Route: /lofter/user/:name?
๐ Parameters:
name
- Optional
- Description: Lofter user name, can be found in the URL
๐ Source Code: /lofter/user.ts
Mastodon โ
TIP
Official user RSS:
- RSS:
https://**:instance**/users/**:username**.rss
(Example) - Atom:
(Only for pawoo.net, example)https://**:instance**/users/**:username**.atom
These feed do not include boosts (a.k.a. reblogs). RSSHub provides a feed for user timeline based on the Mastodon API, but to use that, you may need to create application on a Mastodon instance, and configure your RSSHub instance. Check the Deploy Guide for route-specific configurations.
Instance timeline (local) โ
๐ข Passed Test
๐จโ๐ป Author: @hoilc
๐ก Example: https://rsshub.app/mastodon/timeline/pawoo.net/true
๐๏ธ Route: /mastodon/timeline/:site/:only_media?
๐ Parameters:
site
- Required
- Description: instance address, only domain, no
http://
orhttps://
protocol header
only_media
- Optional
- Default: false
- Options:
- Description: whether only display media content, default to false, any value to true
๐ Source Code: /mastodon/timeline-local.ts
If the instance address is not mastodon.social
or pawoo.net
, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN
to be true
.
Instance timeline (federated) โ
๐ข Passed Test
๐จโ๐ป Author: @hoilc
๐ก Example: https://rsshub.app/mastodon/remote/pawoo.net/true
๐๏ธ 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
.
User timeline (by account ID) โ
๐ด Failed Test
๐จโ๐ป Author: @notofoe @pseudoyu
๐ก Example: https://rsshub.app/mastodon/account_id/mas.to/109300507275095341/statuses/false
๐๏ธ Route: /mastodon/account_id/:site/:account_id/statuses/:only_media?
๐ Parameters:
site
- Required
- Description: instance address, only domain, no
http://
orhttps://
protocol header
account_id
- Required
- Description: account ID, you can get it from
https://INSTANCE/api/v1/accounts/lookup?acct=USERNAME
api
only_media
- Optional
- Default: false
- Options:
- Description: whether only display media content, default to false, any value to true
๐ Source Code: /mastodon/account-id.ts
User timeline โ
๐ด Failed Test
๐จโ๐ป Author: @notofoe
๐ก Example: https://rsshub.app/mastodon/acct/[email protected]/statuses
๐๏ธ 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.
Misskey โ
Featured Notes โ
๐ข Passed Test
๐จโ๐ป Author: @Misaka13514
๐ก Example: https://rsshub.app/misskey/notes/featured/misskey.io
๐๏ธ Route: /misskey/notes/featured/:site
๐ Parameters:
site
- Required
- Description: instance address, domain only, without
http://
orhttps://
protocol header
๐ Source Code: /misskey/featured-notes.ts
User timeline โ
๐ข Passed Test
๐จโ๐ป Author: @siygle @SnowAgar25
๐ก Example: https://rsshub.app/misskey/users/notes/[email protected]
๐๏ธ 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 Note:
withRenotes
andmediaOnly
are mutually exclusive and cannot both be set to true.Examples:
- /misskey/users/notes/[email protected]/withRenotes=true
- /misskey/users/notes/[email protected]/mediaOnly=true
๐ Source Code: /misskey/user-timeline.ts
pixiv โ
Following timeline โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @ClarkeCheng
๐ก Example: https://rsshub.app/pixiv/user/illustfollows
๐๏ธ Route: /pixiv/user/illustfollows
โ๏ธ Deployment Configs:
PIXIV_REFRESHTOKEN
, required -
๐ Source Code: /pixiv/illustfollow.ts
WARNING
Only for self-hosted
Keyword โ
๐ด Failed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/pixiv/search/Nezuko/popular
๐๏ธ 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
Novel Series โ
๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @SnowAgar25
๐ก Example: https://rsshub.app/pixiv/novel/series/11586857
๐๏ธ 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
Rankings โ
๐ด Failed Test
๐จโ๐ป Author: @EYHN
๐ก Example: https://rsshub.app/pixiv/ranking/week
๐๏ธ 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
User Bookmark โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @EYHN
๐ก Example: https://rsshub.app/pixiv/user/bookmarks/15288095
๐๏ธ Route: /pixiv/user/bookmarks/:id
๐ Parameters:
id
- Required
- Description: user id, available in user's homepage URL
๐ Source Code: /pixiv/bookmarks.ts
User Novels โ
๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @TonyRL @SnowAgar25
๐ก Example: https://rsshub.app/pixiv/user/novels/27104704
๐๏ธ Route: /pixiv/user/novels/:id/:full_content?
๐ Parameters:
id
- Required
- Description: User id, available in user's homepage URL
full_content
- Optional
- Default: false
- Options:
- Description: Enable or disable the display of full content.
โ๏ธ Deployment Configs:
PIXIV_REFRESHTOKEN
, optional - Pixiv ็ป้ๅพ็ refresh_token๏ผ็จๆผ็ฒๅ R18 ๅฐ่ชช refresh_token after Pixiv login, required for accessing R18 novels https://docs.rsshub.app/deploy/config#pixiv
๐ Source Code: /pixiv/novels.ts
ๅฐ่ชช้กๅ Novel Type | full_content | PIXIV_REFRESHTOKEN | ่ฟๅๅ งๅฎน Content |
---|---|---|---|
Non R18 | false | ไธ้่ฆ Not Required | ็ฐกไป Basic info |
Non R18 | true | ไธ้่ฆ Not Required | ๅ จๆ Full text |
R18 | false | ้่ฆ Required | ็ฐกไป Basic info |
R18 | true | ้่ฆ Required | ๅ จๆ Full text |
Default value for full_content
is false
if not specified.
Example:
/pixiv/user/novels/79603797
โ ็ฐกไป Basic info/pixiv/user/novels/79603797/true
โ ๅ จๆ Full text
User Activity โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/pixiv/user/15288095
๐๏ธ Route: /pixiv/user/:id
๐ Parameters:
id
- Required
- Description: user id, available in user's homepage URL
๐ Source Code: /pixiv/user.ts
Plurk โ
Anonymous โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/anonymous
๐๏ธ Route: /plurk/anonymous
๐ Source Code: /plurk/anonymous.ts
Hotlinks โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/hotlinks
๐๏ธ Route: /plurk/hotlinks
๐ Source Code: /plurk/hotlinks.ts
Plurk News โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/news/:lang?
๐๏ธ Route: /plurk/news/:lang?
๐ Parameters:
lang
- Optional
- Description: Language, see the table above,
en
by default
๐ Source Code: /plurk/news.ts
Search โ
๐ข Passed Test
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/search/FGO
๐๏ธ Route: /plurk/search/:keyword
๐ Parameters:
keyword
- Required
- Description: Search keyword
๐ Source Code: /plurk/search.ts
Top โ
๐ข Passed Test
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/top/topReplurks
๐๏ธ Route: /plurk/top/:category?/:lang?
๐ Parameters:
category
- Optional
- Description: Category, see the table below,
topReplurks
by default
lang
- Optional
- Description: Language, see the table below,
en
by default
๐ Source Code: /plurk/top.ts
Top Replurks | Top Favorites | Top Responded |
---|---|---|
topReplurks | topFavorites | topResponded |
English | ไธญๆ๏ผ็น้ซ๏ผ |
---|---|
en | zh |
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
User โ
๐ข Passed Test
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/plurk/user/plurkoffice
๐๏ธ Route: /plurk/user/:user
๐ Parameters:
user
- Required
- Description: User ID, can be found in URL
๐ Source Code: /plurk/user.ts
Rattibha โ
User Threads โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @yshalsager
๐ก Example: https://rsshub.app/rattibha/user/elonmusk
๐๏ธ Route: /rattibha/user/:user
๐ Parameters:
user
- Required
- Description: Twitter username, without @
๐ Source Code: /rattibha/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 โ
๐ด Failed Test
๐จโ๐ป Author: @DIYgod @pseudoyu
๐ก Example: https://rsshub.app/rss3/vitalik.eth
๐๏ธ 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.
Telegram โ
Channel โ
๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @Rongronggg9 @synchrone @pseudoyu
๐ก Example: https://rsshub.app/telegram/channel/awesomeRSSHub
๐๏ธ Route: /telegram/channel/:username/:routeParams?
๐ Parameters:
username
- Required
- Description: channel username
routeParams
- Optional
- Description:
extra parameters, see the table below
Key Description Accepts Defaults to showLinkPreview Show the link preview from Telegram 0/1/true/false true showViaBot For messages sent via bot, show the bot 0/1/true/false true showReplyTo For reply messages, show the target of the reply 0/1/true/false true showFwdFrom For forwarded messages, show the forwarding source 0/1/true/false true showFwdFromAuthor For forwarded messages, show the author of the forwarding source 0/1/true/false true showInlineButtons Show inline buttons 0/1/true/false false showMediaTagInTitle Show media tags in the title 0/1/true/false true showMediaTagAsEmoji Show media tags as emoji 0/1/true/false true showHashtagAsHyperlink Show hashtags as hyperlinks ( https://t.me/s/channel?q=%23hashtag
)0/1/true/false true includeFwd Include forwarded messages 0/1/true/false true includeReply Include reply messages 0/1/true/false true includeServiceMsg Include service messages (e.g. message pinned, channel photo updated) 0/1/true/false true includeUnsupportedMsg Include messages unsupported by t.me 0/1/true/false false searchQuery search query keywords; replace #hashtag
with%23hashtag
(no keyword) Specify different option values than default values can meet different needs, URL
https://rsshub.app/telegram/channel/NewlearnerChannel/showLinkPreview=0&showViaBot=0&showReplyTo=0&showFwdFrom=0&showFwdFromAuthor=0&showInlineButtons=0&showMediaTagInTitle=1&showMediaTagAsEmoji=1&includeFwd=0&includeReply=1&includeServiceMsg=0&includeUnsupportedMsg=0
generates an RSS without any link previews and annoying metadata, with emoji media tags in the title, without forwarded messages (but with reply messages), and without messages you don't care about (service messages and unsupported messages), for people who prefer pure subscriptions.
For backward compatibility reasons, invalid
routeParams
will be treated assearchQuery
.
โ๏ธ Deployment Configs:
TELEGRAM_SESSION
, optional - Telegram API AuthenticationTELEGRAM_API_ID
, optional - Telegram API IDTELEGRAM_API_HASH
, optional - Telegram API HashTELEGRAM_MAX_CONCURRENT_DOWNLOADS
, optional - Telegram Max Concurrent DownloadsTELEGRAM_PROXY_HOST
, optional - Telegram Proxy HostTELEGRAM_PROXY_PORT
, optional - Telegram Proxy PortTELEGRAM_PROXY_SECRET
, optional - Telegram Proxy Secret
๐ Source Code: /telegram/channel.ts
TIP
Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username
, it's recommended to deploy your own instance with telegram api configs (create your telegram application via https://core.telegram.org/api/obtaining_api_id
, run this command node ./lib/routes/telegram/scripts/get-telegram-session.mjs
to get TELEGRAM_SESSION
and set it as Environment Variable).
Sticker Pack โ
๐ด Failed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/telegram/stickerpack/DIYgod
๐๏ธ Route: /telegram/stickerpack/:name
๐ Parameters:
name
- Required
- Description: Sticker Pack name, available in the sharing URL
๐ Source Code: /telegram/stickerpack.ts
Telegram Blog โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @fengkx
๐ก Example: https://rsshub.app/telegram/blog
๐ Source Code: /telegram/blog.ts
Threads โ
User timeline โ
๐ด Failed Test
๐จโ๐ป Author: @ninboy @pseudoyu
๐ก Example: https://rsshub.app/threads/zuck
๐๏ธ Route: /threads/:user/:routeParams?
๐ Parameters:
user
- Required
- Description: Username
routeParams
- Optional
- Description:
Extra parameters, see the table below Specify options (in the format of query string) in parameter
routeParams
to control some extra features for threadsKey Description Accepts Defaults to showAuthorInTitle
Show author name in title 0
/1
/true
/false
true
showAuthorInDesc
Show author name in description (RSS body) 0
/1
/true
/false
true
showQuotedAuthorAvatarInDesc
Show avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0
/1
/true
/false
false
showAuthorAvatarInDesc
Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0
/1
/true
/false
falseP
showEmojiForQuotesAndReply
Use "๐" instead of "QT", "โฉ๏ธ" instead of "Re" 0
/1
/true
/false
true
showQuotedInTitle
Show quoted tweet in title 0
/1
/true
/false
true
replies
Show replies 0
/1
/true
/false
true
Specify different option values than default values to improve readability. The URL
https://rsshub.app/threads/zuck/showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForQuotesAndReply=1&showQuotedInTitle=1
๐ Source Code: /threads/index.ts
TikTok โ
User โ
๐ด Failed Test๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/tiktok/user/@linustech/true
๐๏ธ Route: /tiktok/user/:user/:iframe?
๐ Parameters:
user
- Required
- 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
Vimeo โ
Category โ
๐ข Passed Test
๐จโ๐ป Author: @MisteryMonster
๐ก Example: https://rsshub.app/vimeo/category/documentary/staffpicks
๐๏ธ Route: /vimeo/category/:category/:staffpicks?
๐ Parameters:
category
- Required
- Description: Category name can get from url like
documentary
in https://vimeo.com/categories/documentary/videos
staffpicks
- Optional
- Description: type
staffpicks
to sort with staffpicks
๐ Source Code: /vimeo/category.ts
Channel โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @MisteryMonster
๐ก Example: https://rsshub.app/vimeo/channel/bestoftheyear
๐๏ธ Route: /vimeo/channel/:channel
๐ Parameters:
channel
- Required
- Description: channel name can get from url like
bestoftheyear
in https://vimeo.com/channels/bestoftheyear/videos .
๐ Source Code: /vimeo/channel.ts
User Profile โ
๐ด Failed Test
๐จโ๐ป Author: @MisteryMonster
๐ก Example: https://rsshub.app/vimeo/user/filmsupply/picks
๐๏ธ Route: /vimeo/user/:username/:cat?
๐ Parameters:
username
- Required
- Description: In this example https://vimeo.com/filmsupply is
filmsupply
cat
- Optional
- Description: deafult for all latest videos, others categories in this example such as
Docmentary
,Narrative
,Drama
. Setpicks
for promote orders, just orderd like web page. Whenpicks
added, published date won't show up
๐ Source Code: /vimeo/usr-videos.ts
Special category name attention
Some of the categories contain slash like 3D/CG
, must change the slash /
to the vertical bar|
.
X (Twitter) โ
Specify options (in the format of query string) in parameter routeParams
to control some extra features for Tweets
Key | Description | Accepts | Defaults to |
---|---|---|---|
readable | Enable readable layout | 0 /1 /true /false | false |
authorNameBold | Display author name in bold | 0 /1 /true /false | false |
showAuthorInTitle | Show author name in title | 0 /1 /true /false | false (true in /twitter/followings ) |
showAuthorInDesc | Show author name in description (RSS body) | 0 /1 /true /false | false (true in /twitter/followings ) |
showQuotedAuthorAvatarInDesc | Show avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0 /1 /true /false | false |
showAuthorAvatarInDesc | Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0 /1 /true /false | false |
showEmojiForRetweetAndReply | Use "๐" instead of "RT", "โฉ๏ธ" & "๐ฌ" instead of "Re" | 0 /1 /true /false | false |
showSymbolForRetweetAndReply | Use " RT " instead of "", " Re " instead of "" | 0 /1 /true /false | true |
showRetweetTextInTitle | Show quote comments in title (if false , only the retweeted tweet will be shown in the title) | 0 /1 /true /false | true |
addLinkForPics | Add clickable links for Tweet pictures | 0 /1 /true /false | false |
showTimestampInDescription | Show timestamp in description | 0 /1 /true /false | false |
showQuotedInTitle | Show quoted tweet in title | 0 /1 /true /false | false |
widthOfPics | Width of Tweet pictures | Unspecified/Integer | Unspecified |
heightOfPics | Height of Tweet pictures | Unspecified/Integer | Unspecified |
sizeOfAuthorAvatar | Size of author's avatar | Integer | 48 |
sizeOfQuotedAuthorAvatar | Size of quoted tweet's author's avatar | Integer | 24 |
excludeReplies | Exclude replies, only available in /twitter/user | 0 /1 /true /false | false |
includeRts | Include retweets, only available in /twitter/user | 0 /1 /true /false | true |
forceWebApi | Force using Web API even if Developer API is configured, only available in /twitter/user and /twitter/keyword | 0 /1 /true /false | false |
count | count parameter passed to Twitter API, only available in /twitter/user | Unspecified/Integer | Unspecified |
onlyMedia | Only get tweets with a media | 0 /1 /true /false | false |
Specify different option values than default values to improve readability. The URL
https://rsshub.app/twitter/user/durov/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweetAndReply=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showQuotedInTitle=1&heightOfPics=150
generates
Currently supports two authentication methods:
Using
TWITTER_AUTH_TOKEN
(recommended): Configure a comma-separated list ofauth_token
cookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.Using
TWITTER_USERNAME
TWITTER_PASSWORD
andTWITTER_AUTHENTICATION_SECRET
: Configure a comma-separated list of Twitter username and password. RSSHub will use this information to log in to Twitter and obtain data using the mobile API. Please note that if you have not logged in with the current IP address before, it is easy to trigger Twitter's risk control mechanism.
Home latest timeline โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @CaoMeiYouRen
๐ก Example: https://rsshub.app/twitter/home_latest
๐๏ธ 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 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @CaoMeiYouRen
๐ก Example: https://rsshub.app/twitter/home
๐๏ธ 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
Keyword โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @yindaheng98 @Rongronggg9
๐ก Example: https://rsshub.app/twitter/keyword/RSSHub
๐๏ธ Route: /twitter/keyword/:keyword/:routeParams?
๐ Parameters:
keyword
- Required
- 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.
๐ Source Code: /twitter/keyword.ts
List timeline โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @xyqfer @pseudoyu
๐ก Example: https://rsshub.app/twitter/list/1502570462752219136
๐๏ธ 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.
๐ Source Code: /twitter/list.ts
Trends โ
๐ด Failed Test
๐จโ๐ป Author: @sakamossan
๐ก Example: https://rsshub.app/twitter/trends/23424856
๐๏ธ Route: /twitter/trends/:woeid?
๐ Parameters:
woeid
- Optional
- Description: Yahoo! Where On Earth ID. default to woeid=1 (World Wide)
๐ Source Code: /twitter/trends.ts
Tweet Details โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @LarchLiu @Rongronggg9
๐ก Example: https://rsshub.app/twitter/tweet/DIYgod/status/1650844643997646852
๐๏ธ Route: /twitter/tweet/:id/status/:status/:original?
๐ Parameters:
id
- Required
- Description: username; in particular, if starts with
+
, it will be recognized as a unique ID, e.g.+44196397
status
- Required
- Description: tweet ID
original
- Optional
- Description: extra parameters, data type of return, if the value is not
0
/false
andconfig.isPackage
istrue
, return the original data of twitter
โ๏ธ Deployment Configs:
TWITTER_USERNAME
, required - Please see above for details.TWITTER_PASSWORD
, required - Please see above for details.
๐ Source Code: /twitter/tweet.ts
User likes โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/twitter/likes/DIYgod
๐๏ธ 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
User media โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @yindaheng98 @Rongronggg9
๐ก Example: https://rsshub.app/twitter/media/_RSSHub
๐๏ธ 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 โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @yindaheng98 @Rongronggg9 @CaoMeiYouRen
๐ก Example: https://rsshub.app/twitter/user/_RSSHub
๐๏ธ 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; particularly when
routeParams=exclude_replies
, replies are excluded;routeParams=exclude_rts
excludes retweets,routeParams=exclude_rts_replies
exclude replies and retweets; for default include all.
โ๏ธ Deployment Configs:
TWITTER_USERNAME
, required - Please see above for details.TWITTER_PASSWORD
, required - Please see above for details.TWITTER_AUTHENTICATION_SECRET
, optional - TOTP 2FA secret, please see above for details.TWITTER_AUTH_TOKEN
, required - Please see above for details.
๐ Source Code: /twitter/user.ts
YouTube โ
Channel with id โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ
๐๏ธ Route: /youtube/channel/:id/:embed?
๐ Parameters:
id
- Required
- Description: YouTube channel id
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/channel.ts
TIP
YouTube provides official RSS feeds for channels, for instance https://www.youtube.com/feeds/videos.xml?channel_id=UCDwDMPOZfxVV0x_dz0eQ8KQ.
Community โ
๐ข Passed Test
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/youtube/community/@JFlaMusic
๐๏ธ Route: /youtube/community/:handle
๐ Parameters:
handle
- Required
- Description: YouTube handles or channel id
๐ Source Code: /youtube/community.ts
Custom URL โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/youtube/c/YouTubeCreators
๐๏ธ 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
Channel with username โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/youtube/user/@JFlaMusic
๐๏ธ Route: /youtube/user/:username/:embed?
๐ Parameters:
username
- Required
- Description: YouTuber username with @
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/user.ts
Music Charts โ
๐ข Passed Test
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/youtube/charts
๐๏ธ 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 |
Playlist โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @HenryQW
๐ก Example: https://rsshub.app/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z
๐๏ธ 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
, required - YouTube API Key, support multiple keys, split them with,
, API Key application
๐ Source Code: /youtube/playlist.ts
Subscriptions โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/youtube/subscriptions
๐๏ธ Route: /youtube/subscriptions/:embed?
๐ Parameters:
embed
- 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
ๅๅฉๅๅฉ bilibili โ
B ็ซๆฏๅจๅฟ ็ โ
๐ข Passed Test
๐จโ๐ป Author: @ttttmr
๐ก Example: https://rsshub.app/bilibili/weekly
๐๏ธ Route: /bilibili/weekly/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/weekly-recommend.ts
link ๅ ฌๅ โ
๐ข Passed Test
๐จโ๐ป Author: @Qixingchen
๐ก Example: https://rsshub.app/bilibili/link/news/live
๐๏ธ Route: /bilibili/link/news/:product
๐ Parameters:
product
- Required
- Description: ๅ ฌๅๅ็ฑป, ๅ ๆฌ ็ดๆญ:live ๅฐ่ง้ข:vc ็ธ็ฐฟ:wh
๐ Source Code: /bilibili/link-news.ts
UP ไธปๅพๆ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @lengthmin @Qixingchen @hyoban
๐ก Example: https://rsshub.app/bilibili/user/article/334958638
๐๏ธ Route: /bilibili/user/article/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
๐ Source Code: /bilibili/article.ts
UP ไธปๆๅธ่ง้ข โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/bilibili/user/coin/208259
๐๏ธ Route: /bilibili/user/coin/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/coin.ts
UP ไธปๅจๆ โ
๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @zytomorrow @CaoMeiYouRen @JimenezLi
๐ก Example: https://rsshub.app/bilibili/user/dynamic/2267573
๐๏ธ Route: /bilibili/user/dynamic/:uid/:routeParams?
๐ Parameters:
uid
- Required
- 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/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
UP ไธป้้ป่ฎคๆถ่ๅคน โ
๐ข Passed Test
๐จโ๐ป Author: @Qixingchen
๐ก Example: https://rsshub.app/bilibili/fav/756508/50948568
๐๏ธ 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 ไธป็ฒไธ โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
UP ไธปๅ ณๆณจ็จๆท โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @Qixingchen
๐ก Example: https://rsshub.app/bilibili/user/followings/2267573/3
๐๏ธ Route: /bilibili/user/followings/:uid/:loginUid
๐ Parameters:
uid
- Required
- 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
UP ไธป็น่ต่ง้ข โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @ygguorun
๐ก Example: https://rsshub.app/bilibili/user/like/208259
๐๏ธ Route: /bilibili/user/like/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/like.ts
UP ไธป้ข้็่ง้ขๅ่กจ โ
๐ข Passed Test
๐จโ๐ป Author: @weirongxu
๐ก Example: https://rsshub.app/bilibili/user/channel/2267573/396050
๐๏ธ 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 ไธป้ข้็ๅ้ โ
๐ข Passed Test
๐จโ๐ป Author: @shininome
๐ก Example: https://rsshub.app/bilibili/user/collection/245645656/529166
๐๏ธ 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 ไธป้ป่ฎคๆถ่ๅคน โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/bilibili/user/fav/2267573
๐๏ธ Route: /bilibili/user/fav/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/user-fav.ts
UP ไธปๆ็จฟ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @Konano @pseudoyu
๐ก Example: https://rsshub.app/bilibili/user/video/2267573
๐๏ธ Route: /bilibili/user/video/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video.ts
็ชๅง โ
๐ข Passed Test๐จ Strict Anti-crawling
๐จโ๐ป Author: @DIYgod @nuomi1
๐ก Example: https://rsshub.app/bilibili/bangumi/media/9192
๐๏ธ Route: /bilibili/bangumi/media/:mediaid/:embed?
๐ Parameters:
mediaid
- Required
- Description: ็ชๅงๅชไฝ id, ็ชๅงไธป้กต URL ไธญ่ทๅ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/bangumi.ts
ๅๅบ่ง้ขๆ่กๆฆ โ
๐ข Passed Test
๐จโ๐ป Author: @lengthmin
๐ก Example: https://rsshub.app/bilibili/partion/ranking/171/3
๐๏ธ 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
ๅๅบ่ง้ข โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/bilibili/partion/33
๐๏ธ 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 |
ๆญๅ โ
๐ข Passed Test
๐จโ๐ป Author: @LogicJake
๐ก Example: https://rsshub.app/bilibili/audio/10624
๐๏ธ Route: /bilibili/audio/:id
๐ Parameters:
id
- Required
- Description: ๆญๅ id, ๅฏๅจๆญๅ้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/audio.ts
ไผๅ่ดญไฝๅ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/bilibili/mall/ip/0_3000294
๐๏ธ Route: /bilibili/mall/ip/:id
๐ Parameters:
id
- Required
- Description: ไฝๅ id, ๅฏๅจไฝๅๅ่กจ้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/mall-ip.ts
ไผๅ่ดญๆฐๅไธๆถ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/bilibili/mall/new/1
๐๏ธ Route: /bilibili/mall/new/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ้ป่ฎคๅ จ้จ๏ผ่งไธ่กจ
๐ Source Code: /bilibili/mall-new.ts
ๅ จ้จ | ๆๅ | ้ญๅ่ต | ๅจ่พน | ๆธธๆ |
---|---|---|---|---|
0 | 1 | 7 | 3 | 6 |
ไผๅ่ดญ็ฅจๅก โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @nightmare-mio
๐ก Example: https://rsshub.app/bilibili/platform/-1
๐๏ธ 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
็ฑปๅ |
---|
ๆผๅบ |
ๅฑ่ง |
ๆฌๅฐ็ๆดป |
ๆผซ็ปๆดๆฐ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @hoilc
๐ก Example: https://rsshub.app/bilibili/manga/update/26009
๐๏ธ Route: /bilibili/manga/update/:comicid
๐ Parameters:
comicid
- Required
- Description: ๆผซ็ป id, ๅฏๅจ URL ไธญๆพๅฐ, ๆฏๆๅธฆๆ
mc
ๅ็ผ
๐ Source Code: /bilibili/manga-update.ts
ๆ่กๆฆ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod @hyoban
๐ก Example: https://rsshub.app/bilibili/ranking/0
๐๏ธ 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
็ญๆ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @CaoMeiYouRen
๐ก Example: https://rsshub.app/bilibili/hot-search
๐๏ธ Route: /bilibili/hot-search
๐ Source Code: /bilibili/hot-search.ts
ๅ ฅ็ซๅฟ ๅท โ
๐ข Passed Test
๐จโ๐ป Author: @liuyuhe666
๐ก Example: https://rsshub.app/bilibili/precious
๐๏ธ Route: /bilibili/precious/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/bilibili-recommend.ts
่ง้ขๅผนๅน โ
๐ด Failed Test
๐จโ๐ป 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
่ง้ข้้ๅ่กจ โ
๐ข Passed Test
๐จโ๐ป Author: @sxzz
๐ก Example: https://rsshub.app/bilibili/video/page/BV1i7411M7N9
๐๏ธ Route: /bilibili/video/page/:bvid/:embed?
๐ Parameters:
bvid
- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/page.ts
่ง้ข่ฏ่ฎบ โ
๐ด Failed Test
๐จโ๐ป Author: @Qixingchen
๐ก Example: https://rsshub.app/bilibili/video/reply/BV1vA411b7ip
๐๏ธ Route: /bilibili/video/reply/:bvid
๐ Parameters:
bvid
- Required
- Description: ๅฏๅจ่ง้ข้กต URL ไธญๆพๅฐ
๐ Source Code: /bilibili/reply.ts
่ง้ขๆ็ดข โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @pcrtool @DIYgod
๐ก Example: https://rsshub.app/bilibili/vsearch/RSSHub
๐๏ธ 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 |
็จๆทๅ ณๆณจไธๆ โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๅ ณๆณจๅจๆ โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @TigerCubDen @JimenezLi
๐ก Example: https://rsshub.app/bilibili/followings/dynamic/109937383
๐๏ธ 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๅ ณๆณจ่ง้ขๅจๆ โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @LogicJake
๐ก Example: https://rsshub.app/bilibili/followings/video/2267573
๐๏ธ 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆท่ฟฝๆผซๆดๆฐ โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆท่ฟฝ็ชๅ่กจ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @wdssmq
๐ก Example: https://rsshub.app/bilibili/user/bangumi/208259
๐๏ธ Route: /bilibili/user/bangumi/:uid/:type?
๐ Parameters:
uid
- Required
- Description: ็จๆท id
type
- Optional
- Description: 1ไธบ็ช๏ผ2ไธบๅง๏ผ็็ฉบไธบ1
๐ Source Code: /bilibili/user-bangumi.ts
็จๆทๆๆ่ง้ข โ
๐ด Failed Test
๐จโ๐ป Author:
๐ก Example: https://rsshub.app/bilibili/user/video-all/2267573
๐๏ธ Route: /bilibili/user/video-all/:uid/:embed?
๐ Parameters:
uid
- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video-all.ts
็จๆท็จๅๅ็ โ
๐ก 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 ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
ไธๆ ๆ้ โ
๐ข Passed Test
๐จโ๐ป Author: @hoilc
๐ก Example: https://rsshub.app/bilibili/readlist/25611
๐๏ธ Route: /bilibili/readlist/:listid
๐ Parameters:
listid
- Required
- Description: ๆ้ id, ๅฏๅจไธๆ ๆ้ URL ไธญๆพๅฐ
๐ Source Code: /bilibili/readlist.ts
็ปผๅ็ญ้จ โ
๐ข Passed Test
๐จโ๐ป Author: @ziminliu
๐ก Example: https://rsshub.app/bilibili/popular/all
๐๏ธ Route: /bilibili/popular/all/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/popular.ts
ๅฑๅง โ
็จๆท โ
๐ข Passed Test๐๏ธ Support Podcast๐ Support Radar
๐จโ๐ป Author: @kt286 @xizeyoupan @pseudoyu
๐ก Example: https://rsshub.app/changba/skp6hhF59n48R-UpqO3izw
๐๏ธ Route: /changba/:userid
๐ Parameters:
userid
- Required
- Description: ็จๆทID, ๅฏๅจๅฏนๅบๅไบซ้กต้ข็ URL ไธญๆพๅฐ
๐ Source Code: /changba/user.ts
ๆ้ณ็ดๆญ โ
WARNING
ๅ็ฌไธฅๆ ผ๏ผ้่ฆๅฏ็จ puppeteerใๆ้ณ็่ง้ข CDN ไผ้ช่ฏ Referer๏ผๆๅณ็่ฎธๅค้ ่ฏปๅจ้ฝๆ ๆณ็ดๆฅๆญๆพๅ ๅต่ง้ข๏ผไปฅไธๆฏไธไบๅ้่งฃๅณๆนๆก๏ผ
- ๅฏ็จๅ
ๅต่ง้ข (
embed=1
), ๅ่ ้็จๅๆฐ -> ๅคๅชไฝๅค็ ้ ็ฝฎmultimedia_hotlink_template
ๆwrap_multimedia_in_iframe
ใ - ๅ
ณ้ญๅ
ๅต่ง้ข (
embed=0
)๏ผๆๅจ็นๅป่ง้ข็ด้พ
่ถ ้พๆฅ๏ผไธ่ฌๆ ๅตไธๅๅฏๆๅๆญๆพ่ง้ขใ่ฅไป็ถๅบ็ฐ HTTP 403๏ผ่ฏทๅคๅถ URL ไปฅๅๅฐๆต่งๅจๆๅผใ - ็นๅปๅๆ้พๆฅๆๅผๆ้ณ็ฝ้กต็็่ง้ข่ฏฆๆ ้กตๆญๆพ่ง้ขใ
้ขๅคๅๆฐ
้ฎ | ๅซไน | ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
embed | ๆฏๅฆๅฏ็จๅ ๅต่ง้ข | 0 /1 /true /false | false |
ๆ ็ญพ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @TonyRL
๐ก Example: https://rsshub.app/douyin/hashtag/1592824105719812
๐๏ธ Route: /douyin/hashtag/:cid/:routeParams?
๐ Parameters:
cid
- Required
- Description: ๆ ็ญพ ID๏ผๅฏๅจๆ ็ญพ้กต้ข URL ไธญๆพๅฐ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผquery string ๆ ผๅผ๏ผ่ฏทๅ้ ไธ้ข็่กจๆ ผ
๐ Source Code: /douyin/hashtag.ts
ๅไธป โ
๐ด Failed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @Max-Tortoise @Rongronggg9
๐ก Example: https://rsshub.app/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao
๐๏ธ Route: /douyin/user/:uid/:routeParams?
๐ Parameters:
uid
- Required
- Description: uid๏ผๅฏๅจ็จๆท้กต้ข URL ไธญๆพๅฐ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผquery string ๆ ผๅผ๏ผ่ฏทๅ้ ไธ้ข็่กจๆ ผ
๐ Source Code: /douyin/user.ts
่ฑ็ฃ โ
Unknown โ
๐ก Missing Test
๐จโ๐ป Author:
๐๏ธ Route: /douban/explore/column/:id
๐ Parameters:
id
- Required
- Description: N/A
๐ Source Code: /douban/other/explore-column.ts
ๅ็พ็ฅจๆฟๆฆ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/douban/movie/ustop
๐๏ธ Route: /douban/movie/ustop
๐ Source Code: /douban/other/ustop.ts
็ตๅฝฑๅณๅฐไธๆ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @reonokiy
๐ก Example: https://rsshub.app/douban/movie/coming
๐๏ธ Route: /douban/movie/coming
๐ Source Code: /douban/movie/coming.ts
่ฑ็ฃไนฆๅบ โ
๐ข Passed Test
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/douban/bookstore
๐๏ธ Route: /douban/bookstore
๐ Source Code: /douban/other/bookstore.ts
่ฑ็ฃ็ตๅฝฑไบบ โ
๐ข Passed Test
๐จโ๐ป Author: @minimalistrojan
๐ก Example: https://rsshub.app/douban/celebrity/1274261
๐๏ธ Route: /douban/celebrity/:id/:sort?
๐ Parameters:
id
- Required
- Description: ็ตๅฝฑไบบ id
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผ็ผบ็ไธบ
time
๏ผๆถ้ดๆๅบ๏ผ๏ผๅฏไธบvote
๏ผ่ฏไปทๆๅบ๏ผ
๐ Source Code: /douban/other/celebrity.ts
่ฑ็ฃ็ตๅฝฑๅ็ฑป โ
๐ข Passed Test
๐จโ๐ป Author: @zzwab
๐ก Example: https://rsshub.app/douban/movie/classification/R/7.5/Netflix,2020
๐๏ธ Route: /douban/movie/classification/:sort?/:score?/:tags?
๐ Parameters:
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผ้ป่ฎคไธบU
score
- Optional
- Description: ๆไฝ่ฏๅ๏ผ้ป่ฎคไธ้ๅถ
tags
- Optional
- Description: ๅ็ฑปๆ ็ญพ๏ผๅคไธชๆ ็ญพไน้ด็จ่ฑๆ้ๅทๅ้๏ผๅธธ่ง็ๆ ็ญพๅฐ่ฑ็ฃ็ตๅฝฑ็ๅ็ฑป้กต้ขๆฅ็๏ผๆฏๆ่ชๅฎไนๆ ็ญพ
๐ Source Code: /douban/other/classification.ts
ๆๅบๆนๅผๅฏ้ๅผๅฆไธ
่ฟๆ็ญ้จ | ๆ ่ฎฐๆๅค | ่ฏๅๆ้ซ | ๆ่ฟไธๆ |
---|---|---|---|
U | T | S | R |
่ฑ็ฃ่ฏปไนฆ่ฎบๅ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @nightmare-mio
๐ก Example: https://rsshub.app/douban/36328704/discussion
๐๏ธ Route: /douban/:id/discussion
๐ Parameters:
id
- Required
- Description: ไนฆๆฌid;้ป่ฎค่ฎบๅๆ็ซ ไฝฟ็จ"ๆๅๅบๆถ้ดๆๅบ",ไป ็ฌฌไธ้กตๆ็ซ
๐ Source Code: /douban/other/discussion.ts
่ฑ็ฃ่ฑๅ โ
๐ด Failed Test
๐จโ๐ป Author: @LogicJake @honue
๐ก Example: https://rsshub.app/douban/doulist/37716774
๐๏ธ Route: /douban/doulist/:id
๐ Parameters:
id
- Required
- Description: ่ฑๅid
๐ Source Code: /douban/other/doulist.ts
่ฑ็ฃๅฐ็ป โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/douban/group/648102
๐๏ธ Route: /douban/group/:groupid/:type?
๐ Parameters:
groupid
- Required
- Description: ่ฑ็ฃๅฐ็ป็ id
type
- Optional
- Default: latest
- Options:
- Description: ็ฑปๅ
๐ Source Code: /douban/other/group.ts
่ฑ็ฃๆ่ โ
๐ข Passed Test
๐จโ๐ป Author: @Fatpandac
๐ก Example: https://rsshub.app/douban/jobs/campus
๐๏ธ Route: /douban/jobs/:type
๐ Parameters:
type
- Required
- Description: ๆ่็ฑปๅ๏ผ่งไธ่กจ
๐ Source Code: /douban/other/jobs.ts
็คพไผๆ่ | ๆ กๅญๆ่ | ๅฎไน ็ๆ่ |
---|---|---|
social | campus | intern |
่ฑ็ฃๆฆๅไธ้ๅ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @5upernova-heng @honue
๐ก Example: https://rsshub.app/douban/list/subject_real_time_hotest
๐๏ธ Route: /douban/list/:type?/:routeParams?
๐ Parameters:
type
- Optional
- Description: ๆฆๅ็ฑปๅ๏ผ่งไธ่กจใ้ป่ฎคไธบๅฎๆถ็ญ้จไนฆๅฝฑ้ณ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไปฅไธ่ฏดๆๅ่กจๆ ผ
๐ Source Code: /douban/other/list.ts
ๆฆๅ / ้ๅ | ่ทฏ็ฑ |
---|---|
ๅฎๆถ็ญ้จไนฆๅฝฑ้ณ | subject_real_time_hotest |
ๅฝฑ้ข็ญๆ | movie_showing |
ๅฎๆถ็ญ้จ็ตๅฝฑ | movie_real_time_hotest |
ๅฎๆถ็ญ้จ็ต่ง | tv_real_time_hotest |
ไธๅจๅฃ็ข็ตๅฝฑๆฆ | movie_weekly_best |
ๅ่ฏญๅฃ็ขๅง้ๆฆ | tv_chinese_best_weekly |
ๅ จ็ๅฃ็ขๅง้ๆฆ | tv_global_best_weekly |
ๅฝๅ ๅฃ็ข็ปผ่บๆฆ | show_chinese_best_weekly |
ๅฝๅคๅฃ็ข็ปผ่บๆฆ | show_global_best_weekly |
็ญๆญๆฐๅงๅฝไบงๅง | tv_domestic |
็ญๆญๆฐๅงๆฌง็พๅง | tv_american |
็ญๆญๆฐๅงๆฅๅง | tv_japanese |
็ญๆญๆฐๅง้ฉๅง | tv_korean |
็ญๆญๆฐๅงๅจ็ป | tv_animation |
่ๆ็ฑปๅฐ่ฏด็ญ้จๆฆ | book_fiction_hot_weekly |
้่ๆ็ฑปๅฐ่ฏด็ญ้จๆฆ | book_nonfiction_hot_weekly |
็ญ้จๅๆฒๆฆ | music_single |
ๅ่ฏญๆฐ็ขๆฆ | music_chinese |
... | ... |
้ขๅคๅๆฐ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
playable | ไป ็ๆๅฏๆญๆพ็ๆบ็ๅฝฑ็ | 0/1 | 0 |
score | ็ญ้่ฏๅ | 0-10 | 0 |
็จไพ๏ผ/douban/list/tv_korean/playable=1&score=8
ไธ้ข็ๆฆๅ / ้ๅๅนถๆฒกๆๅไธพๅฎๆดใ
ๅฆไฝๆพๅฐๆฆๅๅฏนๅบ็่ทฏ็ฑๅๆฐ๏ผ ๅจ่ฑ็ฃๆๆบ APP ไธญ๏ผๅฏนๅบๅฐๆฆๅ้กต้ขๅณไธ่ง๏ผ็นๅปๅไบซ้พๆฅใ้พๆฅ่ทฏๅพ
subject_collection
ๅ็่ทฏๅพๅฐฑๆฏ่ทฏ็ฑๅๆฐtype
ใ ๅฆ๏ผๅฐ่ฏด็ญ้จๆฆ็ๅไบซ้พๆฅไธบ๏ผhttps://m.douban.com/subject_collection/ECDIHUN4A
๏ผๅ ถๅฏนๅบๆฌ RSS ่ทฏ็ฑ็type
ไธบECDIHUN4A
๏ผๅฏนๅบ็่ฎข้ ้พๆฅ่ทฏ็ฑ๏ผ/douban/list/ECDIHUN4A
่ฑ็ฃๆฏๆๆจ่็ๅ โ
๐ข Passed Test
๐จโ๐ป Author: @honue
๐ก Example: https://rsshub.app/douban/recommended/tv
๐๏ธ 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 ๅๆฐ๏ผๅ ไธบๅฝๆๆจ่ๅง้็ๅไธญ๏ผไผๆ่ฟๆชๆญๅบ / ๅผ่ฏๅๅง้ใๆตทๅคๅนณๅฐๆญๅบๅง้๏ผ่ฏท่ช่ก่่ๆฏๅฆไฝฟ็จ้ขๅคๅๆฐใ
่ฏ้ข โ
๐ข Passed Test
๐จโ๐ป Author: @LogicJake @pseudoyu @haowenwu
๐ก Example: https://rsshub.app/douban/topic/48823
๐๏ธ Route: /douban/topic/:id/:sort?
๐ Parameters:
id
- Required
- Description: ่ฏ้ขid
sort
- Optional
- Description: ๆๅบๆนๅผ๏ผhotๆnew๏ผ้ป่ฎคไธบnew
๐ Source Code: /douban/other/topic.ts
ๅณๅฐไธๆ ็็ตๅฝฑ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/douban/movie/later
๐๏ธ Route: /douban/movie/later
๐ Source Code: /douban/other/later.ts
ๆต่งๅ็ฐ โ
๐ด Failed Test
๐จโ๐ป Author: @clarkzsd
๐ก Example: https://rsshub.app/douban/explore
๐๏ธ Route: /douban/explore
๐ Source Code: /douban/other/explore.ts
้ข้ไนฆๅฝฑ้ณ โ
๐ข Passed Test
๐จโ๐ป Author: @umm233
๐ก Example: https://rsshub.app/douban/channel/30168934/subject/0
๐๏ธ Route: /douban/channel/:id/subject/:nav
๐ Parameters:
id
- Required
- Description: ้ข้id
nav
- Required
- Description: ไนฆๅฝฑ้ณๅ็ฑป
๐ Source Code: /douban/channel/subject.ts
็ตๅฝฑ | ็ต่งๅง | ๅพไนฆ | ๅฑ็ |
---|---|---|---|
0 | 1 | 2 | 3 |
้ข้ไธ้ข โ
๐ด Failed Test
๐จโ๐ป 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 |
็ญ้จๅพไนฆๆ่ก โ
๐ข Passed Test
๐จโ๐ป Author: @xyqfer @queensferryme
๐ก Example: https://rsshub.app/douban/book/rank/fiction
๐๏ธ Route: /douban/book/rank/:type?
๐ Parameters:
type
- Optional
- Description: ๅพไนฆ็ฑปๅ๏ผ้ป่ฎคๅๅนถๅ่กจ
๐ Source Code: /douban/book/rank.ts
ๅ จ้จ | ่ๆ | ้่ๆ |
---|---|---|
fiction | nonfiction |
็ญ้จๅๅๆดปๅจ โ
๐ข Passed Test
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/douban/event/hot/118172
๐๏ธ Route: /douban/event/hot/:locationId
๐ Parameters:
locationId
- Required
- Description: ไฝ็ฝฎ id, ๅๅ้ฆ้กตๆๅผๆงๅถๅฐๆง่ก
window.__loc_id__
่ทๅ
๐ Source Code: /douban/event/hot.ts
ๆฅ่ฎฐๆๆฐๅๅบ โ
๐ด Failed Test
๐จโ๐ป Author: @nczitzk
๐ก Example: https://rsshub.app/douban/replies/xiaoyaxiaoya
๐๏ธ Route: /douban/replies/:uid
๐ Parameters:
uid
- Required
- Description: ็จๆทid๏ผๅฏๅจ็จๆทๆฅ่ฎฐ้กต URL ไธญๆพๅฐ
๐ Source Code: /douban/other/replies.ts
ๅๅกๅฐไนฆ้ฆๆฐไนฆ้้ โ
๐ด Failed Test
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/douban/commercialpress/latest
๐๏ธ Route: /douban/commercialpress/latest
๐ Source Code: /douban/commercialpress/latest.ts
ๆฐไนฆ้้ โ
๐ข Passed Test
๐จโ๐ป Author: @fengkx @lyqluis
๐ก Example: https://rsshub.app/douban/book/latest/fiction
๐๏ธ 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 |
ไธๅจๅฃ็ขๆฆ โ
๐ข Passed Test
๐จโ๐ป Author: @numm233 @nczitzk
๐ก Example: https://rsshub.app/douban/movie/weekly
๐๏ธ Route: /douban/movie/weekly/:type?
๐ Parameters:
type
- Optional
- Description: ๅ็ฑป๏ผๅฏๅจๆฆๅ้กต URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบไธๅจๅฃ็ข็ตๅฝฑๆฆ
๐ Source Code: /douban/other/weekly-best.ts
ไธๅจๅฃ็ข็ตๅฝฑๆฆ | ๅ่ฏญๅฃ็ขๅง้ๆฆ |
---|---|
movie_weekly_best | tv_chinese_best_weekly |
็จๆทๅนฟๆญ โ
๐ข Passed Test
๐จโ๐ป Author: @alfredcai
๐ก Example: https://rsshub.app/douban/people/75118396/status
๐๏ธ 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 ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ
็จๆทๆณ็ โ
๐ข Passed Test
๐จโ๐ป Author: @exherb
๐ก Example: https://rsshub.app/douban/people/exherb/wish
๐๏ธ Route: /douban/people/:userid/wish/:routeParams?
๐ Parameters:
userid
- Required
- Description: ็จๆทid
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่งไธ
๐ Source Code: /douban/people/wish.ts
ๅฏนไบ่ฑ็ฃ็จๆทๆณ็็ๅ
ๅฎน๏ผๅจ routeParams
ๅๆฐไธญไปฅ query string ๆ ผๅผ่ฎพ็ฝฎๅฆไธ้้กนๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
pagesCount | ๆฅ่ฏข้กต้ขๆฐ | 1 |
ๆญฃๅจไธๆ ็็ตๅฝฑ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/douban/movie/playing
๐๏ธ Route: /douban/movie/playing,/movie/playing/:score
๐ Source Code: /douban/other/playing.ts
ๆๆฐๅขๅ ็้ณไน โ
๐ด Failed Test
๐จโ๐ป Author: @fengkx @xyqfer
๐ก Example: https://rsshub.app/douban/music/latest/chinese
๐๏ธ Route: /douban/music/latest/:area?
๐ Parameters:
area
- Optional
- Description: ๅบๅ็ฑปๅ๏ผ้ป่ฎคๅ จ้จ
๐ Source Code: /douban/other/latest-music.ts
ๅ่ฏญ | ๆฌง็พ | ๆฅ้ฉ |
---|---|---|
chinese | western | japankorean |
ๆๆฐๅๅบ่ฟ็ๆฅ่ฎฐ โ
๐ด Failed Test
๐จโ๐ป 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
ๆนๆ ผๅญ โ
ๅบ็ๅฐ้ก โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @Maecenas
๐ก Example: https://rsshub.app/vocus/publication/bass
๐๏ธ Route: /vocus/publication/:id
๐ Parameters:
id
- Required
- Description: ๅบ็ๅฐ้ก id๏ผๅฏๅจๅบ็ๅฐ้กไธป้กต็ URL ๆพๅฐ
๐ Source Code: /vocus/publication.ts
็จๆทไธชไบบๆ็ซ โ
๐ข Passed Test
๐จโ๐ป Author: @LogicJake
๐ก Example: https://rsshub.app/vocus/user/tsetyan
๐๏ธ Route: /vocus/user/:id
๐ Parameters:
id
- Required
- Description: ็จๆท id๏ผๅฏๅจ็จๆทไธป้กต็ URL ๆพๅฐ
๐ Source Code: /vocus/user.ts
ๅณๅป โ
ๅๅญ - ็บฏๆๅญ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @HenryQW
๐ก Example: https://rsshub.app/jike/topic/text/553870e8e4b0cafb0a1bef68
๐๏ธ Route: /jike/topic/text/:id
๐ Parameters:
id
- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
๐ Source Code: /jike/topic-text.ts
ๅๅญ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @prnake
๐ก Example: https://rsshub.app/jike/topic/556688fae4b00c57d9dd46ee
๐๏ธ Route: /jike/topic/:id/:showUid?
๐ Parameters:
id
- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
showUid
- Optional
- Options:
- Description: ๆฏๅฆๅจๅ ๅฎนไธญๆพ็คบ็จๆทไฟกๆฏ๏ผ่ฎพ็ฝฎไธบ 1 ๅๅผๅฏ
๐ Source Code: /jike/topic.ts
็จๆทๅจๆ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @prnake
๐ก Example: https://rsshub.app/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB
๐ Parameters:
id
- Required
- Description: ็จๆท id, ๅฏๅจๅณๅปๅไบซๅบๆฅ็ๅๆกๅจๆ้กต็นๅป็จๆทๅคดๅ่ฟๅ ฅไธชไบบไธป้กต๏ผ็ถๅๅจไธชไบบไธป้กต็ URL ไธญๆพๅฐ๏ผๆ่ ๅจๅๆกๅจๆ้กตไฝฟ็จ RSSHub Radar ๆไปถ
๐ Source Code: /jike/user.ts
็ฎไนฆ โ
้ฆ้กต โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @HenryQW @JimenezLi
๐ก Example: https://rsshub.app/jianshu/home
๐ Source Code: /jianshu/home.ts
ไธ้ข โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @HenryQW @JimenezLi
๐ก Example: https://rsshub.app/jianshu/collection/xYuZYD
๐๏ธ Route: /jianshu/collection/:id
๐ Parameters:
id
- Required
- Description: ไธ้ข id, ๅฏๅจไธ้ข้กต URL ไธญๆพๅฐ
๐ Source Code: /jianshu/collection.ts
ไฝ่ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @DIYgod @HenryQW @JimenezLi
๐ก Example: https://rsshub.app/jianshu/user/yZq3ZV
๐๏ธ Route: /jianshu/user/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id, ๅฏๅจไฝ่ ไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /jianshu/user.ts
้ ทๅฎ โ
TIP
ๅณๆฅ่ตท๏ผๅคๆฐ่ทฏ็ฑๅพ็้ฒ็้พใ ้่ฆๅฐ ALLOW_USER_HOTLINK_TEMPLATE
็ฏๅขๅ้่ฎพ็ฝฎไธบ true
๏ผ็ถๅ้
็ฝฎimage_hotlink_template
ใ ่ฏฆ่ง #16715
่ฏ้ข โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/huati/iPhone
๐๏ธ Route: /coolapk/huati/:tag
๐ Parameters:
tag
- Required
- Description: ่ฏ้ขๅ็งฐ
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/huati.ts
็็ๅท โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/dyh/1524
๐๏ธ 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 ๅฏๅจ็็ๅท็้ขๅณไธๅไบซ - ๅคๅถ้พๆฅๅพๅฐใ
็ญๆฆ โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/hot
๐๏ธ 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
ไปๆฅ็ญ้จๆฒกๆๅจๆฆ๏ผ้ ทๅพๆฆๆฅๆฆ็ๅๆฐไผๅๆๅจๆฆ๏ผๅจๆฆ็ๅๆฐไผๅๆๆๆฆใ
ๅคดๆก โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/toutiao
๐๏ธ 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 |
ๅพๆ โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/tuwen
๐๏ธ 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 |
็จๆท โ
๐ข Passed Testโ๏ธ Config Required
๐จโ๐ป Author: @xizeyoupan
๐ก Example: https://rsshub.app/coolapk/user/3177668/dynamic
๐๏ธ 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
่ พ่ฎฏ็ฝ โ
็จๆทไฝๅ่ฏ่ฎบๅจๆ โ
๐ข 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
็จๆทไฝๅๅ่กจ โ
๐ข Passed Test๐๏ธ Support Podcast
๐จโ๐ป Author: @zhangxiang012
๐ก Example: https://rsshub.app/qq/kg/639a9a86272c308e33
๐๏ธ Route: /qq/kg/:userId
๐ Parameters:
userId
- Required
- Description: ็จๆท ID, ๅฏๅจๅฏนๅบ้กต้ข็ URL ไธญๆพๅฐ
๐ Source Code: /qq/kg/user.ts
ๅพฎๅ โ
WARNING
ๅพฎๅไผ้ๅฏน่ฏทๆฑ็ๆฅๆบๅฐๅบ่ฟๅไธๅ็็ปๆใไธไธชๅทฒ็ฅ็ไพๅญไธบ๏ผ้จๅ่ง้ขๅ ๆช็ฅๅๅ ไป
้ไธญๅฝๅคง้ๅขๅ
่ฎฟ้ฎ (CDN ๅๅไธบ locallimit.us.sinaimg.cn
่้ f.video.weibocdn.com
)ใ่ฅไธๆกๅพฎๅๅซๆ่ฟ็ง่ง้ขไธ RSSHub ๅฎไพ้จ็ฝฒๅจๅขๅค๏ผๆๅๅฐ็ๅพฎๅๅฏ่ฝไธๅซ่ง้ขใๅฐ RSSHub ้จ็ฝฒๅจๅขๅ
ๆๅฉไบๆๅ่ฟ็ง่ง้ข๏ผไฝ้
่ฏปๅจไนๅฟ
้กปๅคไบๅขๅ
็ฝ็ป็ฏๅขไปฅๅ ่ฝฝ่ง้ขใ
ๅฏนไบๅพฎๅๅ
ๅฎน๏ผๅจ routeParams
ๅๆฐไธญไปฅ query string ๆ ผๅผๆๅฎ้้กน๏ผๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
---|---|---|---|
readable | ๆฏๅฆๅผๅฏ็ป่ๆ็ๅฏ่ฏปๆงไผๅ | 0/1/true/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 |
ๆๅฎๆดๅคไธ้ป่ฎคๅผไธๅ็ๅๆฐ้้กนๅฏไปฅๆนๅ RSS ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ
ๅไธป โ
๐ข Passed Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @DIYgod @iplusx @Rongronggg9 @Konano
๐ก Example: https://rsshub.app/weibo/user/1195230310
๐๏ธ 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
้ช่ฏ
่ถ ่ฏ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @zengxs @Rongronggg9
๐ก Example: https://rsshub.app/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time
๐๏ธ Route: /weibo/super_index/:id/:type?/:routeParams?
๐ Parameters:
id
- Required
- Description: ่ถ ่ฏID
type
- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
๐ Source Code: /weibo/super-index.ts
type | ๅคๆณจ |
---|---|
soul | ็ฒพๅ |
video | ่ง้ข๏ผๆไธๆฏๆ๏ผ |
album | ็ธๅ๏ผๆไธๆฏๆ๏ผ |
hot_sort | ็ญ้จ |
sort_time | ๆๆฐๅธๅญ |
feed | ๆๆฐ่ฏ่ฎบ |
ไธชไบบๆถ้ด็บฟ โ
๐ก Missing Testโ๏ธ Config Required
๐จโ๐ป Author: @zytomorrow @DIYgod @Rongronggg9
๐ก Example: https://rsshub.app/weibo/timeline/3306934123
๐๏ธ Route: /weibo/timeline/:uid/:feature?/:routeParams?
๐ Parameters:
uid
- Required
- 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๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ
ๅ ณ้ฎ่ฏ โ
๐ข Passed Test
๐จโ๐ป Author: @DIYgod @Rongronggg9
๐ก Example: https://rsshub.app/weibo/keyword/RSSHub
๐๏ธ Route: /weibo/keyword/:keyword/:routeParams?
๐ Parameters:
keyword
- Required
- Description: ไฝ ๆณ่ฎข้ ็ๅพฎๅๅ ณ้ฎ่ฏ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
๐ Source Code: /weibo/keyword.ts
็ปฟๆดฒ็จๆท โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @kt286
๐ก Example: https://rsshub.app/weibo/oasis/user/1990895721
๐๏ธ Route: /weibo/oasis/user/:userid
๐ Parameters:
userid
- Required
- Description: ็จๆท id, ๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /weibo/oasis/user.ts
็ญๆๆฆ โ
๐ข Passed Test๐ Support Radar
๐จโ๐ป Author: @xyqfer @shinemoon
๐ก Example: https://rsshub.app/weibo/search/hot
๐๏ธ 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
็จๆทๆถ่ๅจๆ โ
๐ด Failed Testโ๏ธ 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 ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
่ชๅฎไนๅ็ป โ
๐ด Failed Testโ๏ธ Config Required
๐จโ๐ป Author: @monologconnor @Rongronggg9
๐ก Example: https://rsshub.app/weibo/group/4541216424989965
๐๏ธ 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 ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
ๆๆฐๅ ณๆณจๆถ้ด็บฟ โ
๐ด Failed Testโ๏ธ 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 ็้ ็ฝฎๅฏๅ็ ง้จ็ฝฒๆๆกฃ
ๅฐ็บขไนฆ โ
็จๆท็ฌ่ฎฐ ๅ จๆ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @howerhe
๐ก Example: https://rsshub.app/xiaohongshu/user/52d8c541b4c4d60e6c867480/notes/fulltext
๐๏ธ Route: /xiaohongshu/user/:user_id/notes/fulltext
๐ Parameters:
user_id
- Required
- Description: user id, length 24 characters
๐ Source Code: /xiaohongshu/notes.ts
็จๆท็ฌ่ฎฐ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer
๐จโ๐ป Author: @lotosbin
๐ก Example: https://rsshub.app/xiaohongshu/user/593032945e87e77791e03696/notes
๐๏ธ Route: /xiaohongshu/user/:user_id/:category
๐ Parameters:
user_id
- Required
- Description: user id, length 24 characters
category
- Required
- Options:
- Description: category, notes or collect
๐ Source Code: /xiaohongshu/user.ts
ไธ่พ โ
๐ด Failed Test๐ญ Rely on Puppeteer๐ Support Radar
๐จโ๐ป Author: @lotosbin
๐ก Example: https://rsshub.app/xiaohongshu/board/5db6f79200000000020032df
๐๏ธ Route: /xiaohongshu/board/:board_id
๐ Parameters:
board_id
- Required
- Description: ไธ่พ ID
๐ Source Code: /xiaohongshu/board.ts
ๆฐๆฆ โ
WARNING
้จ็ฝฒๆถ้่ฆ้ ็ฝฎ NEWRANK_COOKIE๏ผๅ ทไฝ่ง้จ็ฝฒๆๆกฃ ่ฏทๅฟ่ฟ้ซ้ขๆๅ๏ผๆฐๆฆ็ไผผๅฏนๆฏๅคฉ่ฐ็จ token ๆปๆฌกๆฐ่ฟ่กไบ้ๅถ๏ผ่ถ ้ไผๆฅ้
ๆ้ณ็ญ่ง้ข โ
๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: @lessmoe
๐ก Example: https://rsshub.app/newrank/douyin/110266463747
๐๏ธ Route: /newrank/douyin/:dyid
๐ Parameters:
dyid
- Required
- Description: ๆ้ณID๏ผๅฏๅจๆฐๆฆ่ดฆๅท่ฏฆๆ URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
NEWRANK_COOKIE
, required -
๐ Source Code: /newrank/douyin.ts
WARNING
ๅ ่ดน็่ดฆๆทๆ้ณๆฏๅคฉๆฅ่ฏขๆฌกๆฐ 20 ๆฌก๏ผๅฆ้ๅขๅ ๆฌกๆฐๅฏ่ดญไนฐๆฐๆฆไผๅๆ็ญๅพ ๆชๆฅๅค่ดฆๆทๆฏๆ
ๅพฎไฟกๅ ฌไผๅท โ
๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: @lessmoe
๐ก Example: https://rsshub.app/newrank/wechat/chijiread
๐๏ธ Route: /newrank/wechat/:wxid
๐ Parameters:
wxid
- Required
- Description: ๅพฎไฟกๅท๏ผ่ฅๅพฎไฟกๅทไธๆฐๆฆไฟกๆฏไธไธ่ด๏ผไปฅๆฐๆฆไธบๅ
โ๏ธ Deployment Configs:
NEWRANK_COOKIE
, required -
๐ Source Code: /newrank/wechat.ts
็ฅไน โ
TIP
่ช2024ๅนด7ๆ๏ผๆช็ปๅฝ็ถๆไธๅคง้จๅ่ทฏ็ฑๆ ๆณ่ทๅๅ
จๆใ่ฅๆ้่ฆ่ฏทๅจ็ป้็ฅไนๅๅฏปๆพๅนถๆทปๅ ๅ
ๅซz_c0
็Cookies่ณ็ฏๅขๅ้ZHIHU_COOKIES
ใ
xhu - ็จๆทๅจๆ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/activities/246e6cf44e94cefbf4b959cb5042bc91
๐๏ธ 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ใ
xhu - ็จๆทๅ็ญ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/answers/246e6cf44e94cefbf4b959cb5042bc91
๐๏ธ Route: /zhihu/xhu/people/answers/:hexId
๐ Parameters:
hexId
- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผๅ xhu - ็จๆทๅจๆ
๐ Source Code: /zhihu/xhu/answers.ts
xhu - ๆถ่ๅคน โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/collection/26444956
๐๏ธ Route: /zhihu/xhu/collection/:id
๐ Parameters:
id
- Required
- Description: ๆถ่ๅคน id, ๅฏๅจๆถ่ๅคน้กต้ข URL ไธญๆพๅฐ
๐ Source Code: /zhihu/xhu/collection.ts
xhu - ็จๆทๆ็ซ โ
๐ด Failed Test
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/people/posts/246e6cf44e94cefbf4b959cb5042bc91
๐๏ธ Route: /zhihu/xhu/people/posts/:hexId
๐ Parameters:
hexId
- Required
- Description: ็จๆท็ 16 ่ฟๅถ id๏ผ่ทๅๆนๅผๅ xhu - ็จๆทๅจๆ
๐ Source Code: /zhihu/xhu/posts.ts
xhu - ้ฎ้ข โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/question/264051433
๐๏ธ Route: /zhihu/xhu/question/:questionId/:sortBy?
๐ Parameters:
questionId
- Required
- Description: ้ฎ้ข id
sortBy
- Optional
- Description: ๆๅบๆนๅผ๏ผ
default
,created
,updated
ใ้ป่ฎคไธบdefault
๐ Source Code: /zhihu/xhu/question.ts
xhu - ่ฏ้ข โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/topic/19566035
๐๏ธ Route: /zhihu/xhu/topic/:topicId
๐ Parameters:
topicId
- Required
- Description: ่ฏ้ขID
๐ Source Code: /zhihu/xhu/topic.ts
xhu- ไธๆ โ
๐ด Failed Test๐ Support Radar
๐จโ๐ป Author: @JimenezLi
๐ก Example: https://rsshub.app/zhihu/xhu/zhuanlan/githubdaily
๐๏ธ Route: /zhihu/xhu/zhuanlan/:id
๐ Parameters:
id
- Required
- Description: ไธๆ id, ๅฏๅจไธๆ ไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/xhu/zhuanlan.ts
่ฏ้ข โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/zhihu/topic/19828946
๐๏ธ Route: /zhihu/topic/:topicId/:isTop?
๐ Parameters:
topicId
- Required
- Description: ่ฏ้ข id
isTop
- Optional
- Description: ไป ็ฒพๅ๏ผ้ป่ฎคไธบๅฆ๏ผๅ ถไปๅผไธบๆฏ
๐ Source Code: /zhihu/topic.ts
ๆถ่ๅคน โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @huruji @Colin-XKL @Fatpandac
๐ก Example: https://rsshub.app/zhihu/collection/26444956
๐๏ธ Route: /zhihu/collection/:id/:getAll?
๐ Parameters:
id
- Required
- Description: ๆถ่ๅคน id๏ผๅฏๅจๆถ่ๅคน้กต้ข URL ไธญๆพๅฐ
getAll
- Optional
- Description: ่ทๅๅ จ้จๆถ่ๅ ๅฎน๏ผไปปๆๅผไธบๆๅผ
๐ Source Code: /zhihu/collection.ts
้ฎ้ข โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author:
๐ก Example: https://rsshub.app/zhihu/question/59895982
๐๏ธ Route: /zhihu/question/:questionId/:sortBy?
๐ Parameters:
questionId
- Required
- Description: ้ฎ้ข id
sortBy
- Optional
- Description: ๆๅบๆนๅผ๏ผ
default
,created
,updated
ใ้ป่ฎคไธบdefault
๐ Source Code: /zhihu/question.ts
็จๆทๅจๆ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/zhihu/people/activities/diygod
๐๏ธ Route: /zhihu/people/activities/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/activities.ts
็จๆทๅ็ญ โ
๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @DIYgod @prnake
๐ก Example: https://rsshub.app/zhihu/people/answers/diygod
๐๏ธ Route: /zhihu/people/answers/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/answers.ts
็จๆทๆ็ซ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @whtsky @Colin-XKL
๐ก Example: https://rsshub.app/zhihu/posts/people/frederchen
๐๏ธ Route: /zhihu/posts/:usertype/:id
๐ Parameters:
usertype
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
id
- Required
- Description: ็จๆท็ฑปๅusertype๏ผๅ่็จๆทไธป้กต็URLใ็ฎๅๆไธค็ง๏ผ่งไธ่กจ
๐ Source Code: /zhihu/posts.ts
ๆฎ้็จๆท | ๆบๆ็จๆท |
---|---|
people | org |
็จๆทๅ ณๆณจๆถ้ด็บฟ โ
๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required
๐จโ๐ป Author: @SeanChao
๐ก Example: https://rsshub.app/zhihu/timeline
๐๏ธ Route: /zhihu/timeline
โ๏ธ Deployment Configs:
ZHIHU_COOKIES
, required -
๐ Source Code: /zhihu/timeline.ts
WARNING
็จๆทๅ ณๆณจๅจๆ้่ฆ็ปๅฝๅ็ Cookie ๅผ๏ผๆไปฅๅช่ฝ่ชๅปบ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
็จๆทๆณๆณ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/zhihu/people/pins/kan-dan-45
๐๏ธ Route: /zhihu/people/pins/:id
๐ Parameters:
id
- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/pin/people.ts
็ฅไนๆฅๆฅ - ๅ้ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @ccbikai
๐ก Example: https://rsshub.app/zhihu/daily/section/2
๐๏ธ Route: /zhihu/daily/section/:sectionId
๐ Parameters:
sectionId
- Required
- Description: ๅ้ id๏ผๅฏๅจ https://news-at.zhihu.com/api/7/sections ๆพๅฐ
๐ Source Code: /zhihu/daily-section.ts
็ฅไนๆฅๆฅ โ
๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @DHPO @pseudoyu
๐ก Example: https://rsshub.app/zhihu/daily
๐๏ธ Route: /zhihu/daily
๐ Source Code: /zhihu/daily.ts
็ฅไน็ญๆฆ โ
๐ด Failed Test๐จ Strict Anti-crawling
๐จโ๐ป Author: @nczitzk
๐ก Example: https://rsshub.app/zhihu/hot
๐๏ธ Route: /zhihu/hot/:category?
๐ Parameters:
category
- Optional
- Default: total
- Options:
- Description: ๅ็ฑป
๐ Source Code: /zhihu/hot.ts
็ฅไนไนฆๅบ - ็ฅไนๅจๅ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @LogicJake
๐ก Example: https://rsshub.app/zhihu/weekly
๐๏ธ Route: /zhihu/weekly
๐ Source Code: /zhihu/weekly.ts
็ฅไนไนฆๅบ - ๆฐไนฆ โ
๐ด Failed Test๐จ Strict Anti-crawling
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/zhihu/bookstore/newest
๐๏ธ Route: /zhihu/bookstore/newest
๐ Source Code: /zhihu/bookstore/newest.ts
็ฅไนๆณๆณ - 24 ๅฐๆถๆฐ้ปๆฑๆป โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/zhihu/pin/daily
๐๏ธ Route: /zhihu/pin/daily
๐ Source Code: /zhihu/pin/daily.ts
็ฅไนๆณๆณ็ญๆฆ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @xyqfer
๐ก Example: https://rsshub.app/zhihu/pin/hotlist
๐๏ธ Route: /zhihu/pin/hotlist
๐ Source Code: /zhihu/pin/hotlist.ts
ไธๆ โ
๐ด Failed Test๐จ Strict Anti-crawling๐ Support Radar
๐จโ๐ป Author: @DIYgod
๐ก Example: https://rsshub.app/zhihu/zhuanlan/googledevelopers
๐๏ธ Route: /zhihu/zhuanlan/:id
๐ Parameters:
id
- Required
- Description: ไธๆ id๏ผๅฏๅจไธๆ ไธป้กต URL ไธญๆพๅฐ
๐ Source Code: /zhihu/zhuanlan.ts
็ฅ่ฏๆ็ โ
ๆ็ โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/zsxq/group/88855458825252
๐๏ธ Route: /zsxq/group/:id/:scope?
๐ Parameters:
id
- Required
- 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 |
---|---|---|---|---|
ๆๆฐ | ็ฒพๅ | ๅช็ๆไธป | ้ฎ็ญ | ไฝไธ |
็จๆท่ถณ่ฟน โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐จโ๐ป Author: @KarasuShin
๐ก Example: https://rsshub.app/zsxq/user/2414218251
๐๏ธ 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