Skip to content

๐Ÿ” Uncategorized โ€‹

RSSHub โ€‹

Transformation - HTML โ€‹

๐Ÿ”ฅ 6437โš™๏ธ Config Required

๐Ÿ‘จโ€๐Ÿ’ป Author: ttttmr hyoban

๐Ÿ’ก Example: https://rsshub.app/rsshub/transform/html/https%3A%2F%2Fwechat2rss.xlab.app%2Fposts%2Flist%2F/item=div%5Bclass%3D%27post%2Dcontent%27%5D%20p%20a

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /rsshub/transform/html/:url/:routeParams

๐Ÿ”— Parameters:

  • url
    • Required
    • Description: encodeURIComponented URL address
  • routeParams
    • Required
    • Description: Transformation rules, requires URL encode

โš™๏ธ Deployment Configs:

  • ALLOW_USER_SUPPLY_UNSAFE_DOMAIN, required -

๐Ÿ™ Source Code: /rsshub/transform/html.ts

Pass URL and transformation rules to convert HTML/JSON into RSS.

Specify options (in the format of query string) in parameter routeParams parameter to extract data from HTML.

KeyMeaningAccepted ValuesDefault
titleThe title of the RSSstringExtract from <title>
itemThe HTML elements as item using CSS selectorstringhtml
itemTitleThe HTML elements as title in item using CSS selectorstringitem element
itemTitleAttrThe attributes of title element as titlestringElement text
itemLinkThe HTML elements as link in item using CSS selectorstringitem element
itemLinkAttrThe attributes of link element as linkstringhref
itemDescThe HTML elements as descrption in item using CSS selectorstringitem element
itemDescAttrThe attributes of descrption element as descriptionstringElement html
itemPubDateThe HTML elements as pubDate in item using CSS selectorstringitem element
itemPubDateAttrThe attributes of pubDate element as pubDatestringElement html
itemContentThe HTML elements as description in item using CSS selector ( in itemLink page for full content )string
encodingThe encoding of the HTML contentstringutf-8

Parameters parsing in the above example:

ParameterValue
urlhttps://wechat2rss.xlab.app/posts/list/
routeParamsitem=div[class='post-content'] p a

Parsing of routeParams parameter:

ParameterValue
itemdiv[class='post-content'] p a

Transformation - JSON โ€‹

โš™๏ธ Config Required

๐Ÿ‘จโ€๐Ÿ’ป Author: ttttmr

๐Ÿ’ก Example: https://rsshub.app/rsshub/transform/json/https%3A%2F%2Fapi.github.com%2Frepos%2Fginuerzh%2Fgost%2Freleases/title=Gost%20releases&itemTitle=tag_name&itemLink=html_url&itemDesc=body

๐Ÿ›Ž๏ธ Route: /rsshub/transform/json/:url/:routeParams

๐Ÿ”— Parameters:

  • url
    • Required
    • Description: encodeURIComponented URL address
  • routeParams
    • Required
    • Description: Transformation rules, requires URL encode

โš™๏ธ Deployment Configs:

  • ALLOW_USER_SUPPLY_UNSAFE_DOMAIN, required -

๐Ÿ™ Source Code: /rsshub/transform/json.ts

Specify options (in the format of query string) in parameter routeParams parameter to extract data from JSON.

KeyMeaningAccepted ValuesDefault
titleThe title of the RSSstringExtracted from home page of current domain
itemThe JSON Path as item elementstringEntire JSON response
itemTitleThe JSON Path as title in itemstringNone
itemLinkThe JSON Path as link in itemstringNone
itemLinkPrefixOptional Prefix for itemLink valuestringNone
itemDescThe JSON Path as description in itemstringNone
itemPubDateThe JSON Path as pubDate in itemstringNone

TIP

JSON Path only supports format like a.b.c. if you need to access arrays, like a[0].b, you can write it as a.0.b.

Parameters parsing in the above example:

ParameterValue
urlhttps://api.github.com/repos/ginuerzh/gost/releases
routeParamstitle=Gost releases&itemTitle=tag_name&itemLink=html_url&itemDesc=body

Parsing of routeParams parameter:

ParameterValue
titleGost releases
itemTitletag_name
itemLinkhtml_url
itemDescbody

็ดณๅฃซๆผซ็•ซ โ€‹

ๆจ™็ฑคๆ›ดๆ–ฐ โ€‹

ๅˆ†็ฑปๆ›ดๆ–ฐ โ€‹

ๆœ€ๆ–ฐ โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: KenMizz

๐Ÿ’ก Example: https://rsshub.app/wnacg

๐Ÿ›Ž๏ธ Route: /wnacg/

๐Ÿ™ Source Code: /wnacg/index.ts

็…Ž่›‹ โ€‹

Section โ€‹

๐Ÿ”ฅ 1020๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk pseudoyu

๐Ÿ’ก Example: https://rsshub.app/jandan/top

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /jandan/:category/:type?

๐Ÿ”— Parameters:

  • category
    • Required
    • Options:
    • Description: ๆฟๅ—
  • type
    • Optional
    • Default: 4hr
    • Options:
    • Description: ็ƒญๆฆœ็ฑปๅž‹๏ผŒไป…ๅฝ“ category ้€‰ๆ‹ฉ top ๆ—ถๆœ‰ๆ•ˆ

๐Ÿ™ Source Code: /jandan/section.ts

Feed โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk bigfei pseudoyu

๐Ÿ’ก Example: https://rsshub.app/jandan

๐Ÿ›Ž๏ธ Route: /jandan/

๐Ÿ™ Source Code: /jandan/index.ts

Bing โ€‹

ๆฏๆ—ฅๅฃ็บธ โ€‹

๐Ÿ”ฅ 869๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: FHYunCai LLLLLFish

๐Ÿ’ก Example: https://rsshub.app/bing/type=UHD&story=1&lang=zh-CN

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /bing/:routeParams?

๐Ÿ”— Parameters:

  • routeParams
    • Optional
    • Description: ้ขๅค–ๅ‚ๆ•ฐtype,storyๅ’Œlang:่ฏทๅ‚้˜…ไปฅไธ‹่ฏดๆ˜Žๅ’Œ่กจๆ ผ

๐Ÿ™ Source Code: /bing/daily-wallpaper.ts

ๅ‚ๆ•ฐๅซไน‰ๆŽฅๅ—็š„ๅ€ผ้ป˜่ฎคๅ€ผๅค‡ๆณจ
type่พ“ๅ‡บๅฃ็บธ็š„ๅƒ็ด ็ฑปๅž‹UHD/1920x1080/1920x1200/768x1366/1080x1920/1080x1920_logo1920x10801920x1200ไธŽ1080x1920_logoๅธฆๆœ‰ๆฐดๅฐ,่พ“ๅ…ฅ็š„ๅ€ผไธๅœจๆŽฅๅ—่Œƒๅ›ดๅ†…้ƒฝไผš่พ“ๅ‡บๆˆ1920x1080
storyๆ˜ฏๅฆ่พ“ๅ‡บๅฃ็บธ็š„ๆ•…ไบ‹1/00่พ“ๅ…ฅ็š„ๅ€ผไธไธบ1้ƒฝไธไผš่พ“ๅ‡บๆ•…ไบ‹
lang่พ“ๅ‡บๅฃ็บธๅ›พๆ–‡็š„ๅœฐๅŒบ(ไธญๆ–‡ๆˆ–่€…ๆ˜ฏ่‹ฑๆ–‡)zh/enzhzh/en่พ“ๅ‡บ็š„ๅฃ็บธๅ›พๆ–‡ไธไธ€ๅฎšๆ˜ฏไธ€ๆ ท็š„;ๅฆ‚ๆžœenไธ็”Ÿๆ•ˆ,่ฏ•็€้ƒจ็ฝฒๅˆฐๅ…ถไป–ๅœฐๆ–น

ๆœ็ดข โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: CaoMeiYouRen

๐Ÿ’ก Example: https://rsshub.app/bing/search/rss

๐Ÿ›Ž๏ธ Route: /bing/search/:keyword

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: ๆœ็ดขๅ…ณ้”ฎ่ฏ

๐Ÿ™ Source Code: /bing/search.ts

ไธญๆ–‡ๆ’ญๅฎขๆฆœ โ€‹

TIP

ๅฏไปฅ้€š่ฟ‡ๆŒ‡ๅฎš limit ๅ‚ๆ•ฐ็กฎๅฎšๆฆœๅ•ๆŽ’ๅไธ‹้™๏ผŒ้ป˜่ฎคไธบ 250ใ€‚

่‹ฅๅชๆŸฅ็œ‹ๆฆœๅ•ๅ‰ 50๏ผŒๅฏๅœจ่ฎข้˜… URL ๅŽๅŠ ๅ…ฅ ?limit=50ใ€‚

ๅณ๏ผŒไปฅ ็ƒญ้—จ่Š‚็›ฎ ไธบไพ‹๏ผŒ่ทฏ็”ฑไธบ/xyzrank?limit=50ใ€‚

Unknown โ€‹

๐Ÿ”ฅ 333๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /xyzrank/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /xyzrank/index.ts

ZAKER โ€‹

็ฒพ่ฏป โ€‹

๐Ÿ”ฅ 277๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: AlexdanerZe TonyRL

๐Ÿ’ก Example: https://rsshub.app/zaker/focusread

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /zaker/focusread

๐Ÿ™ Source Code: /zaker/focus.ts

ๅˆ†็ฑป โ€‹

๐Ÿ”ฅ 23๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: LogicJake kt286 TonyRL

๐Ÿ’ก Example: https://rsshub.app/zaker/channel/13

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /zaker/channel/:id?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: ๅˆ†็ฑป ID๏ผŒๅฏๅœจ URL ไธญๆ‰พๅˆฐ๏ผŒ้ป˜่ฎคไธบ 1

๐Ÿ™ Source Code: /zaker/channel.ts

็•Œ้ขๆ–ฐ้—ป โ€‹

่ง†้ข‘ โ€‹

๐Ÿ”ฅ 171๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/jiemian/video/lists/258_1

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /jiemian/video/lists/258_1

๐Ÿ™ Source Code: /jiemian/video.ts

็•Œ้ข Vnews็›ดๆ’ญ็ฎญๅŽ‚้ข่ฐˆๅ“็‰Œๅˆ›้…ท็•ช ่Œ„็คพ
258_1videoLive/lists_1195_1111_1226_1567_1
ๅ•†ไธšๅพฎๅฒ่ฎฐ
882_1

ๆ ็›ฎ โ€‹

๐Ÿ”ฅ 106๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: WenhuWee nczitzk

๐Ÿ’ก Example: https://rsshub.app/jiemian/lists/65

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /jiemian/lists/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: ๅˆ†็ฑป id๏ผŒ่งไธ‹่กจ๏ผŒๅฏๅœจๅฏนๅบ”ๅˆ†็ฑป้กต URL ไธญๆ‰พๅˆฐ

๐Ÿ™ Source Code: /jiemian/lists.ts

้ฆ–้กตๅ•†ไธš่ดข็ปๆ–ฐ้—ปๆ–‡ๅŒ–็”ŸๆดปๅฟซๆŠฅ
28008011304
ๆ›ดๅคšๅˆ†็ฑป

้ฆ–้กต โ€‹

็ง‘ๆŠ€้‡‘่ž่ฏๅˆธๅœฐไบงๆฑฝ่ฝฆๅฅๅบท
6591126251472
ๅคงๆนพๅŒบๅ…ƒๅฎ‡ๅฎ™ๆ–‡ๆ—…ๆ•ฐๆฎESGๅŒ็ขณ
680704105154712877
็”ตๅŽ‚
872

ๅ•†ไธš โ€‹

็ง‘ๆŠ€ๅœฐไบง ๆฑฝ่ฝฆๆถˆ่ดนๅทฅไธšๆ—ถๅฐš
656251312868
ไบค้€šๅŒป่ฏไบ’่”็ฝ‘ๅˆ›ๆŠ• ่ƒฝๆบๆ•ฐ็ 
30472851858856853
ๆ•™่‚ฒ้ฃŸๅ“ๆ–ฐ่ƒฝๆบๅฎถ็”ตๅฅๅบท้…’ไธš
256845857850854676
็‰ฉๆต้›ถๅ”ฎ็พŽๅฆ†ๆฅผๅธ‚ๅฎถๅฑ…้ค้ฅฎ
841847838city/main/181694848
ๆ—ฅ็”จไผๆœ็ ๅฎ่…•่กจ ๅ•†ๅญฆ้™ขๅ…ƒๅฎ‡ๅฎ™
846852839840605704
็”ตๅŽ‚ๅ†œไธš
872883

่ดข็ป โ€‹

้‡‘่žๆŠ•่ต„่ฏๅˆธIPOๅฎ่ง‚่‚กๅธ‚
986112699174418
่ดขๅฏŒๆœ‰่ฟžไบ‘
410889

ๆ–ฐ้—ป โ€‹

ๅคฉไธ‹ไธญๅ›ฝ ่ฏ„่ฎบๆ•ฐๆฎ่Œๅœบๅ›ฝๆ˜ฏ
3271815450422
ไฝ“่‚ฒๆ–‡ๅจฑ ๅฝฑๅƒ่ฅ้”€ๅคง ๆนพๅŒบESG
826322549680712
ๅŒ็ขณ้•ฟไธ‰่ง’
877917

ๆ–‡ๅŒ–็”Ÿๆดป โ€‹

ๆ–‡ๅŒ–ๆ–‡ๆ—…็”Ÿๆดปๆ–นๅผ็พŽ้ฃŸ็พŽ้…’่‰บๆœฏๆธธๆˆ
130105135865643118
ๆญฃๅˆ็ฎญๅŽ‚
53video/lists/195_1

ๅฟซๆŠฅ โ€‹

ไปŠๆ—ฅ็ƒญ็‚นๅ…ฌๅธๅคดๆก่‚กๅธ‚ๅ‰ๆฒฟ็›‘็ฎก้€šๆŠฅ่ดข็ป้€Ÿ่งˆๆ—ถไบ‹่ฟฝ่ธช
1324kb1322kb1327kb1330kb1326kb1325kb

VIP โ€‹

๐Ÿ”ฅ 5๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/jiemian/pro/lists/12

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /jiemian/pro/lists/12

๐Ÿ™ Source Code: /jiemian/vip.ts

ๆŠ•่ต„ๆ—ฉๆ™šๆŠฅๅฎ่ง‚ๆ™š 6 ็‚นๆ‰“ๆ–ฐๆ—ฉๆŠฅ็›˜ๅ‰ๆœบไผšๅ‰็žปๅ…ฌๅ‘Šๅฟซ่ฏ„็›˜ไธญๅฟ…่ฏป
122021131415
้‡‘่‚กๆŒ–ๆŽ˜่ฐƒ็ ”ๆ—ฉ็Ÿฅ้“็ ”ๆŠฅๆ–ฐ็ŸฅๅคงๅŠฟไพฆๅฏŸๅธ‚ๅœบ้ฃŽๅ‘ๆ ‡
161718119

็•Œ้ขๅท โ€‹

๐Ÿ”ฅ 1

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/jiemian/account/main/1

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /jiemian/account/main/1

๐Ÿ™ Source Code: /jiemian/account.ts

่ดข็ปๅทๅŸŽๅธ‚ๅทๅช’ไฝ“ๅท
123

ไธ“้ข˜ โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/jiemian/special/1192

๐Ÿ›Ž๏ธ Route: /jiemian/special/1192

๐Ÿ™ Source Code: /jiemian/special.ts

Product Hunt โ€‹

ๅฎ˜ๆ–น Feed ๅœฐๅ€ไธบ: https://www.producthunt.com/feed

๐Ÿ”ฅ 190๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: miaoyafeng Fatpandac

๐Ÿ’ก Example: https://rsshub.app/producthunt/today

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /producthunt/today

๐Ÿ™ Source Code: /producthunt/today.ts

ไธ‰่”็”Ÿๆดปๅ‘จๅˆŠ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 148๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /lifeweek/channel/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /lifeweek/channel.ts

Unknown โ€‹

๐Ÿ”ฅ 2๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /lifeweek/tag/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /lifeweek/tag.ts

iDaily โ€‹

ๆฏๆ—ฅ็Žฏ็ƒ่ง†้‡Ž โ€‹

๐Ÿ”ฅ 143๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: zphw nczitzk

๐Ÿ’ก Example: https://rsshub.app/idaily

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /idaily/:language?

๐Ÿ”— Parameters:

  • language
    • Optional
    • Description: ่ฏญ่จ€๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ™ Source Code: /idaily/index.ts

็ฎ€ไฝ“ไธญๆ–‡็นไฝ“ไธญๆ–‡
zh-hanszh-hant

ไธญๅ›ฝไบ’่”็ฝ‘่”ๅˆ่พŸ่ฐฃๅนณๅฐ โ€‹

ไปŠๆ—ฅ่พŸ่ฐฃ โ€‹

๐Ÿ”ฅ 122๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Fatpandac

๐Ÿ’ก Example: https://rsshub.app/piyao/jrpy

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /piyao/jrpy

๐Ÿ™ Source Code: /piyao/jrpy.ts

็™พๅบฆ โ€‹

็ƒญๆœๆฆœๅ• โ€‹

๐Ÿ”ฅ 99๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: xyqfer

๐Ÿ’ก Example: https://rsshub.app/baidu/top

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /baidu/top/:board?

๐Ÿ”— Parameters:

  • board
    • Optional
    • Description: ๆฆœๅ•๏ผŒ้ป˜่ฎคไธบ realtime

๐Ÿ™ Source Code: /baidu/top.ts

็ƒญๆœๆฆœๅฐ่ฏดๆฆœ็”ตๅฝฑๆฆœ็”ต่ง†ๅ‰งๆฆœๆฑฝ่ฝฆๆฆœๆธธๆˆๆฆœ
realtimenovelmovieteleplaycargame

ๆœ็ดข โ€‹

๐Ÿ”ฅ 4๐ŸŸข Passed Test๐Ÿšจ Strict Anti-crawling

๐Ÿ‘จโ€๐Ÿ’ป Author: CaoMeiYouRen

๐Ÿ’ก Example: https://rsshub.app/baidu/search/rss

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /baidu/search/:keyword

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: ๆœ็ดขๅ…ณ้”ฎ่ฏ

๐Ÿ™ Source Code: /baidu/search.ts

Radio France Internationale โ€‹

Generic News โ€‹

๐Ÿ”ฅ 76๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/rfi

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /rfi/:path{.+}?

๐Ÿ”— Parameters:

  • path{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /rfi/news.ts

TIP

WARNING

This route does not support podcasts, please use the Offical RSS feed instead.

่‰พ็‘ž โ€‹

ไบงไธš็ ”็ฉถๆŠฅๅ‘Š โ€‹

ๅ‘จๅบฆๅธ‚ๅœบ่ง‚ๅฏŸ โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/iresearch/weekly

๐Ÿ›Ž๏ธ Route: /iresearch/weekly/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: ๅˆ†็ฑป๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบๅ…จ้ƒจ

๐Ÿ™ Source Code: /iresearch/weekly.ts

ๅฎถ็”ต่กŒไธšๆœ่ฃ…่กŒไธš็พŽๅฆ†่กŒไธš้ฃŸๅ“้ฅฎๆ–™่กŒไธš

ไธญๅ›ฝไฝœๅฎถ็ฝ‘ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 43๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /chinawriter/:id{.+}?

๐Ÿ”— Parameters:

  • id{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /chinawriter/index.ts

Apple โ€‹

Exchange and Repair Extension Programs โ€‹

๐Ÿ”ฅ 32๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: metowolf HenryQW kt286

๐Ÿ’ก Example: https://rsshub.app/apple/exchange_repair

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /apple/exchange_repair/:country?

๐Ÿ”— Parameters:

  • country
    • Optional
    • Description: country code in apple.com URL (exception: for United States please use us), default to China cn

๐Ÿ™ Source Code: /apple/exchange-repair.ts

Asian to lick โ€‹

Unknown โ€‹

๐Ÿ”ฅ 32๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /asiantolick/:category{.+}?

๐Ÿ”— Parameters:

  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /asiantolick/index.ts

ๆ˜Ÿๅณถๆ—ฅๅ ฑ โ€‹

ๅณๆ™‚ โ€‹

๐Ÿ”ฅ 29๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/stheadline/std/realtimenews

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /stheadline/std/:category{.+}?

๐Ÿ”— Parameters:

  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /stheadline/std/realtime.ts

9To5 โ€‹

Unknown โ€‹

๐Ÿ”ฅ 27๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /9to5/:subsite/:tag?

๐Ÿ”— Parameters:

  • subsite
    • Required
    • Description: N/A
  • tag
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /9to5/subsite.ts

ๆ˜Žๅ ฑ โ€‹

ๆ–ฐ่ž โ€‹

๐Ÿ”ฅ 26๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/mingpao/ins/all

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /mingpao/:type?/:category?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Default: ins
    • Options:
    • Description: ๆ–ฐ่ž้กžๅž‹
  • category
    • Optional
    • Description: ้ ป้“๏ผŒ่ฆ‹ไธ‹่กจ

๐Ÿ™ Source Code: /mingpao/index.ts

categoryๅณๆ™‚ๆ–ฐ่ž้ ป้“
all็ธฝ็›ฎ้Œ„
s00001ๆธฏ่ž
s00002็ถ“ๆฟŸ
s00003ๅœฐ็”ข
s00004ๅ…ฉๅฒธ
s00005ๅœ‹้š›
s00006้ซ”่‚ฒ
s00007ๅจ›ๆจ‚
s00022ๆ–‡ๆ‘˜
s00024็†ฑ้ปž
categoryๆฏๆ—ฅๆ˜Žๅ ฑ้ ป้“
s00001่ฆ่ž
s00002ๆธฏ่ž
s00003็คพ่ฉ•
s00004็ถ“ๆฟŸ
s00005ๅ‰ฏๅˆŠ
s00011ๆ•™่‚ฒ
s00012่ง€้ปž
s00013ไธญๅœ‹
s00014ๅœ‹้š›
s00015้ซ”่‚ฒ
s00016ๅจ›ๆจ‚
s00017English
s00018ไฝœๅฎถๅฐˆๆฌ„

ๅกๅกๆด›ๆ™ฎ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 24๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /gamme/:domain/:category?

๐Ÿ”— Parameters:

  • domain
    • Required
    • Description: N/A
  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /gamme/category.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /gamme/:domain/tag/:tag

๐Ÿ”— Parameters:

  • domain
    • Required
    • Description: N/A
  • tag
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /gamme/tag.ts

็ˆฑๅ‘็”ต โ€‹

็”จๆˆทๅŠจๆ€ โ€‹

๐Ÿ”ฅ 19๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: sanmmm

๐Ÿ’ก Example: https://rsshub.app/afdian/dynamic/@afdian

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /afdian/dynamic/:uid?

๐Ÿ”— Parameters:

  • uid
    • Optional
    • Description: ็”จๆˆทid๏ผŒ็”จๆˆทๅŠจๆ€้กต้ขurl้‡Œๅฏๆ‰พๅˆฐ

๐Ÿ™ Source Code: /afdian/dynamic.ts

ๅ‘็Žฐ็”จๆˆท โ€‹

๐Ÿ”ฅ 3๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: sanmmm

๐Ÿ’ก Example: https://rsshub.app/afdian/explore/hot/ๆ‰€ๆœ‰

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /afdian/explore/:type/:category?

๐Ÿ”— Parameters:

  • type
    • Required
    • Description: ๅˆ†็ฑป
  • category
    • Optional
    • Description: ็›ฎๅฝ•็ฑปๅž‹๏ผŒ้ป˜่ฎคไธบ ๆ‰€ๆœ‰

๐Ÿ™ Source Code: /afdian/explore.ts

ๅˆ†็ฑป

ๆŽจ่ๆœ€็ƒญ
rechot

็›ฎๅฝ•็ฑปๅž‹

ๆ‰€ๆœ‰็ป˜็”ป่ง†้ข‘ๅ†™ไฝœๆธธๆˆ้Ÿณไนๆ’ญๅฎขๆ‘„ๅฝฑๆŠ€ๆœฏVtuber่ˆž่นˆไฝ“่‚ฒๆ—…ๆธธ็พŽ้ฃŸๆ—ถๅฐšๆ•ฐ็ ๅŠจ็”ปๅ…ถไป–
ๆ‰€ๆœ‰็ป˜็”ป่ง†้ข‘ๅ†™ไฝœๆธธๆˆ้Ÿณไนๆ’ญๅฎขๆ‘„ๅฝฑๆŠ€ๆœฏVtuber่ˆž่นˆไฝ“่‚ฒๆ—…ๆธธ็พŽ้ฃŸๆ—ถๅฐšๆ•ฐ็ ๅŠจ็”ปๅ…ถไป–

Sub HD โ€‹

Unknown โ€‹

๐Ÿ”ฅ 15๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /subhd/:type?/:category?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A
  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /subhd/index.ts

U9A9 โ€‹

๐Ÿ”ฅ 10๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/u9a9/search/ๆ–ฐ็‰‡้€Ÿ้€’

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /u9a9/:preview?,/search/:keyword/:preview?

๐Ÿ”— Parameters:

  • preview
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /u9a9/index.ts

Futubull ๅฏŒ้€”็‰›็‰› โ€‹

Unknown โ€‹

๐Ÿ”ฅ 8๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /futunn/highlights,/main,/

๐Ÿ™ Source Code: /futunn/main.ts

็ฉบๆฐ”่ดจ้‡ โ€‹

ๅฎžๆ—ถ AQI โ€‹

๐Ÿ”ฅ 12๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: ladeng07

๐Ÿ’ก Example: https://rsshub.app/aqicn/beijing/pm25

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /aqicn/:city/:pollution?

๐Ÿ”— Parameters:

  • city
    • Required
    • Description: ๅŸŽๅธ‚ๆ‹ผ้Ÿณๆˆ–ๅœฐๅŒบ ID๏ผŒ่ฏฆ่งaqicn.org
  • pollution
    • Optional
    • Description: ๅฏ้€‰ๆ‹ฉๆ˜พ็คบๆ›ด่ฏฆ็ป†็š„็ฉบๆฐ”ๆฑกๆŸ“ๆˆๅˆ†

๐Ÿ™ Source Code: /aqicn/aqi.ts

ๅ›ฝๅฎถ่ฏๅ“็›‘็ฃ็ฎก็†ๅฑ€ๅŒป็–—ๅ™จๆขฐๆŠ€ๆœฏๅฎก่ฏ„ไธญๅฟƒ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 12๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /cmde/:cate{.+}?

๐Ÿ”— Parameters:

  • cate{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /cmde/index.ts

็†ๆƒณ็”Ÿๆดปๅฎž้ชŒๅฎค โ€‹

Unknown โ€‹

๐Ÿ”ฅ 10๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /toodaylab/:params{.+}?

๐Ÿ”— Parameters:

  • params{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /toodaylab/index.ts

ไธญๅ›ฝ้“ถ่กŒ โ€‹

ๅค–ๆฑ‡็‰Œไปท โ€‹

๐Ÿ”ฅ 9๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: LogicJake HenryQW

๐Ÿ’ก Example: https://rsshub.app/boc/whpj/zs?filter_title=%E8%8B%B1%E9%95%91

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /boc/whpj/:format?

๐Ÿ”— Parameters:

  • format
    • Optional
    • Description: ่พ“ๅ‡บ็š„ๆ ‡้ข˜ๆ ผๅผ๏ผŒ้ป˜่ฎคไธบๆ ‡้ข˜ + ๆ‰€ๆœ‰ไปทๆ ผใ€‚็Ÿญๆ ผๅผไป…ๅŒ…ๅซ่ดงๅธๅ็งฐใ€‚

๐Ÿ™ Source Code: /boc/whpj.ts

็Ÿญๆ ผๅผไธญ่กŒๆŠ˜็ฎ—ไปท็Žฐๆฑ‡ไนฐๅ–็Žฐ้’žไนฐๅ–็Žฐๆฑ‡ไนฐๅ…ฅ็Žฐๆฑ‡ๅ–ๅ‡บ็Žฐ้’žไนฐๅ…ฅ็Žฐ้’žๅ–ๅ‡บ
shortzsxhxcxhmrxhmcxcmrxcmc

KPMG โ€‹

Insights โ€‹

๐Ÿ”ฅ 9๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: LogicJake

๐Ÿ’ก Example: https://rsshub.app/kpmg/insights

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /kpmg/insights/:lang?

๐Ÿ”— Parameters:

  • lang
    • Optional
    • Description: Language, either en or zh

๐Ÿ™ Source Code: /kpmg/insights.ts

็•™ๅ›ญ็ฝ‘ โ€‹

ๆ–ฐ้—ปๆ ็›ฎ โ€‹

๐Ÿ”ฅ 6๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk cscnk52

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /6park/news/:site?/:id?/:keyword?

๐Ÿ”— Parameters:

  • site
    • Optional
    • Description: ๅˆ†็ซ™๏ผŒๅฏ้€‰newsparkใ€local๏ผŒ้ป˜่ฎคไธบ newspark
  • id
    • Optional
    • Description: ๆ ็›ฎ id๏ผŒๅฏ้€‰๏ผŒ้ป˜่ฎคไธบ็ฉบ
  • keyword
    • Optional
    • Description: ๅ…ณ้”ฎ่ฏ๏ผŒๅฏ้€‰๏ผŒ้ป˜่ฎคไธบ็ฉบ

๐Ÿ™ Source Code: /6park/news.ts

ๆ็คบ

่‹ฅ่ฎข้˜… ๆ—ถๆ”ฟ๏ผŒๅ…ถ็ฝ‘ๅ€ไธบ https://www.6parknews.com/newspark/index.php?type=1๏ผŒๅ…ถไธญ newspark ไธบๅˆ†็ซ™๏ผŒ1 ไธบๆ ็›ฎ idใ€‚ ่‹ฅ่ฎข้˜… ็พŽๅ›ฝ๏ผŒๅ…ถ็ฝ‘ๅ€ไธบ https://local.6parknews.com/index.php?type_id=1๏ผŒๅ…ถไธญ local ไธบๅˆ†็ซ™๏ผŒ1 ไธบๆ ็›ฎ idใ€‚

้ฆ–้กต โ€‹

๐Ÿ”ฅ 1๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk cscnk52

๐Ÿ’ก Example: https://rsshub.app/6park/index

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /6park/index/:id?/:type?/:keyword?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: ๅˆ†็ซ™๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบๅฒๆตท้’ฉๆฒ‰
  • type
    • Optional
    • Description: ็ฑปๅž‹๏ผŒๅฏ้€‰ๅ€ผไธบ goldใ€type๏ผŒ้ป˜่ฎคไธบ็ฉบ
  • keyword
    • Optional
    • Description: ๅ…ณ้”ฎ่ฏ๏ผŒๅฏ้€‰๏ผŒ้ป˜่ฎคไธบ็ฉบ

๐Ÿ™ Source Code: /6park/index.ts

ๅฉšๅงปๅฎถๅบญ้ญ…ๅŠ›ๆ—ถๅฐšๅฅณๆ€ง้ข‘้“็”Ÿๆดป็™พๆ€็พŽ้ฃŸๅŽจๆˆฟ้žๅธธๅฝฑ้Ÿณ่ฝฆ่ฟทๆฒ™้พ™ๆธธๆˆๅคฉๅœฐๅก้€šๆผซ็”ปไฝ“ๅ›็บตๆจช่ฟๅŠจๅฅ่บซ็”ต่„‘ๅ‰็บฟๆ•ฐ็ ๅฎถ็”ตๆ—…ๆธธ้ฃŽๅ‘ๆ‘„ๅฝฑ้ƒจ่ฝๅฅ‡็ๅผ‚ๅฎ็ฌ‘ๅฃๅธธๅผ€ๅจฑไนๅ…ซๅฆๅƒๅ–็Žฉไนๆ–‡ๅŒ–้•ฟๅปŠๅ†›ไบ‹็บตๆจช็™พๅฎถ่ฎบๅ›็ง‘ๆŠ€้ข‘้“็ˆฑๅญๆƒ…ๆ€€ๅฅๅบทไบบ็”Ÿๅš่ฎบๅคฉไธ‹ๅฒๆตท้’ฉๆฒ‰็ฝ‘้™…่ฐˆๅ…ต็ปๆตŽ่ง‚ๅฏŸ่ฐˆ่‚ก่ฎบ้‡‘ๆ‚่ฎบ้—ฒไพƒๅ”ฏ็พŽไนๅ›ญๅญฆไน ๅ›ญๅœฐๅ‘ฝ็†็Ž„ๆœบๅฎ ็‰ฉๆƒ…็ผ˜็ฝ‘็ปœๆญŒๅ›้Ÿณไนๆฎฟๅ ‚ๆƒ…ๆ„Ÿไธ–็•Œ
life9life1chan10life2life6frenter7enter3enter6enter5sportknow1chan6life7chan8pageenter1enter8netstarlife10nzotherchan2chan5life5bolunchan1militaryfinancechan4pkgz1gz2gz3life8chan7enter4life3

ไธญๅ›ฝๆœŸ่ดงไธšๅไผš โ€‹

ๅˆ†ๆžๅธˆๅ›ญๅœฐ โ€‹

๐Ÿ”ฅ 7๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/cfachina/servicesupport/analygarden

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /cfachina/servicesupport/analygarden/:program?

๐Ÿ”— Parameters:

  • program
    • Optional
    • Description: ๅˆ†็ฑป๏ผŒ่งไธ‹่กจ๏ผŒ็•™็ฉบไธบๅ…จ้ƒจ

๐Ÿ™ Source Code: /cfachina/analygarden.ts

ๆœ‰่‰ฒ้‡‘ๅฑž็ฑป้ป‘่‰ฒ้‡‘ๅฑž็ฑป่ƒฝๆบๅŒ–ๅทฅ็ฑป่ดต้‡‘ๅฑž็ฑปๅ†œไบงๅ“็ฑป้‡‘่ž็ฑปๆŒ‡ๆ•ฐ็ฑป
ysjslhsjslnyhglgjslncpljrlzsl

็ˆฑ Q ็”Ÿๆดป็ฝ‘ โ€‹

ๆœ€่ฟ‘ๆ›ดๆ–ฐ โ€‹

๐Ÿ”ฅ 7๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/iqnew/latest

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /iqnew/latest

๐Ÿ™ Source Code: /iqnew/latest.ts

ๆฑฝๆฒนไปทๆ ผ็ฝ‘ โ€‹

Unknown โ€‹

Wellcee ๅ”ฏๅฟƒๆ‰€ๅฏ“ โ€‹

็งŸๆˆฟไฟกๆฏ โ€‹

๐Ÿ”ฅ 4๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/wellcee/rent/ๅŒ—ไบฌ

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /wellcee/rent/:city/:district?

๐Ÿ”— Parameters:

  • city
    • Required
    • Description: ๅŸŽๅธ‚
  • district
    • Optional
    • Description: ๅœฐๅŒบ

๐Ÿ™ Source Code: /wellcee/rent.ts

ๆ”ฏๆŒ็š„ๅŸŽๅธ‚ๅฏไปฅ้€š่ฟ‡ /wellcee/support-city ่Žทๅ–

ๆ”ฏๆŒ็š„ๅŸŽๅธ‚ โ€‹

๐Ÿ”ฅ 3๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/wellcee/support-city

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /wellcee/support-city

๐Ÿ™ Source Code: /wellcee/support-city.ts

Google โ€‹

Alerts โ€‹

๐Ÿ”ฅ 4๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/google/alerts/RSSHub

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /google/alerts/:keyword

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: Keyword

๐Ÿ™ Source Code: /google/alerts.ts

Search โ€‹

๐Ÿ”ฅ 2๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: CaoMeiYouRen

๐Ÿ’ก Example: https://rsshub.app/google/search/rss/zh-CN,zh

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /google/search/:keyword/:language?

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: Keyword
  • language
    • Optional
    • Description: Accept-Language. Example: zh-CN,zh;q=0.9,en;q=0.8,ja;q=0.7

๐Ÿ™ Source Code: /google/search.ts

Instructables โ€‹

Projects โ€‹

๐Ÿ”ฅ 6๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: wolfg1969

๐Ÿ’ก Example: https://rsshub.app/instructables/projects/circuits

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /instructables/projects/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: Category, empty by default, can be found in URL or see the table below

๐Ÿ™ Source Code: /instructables/projects.ts

AllCircuitsWorkshopCraftCookingLivingOutsideTeachers
circuitsworkshopcraftcookinglivingoutsideteachers

่ฃๅžขๅฅณๅญใพใจใ‚ โ€‹

User โ€‹

๐Ÿ”ฅ 6๐ŸŸก Missing Test๐ŸŽญ Rely on Puppeteer๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: SettingDust Halcao

๐Ÿ’ก Example: https://rsshub.app/uraaka-joshi/_rrwq

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /uraaka-joshi/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: User ID

๐Ÿ™ Source Code: /uraaka-joshi/uraaka-joshi-user.ts

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: SettingDust Halcao

๐Ÿ›Ž๏ธ Route: /uraaka-joshi/

๐Ÿ™ Source Code: /uraaka-joshi/uraaka-joshi.ts

E-Hentai โ€‹

Unknown โ€‹

๐Ÿ”ฅ 5๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /e-hentai/:what?/:id?/:needTorrents?/:needImages?

๐Ÿ”— Parameters:

  • what
    • Optional
    • Description: N/A
  • id
    • Optional
    • Description: N/A
  • needTorrents
    • Optional
    • Description: N/A
  • needImages
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /e-hentai/index.ts

ๆญฃ็‰ˆไธญๅ›ฝ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 5๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /getitfree/:filter{.+}?

๐Ÿ”— Parameters:

  • filter{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /getitfree/index.ts

Wise โ€‹

FX Pair Yesterday โ€‹

๐Ÿ”ฅ 5๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: HenryQW

๐Ÿ’ก Example: https://rsshub.app/wise/pair/GBP/USD

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /wise/pair/:source/:target

๐Ÿ”— Parameters:

  • source
    • Required
    • Description: Base currency abbreviation
  • target
    • Required
    • Description: Quote currency abbreviation

๐Ÿ™ Source Code: /wise/pair.ts

Refer to the list of supported currencies.

ไธ–็•Œๆ–ฐ่ž็ถฒ โ€‹

Unknown โ€‹

๐Ÿ”ฅ 5๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /worldjournal/:path{.+}?

๐Ÿ”— Parameters:

  • path{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /worldjournal/index.ts

ไธญๅ›ฝ้ฉปๅค–ไฝฟ้ข†้ฆ† โ€‹

ๆ”ฏๆŒๅ›ฝๅฎถๅˆ—่กจ

ๅŠ ๆ‹ฟๅคง CA

  • ๅคงไฝฟ้ฆ†: /embassy/ca

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
่’™็‰นๅˆฉๅฐ”/embassy/ca/montreal

ๅพทๅ›ฝ DE

  • ๅคงไฝฟ้ฆ†: /embassy/de

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
ๆ…•ๅฐผ้ป‘/embassy/de/munich

ๆณ•ๅ›ฝ FR

  • ๅคงไฝฟ้ฆ†: /embassy/fr

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
้ฉฌ่ต›/embassy/fr/marseille
ๆ–ฏ็‰นๆ‹‰ๆ–ฏๅ ก/embassy/fr/strasbourg
้‡Œๆ˜‚/embassy/fr/lyon

ๆ—ฅๆœฌ JP

  • ๅคงไฝฟ้ฆ†: /embassy/jp

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
้•ฟๅดŽ/embassy/jp/nagasaki
ๅคง้˜ช/embassy/jp/osaka
็ฆๅ†ˆ/embassy/jp/fukuoka
ๅๅคๅฑ‹/embassy/jp/nagoya
ๆœญๅนŒ/embassy/jp/sapporo
ๆ–ฐๆฝŸ/embassy/jp/niigata

้Ÿฉๅ›ฝ KR

  • ๅคงไฝฟ้ฆ†: /embassy/kr

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
้‡œๅฑฑ/embassy/kr/busan
ๆตŽๅทž/embassy/kr/jeju
ๅ…‰ๅทž/embassy/kr/gwangju

้ฉฌๆฅ่ฅฟไบš MY

  • ๅคงไฝฟ้ฆ†: /embassy/my

ๆ–ฐๅŠ ๅก SG

  • ๅคงไฝฟ้ฆ†: /embassy/sg

็พŽๅ›ฝ US

  • ๅคงไฝฟ้ฆ†: /embassy/us

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
็บฝ็บฆ/embassy/us/newyork
่ŠๅŠ ๅ“ฅ/embassy/us/chicago
ๆ—ง้‡‘ๅฑฑ/embassy/us/sanfrancisco

่‹ฑๅ›ฝ UK

  • ๅคงไฝฟ้ฆ†: /embassy/uk

  • ้ข†ไบ‹้ฆ†ๅŸŽๅธ‚ๅˆ—่กจ:

ๅŸŽๅธ‚่ทฏ็”ฑ
็ˆฑไธๅ ก/embassy/uk/edinburgh
่ดๅฐ”ๆณ•ๆ–ฏ็‰น/embassy/uk/belfast
ๆ›ผๅฝปๆ–ฏ็‰น/embassy/uk/manchester

Unknown โ€‹

๐Ÿ”ฅ 4๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: HenryQW

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /embassy/:country/:city?

๐Ÿ”— Parameters:

  • country
    • Required
    • Description: N/A
  • city
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /embassy/index.ts

I Know What You Download โ€‹

Daily Torrents Statistics โ€‹

๐Ÿ”ฅ 4

๐Ÿ‘จโ€๐Ÿ’ป Author: p3psi-boo

๐Ÿ’ก Example: https://rsshub.app/iknowwhatyoudownload/stats/daily/CN

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /iknowwhatyoudownload/stats/daily/:country

๐Ÿ”— Parameters:

  • country
    • Required
    • Description: the country of the stats. ISO 3166-1 alpha-2 code.

๐Ÿ™ Source Code: /iknowwhatyoudownload/daily.ts

ๆœจๆœจๅšๅฎข โ€‹

Unknown โ€‹

๐Ÿ”ฅ 4๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /liulinblog/:params{.+}?

๐Ÿ”— Parameters:

  • params{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /liulinblog/index.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /liulinblog/itnews/:channel

๐Ÿ”— Parameters:

  • channel
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /liulinblog/itnews.ts

PubMed โ€‹

Unknown โ€‹

๐Ÿ”ฅ 4๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /pubmed/trending/:filters?

๐Ÿ”— Parameters:

  • filters
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /pubmed/trending.ts

่…พ่ฎฏ็ฝ‘ โ€‹

ๆœ€ๆ–ฐ่พŸ่ฐฃ โ€‹

Galxe โ€‹

Quest โ€‹

๐Ÿ”ฅ 3๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/galxe/quest/MissionWeb3

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /galxe/quest/:alias

๐Ÿ”— Parameters:

  • alias
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /galxe/index.ts

LuMa โ€‹

Events โ€‹

๐Ÿ”ฅ 3๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/luma/yieldnest

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /luma/:url

๐Ÿ”— Parameters:

  • url
    • Required
    • Description: LuMa URL

๐Ÿ™ Source Code: /luma/index.ts

ACS Publications โ€‹

Unknown โ€‹

๐Ÿ”ฅ 2๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /acs/journal/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /acs/journal.ts

ไธญๅ›ฝ็‚ผ็„ฆ่กŒไธšๅไผš โ€‹

Unknown โ€‹

๐Ÿ”ฅ 2๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /cnljxh/:category?/:id?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A
  • id
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /cnljxh/index.ts

DataGuidance โ€‹

News โ€‹

๐Ÿ”ฅ 2๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: harveyqiu

๐Ÿ’ก Example: https://rsshub.app/dataguidance/news

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /dataguidance/news

๐Ÿ™ Source Code: /dataguidance/index.ts

็›ฏๆขข โ€‹

้ข‘้“ โ€‹

๐Ÿ”ฅ 2๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/dingshao/share/FzFypN

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /dingshao/share/:shortId

๐Ÿ”— Parameters:

  • shortId
    • Required
    • Description: ้ข‘้“ ID

๐Ÿ™ Source Code: /dingshao/share.ts

้ชจๆœตๆ•ฐๆฎ โ€‹

ๆ—ฅๆฆœ โ€‹

๐Ÿ”ฅ 2๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Gem1ni

๐Ÿ’ก Example: https://rsshub.app/guduodata/daily

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /guduodata/daily

๐Ÿ™ Source Code: /guduodata/daily.ts

HiringCafe โ€‹

HiringCafe is a platform for job seekers to find job opportunities and for employers to post job listings.

Jobs โ€‹

๐Ÿ”ฅ 2๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: mintyfrankie

๐Ÿ’ก Example: https://rsshub.app/hiring.cafe/jobs/sustainability

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /hiring.cafe/jobs/:keywords

๐Ÿ”— Parameters:

  • keywords
    • Required
    • Description: Keywords to search for

๐Ÿ™ Source Code: /hiring.cafe/jobs.ts

ๅ…จ็ƒไธปๆœบ็›‘ๆŽง โ€‹

CloudFlareYes โ€‹

๐Ÿ”ฅ 2๐Ÿšจ Strict Anti-crawling

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/hostmonit/cloudflareyes

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /hostmonit/cloudflareyes/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: ็ฑปๅž‹๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบ v4

๐Ÿ™ Source Code: /hostmonit/cloudflareyes.ts

v4v6
v6

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /hostmonit/cloudflareyesv6

๐Ÿ™ Source Code: /hostmonit/cloudflareyesv6.ts

Email โ€‹

Unknown โ€‹

๐Ÿ”ฅ 2๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /mail/imap/:email/:folder{.+}?

๐Ÿ”— Parameters:

  • email
    • Required
    • Description: N/A
  • folder{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /mail/imap.ts

ATP Tour โ€‹

News from the official site of men's professional tennis.

News โ€‹

๐Ÿ”ฅ 1๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: LM1207

๐Ÿ’ก Example: https://rsshub.app/atptour/news/en

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /atptour/news/:lang?

๐Ÿ”— Parameters:

  • lang
    • Optional
    • Description: en or es.

๐Ÿ™ Source Code: /atptour/news.ts

ๆˆ้ƒฝไฝๅปบ่“‰ e ๅŠž โ€‹

ๅ•†ๅ“ไฝๆˆฟ่ดญๆˆฟ็™ป่ฎฐ โ€‹

๐Ÿ”ฅ 1๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/cdzjryb/zw/projectList

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /cdzjryb/zw/projectList

๐Ÿ™ Source Code: /cdzjryb/project-list.ts

ไธญๅ›ฝๅทฅๅ•†้“ถ่กŒ โ€‹

ๅค–ๆฑ‡็‰Œไปท โ€‹

๐Ÿ”ฅ 1๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: leoleoasd

๐Ÿ’ก Example: https://rsshub.app/icbc/whpj/zs?filter_title=%E8%8B%B1%E9%95%91

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /icbc/whpj/:format?

๐Ÿ”— Parameters:

  • format
    • Optional
    • Description: ่พ“ๅ‡บ็š„ๆ ‡้ข˜ๆ ผๅผ๏ผŒ้ป˜่ฎคไธบๆ ‡้ข˜ + ๆ‰€ๆœ‰ไปทๆ ผใ€‚็Ÿญๆ ผๅผไป…ๅŒ…ๅซ่ดงๅธๅ็งฐใ€‚

๐Ÿ™ Source Code: /icbc/whpj.ts

็Ÿญๆ ผๅผๅ‚่€ƒไปท็Žฐๆฑ‡ไนฐๅ–็Žฐ้’žไนฐๅ–็Žฐๆฑ‡ไนฐๅ…ฅ็Žฐๆฑ‡ๅ–ๅ‡บ็Žฐ้’žไนฐๅ…ฅ็Žฐ้’žๅ–ๅ‡บ
shortzsxhxcxhmrxhmcxcmrxcmc

QuestN โ€‹

Events โ€‹

๐Ÿ”ฅ 1๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/questn/events

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /questn/events/:filter?

๐Ÿ”— Parameters:

  • filter
    • Optional
    • Description: Filter string

๐Ÿ™ Source Code: /questn/events.ts

TIP

Filter parameters:

  • category: 100: trending, 200: newest, 300: top
  • status_filter: 0: all, 100: available, 400: missed
  • community_filter: 0: all community, 100: verified, 200: followed
  • rewards_filter: 0: all rewards, 100: nft, 200: token, 400: whitelist
  • chain_filter: 0: all chains, 1: ethereum, 56: bsc, 137: polygon, 42161: arb, 10: op, 324: zksync, 43114: avax
  • search: 'Search keyword',
  • count: 'Number of events to fetch',
  • page: 'Page number',

Community Events โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/questn/community/gmnetwork

๐Ÿ›Ž๏ธ Route: /questn/community/:communityUrl

๐Ÿ”— Parameters:

  • communityUrl
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /questn/community.ts

ๅฐ็ฃๅคงๅ“ฅๅคง โ€‹

่ณ‡่ฒปๅ…ฌๅ‘Š โ€‹

๐Ÿ”ฅ 1๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Tsuyumi25

๐Ÿ’ก Example: https://rsshub.app/taiwanmobile/rate-plans

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /taiwanmobile/rate-plans

๐Ÿ™ Source Code: /taiwanmobile/rate-plans.ts

Taiwan FactCheck Center โ€‹

ๅˆ†้กž โ€‹

๐Ÿ”ฅ 1๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/tfc-taiwan/category/weekly-top-ten-rumors

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /tfc-taiwan/category/:category

๐Ÿ”— Parameters:

  • category
    • Required
    • Description: ๅˆ†้กž๏ผŒ่ฆ‹ไธ‹่กจ๏ผŒ้ ่จญ็‚บ weekly-top-ten-rumors

๐Ÿ™ Source Code: /tfc-taiwan/category.ts

่ฌ ่จ€้ขจๅ‘็ƒ่ญฐ้กŒ่ง€ๅฏŸๅฎคTOP10ๅๅฎถๅฐˆๆฌ„ๅœ‹้š›่ฆ–้‡Ž
rumor-millissue-observatoryweekly-top-ten-rumorsexpert-columnsresearch-and-updates

ๆœ€ๆ–ฐๆŸฅๆ ธๅ ฑๅ‘Š โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/tfc-taiwan

๐Ÿ›Ž๏ธ Route: /tfc-taiwan/

๐Ÿ™ Source Code: /tfc-taiwan/index.ts

Urban Dictionary โ€‹

Random words โ€‹

๐Ÿ”ฅ 1๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/urbandictionary/random

๐Ÿ”ฅ Top Feeds on Folo:

๐Ÿ›Ž๏ธ Route: /urbandictionary/random

๐Ÿ™ Source Code: /urbandictionary/random.ts

ๅŽ่ฅฟๅŒป้™ข โ€‹

ๆ‹›่˜ๅ…ฌๅ‘Š โ€‹

591 Rental house โ€‹

Rental house โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: Yukaii

๐Ÿ’ก Example: https://rsshub.app/591/tw/rent/order=posttime&orderType=desc

๐Ÿ›Ž๏ธ Route: /591/:country/rent/:query?

๐Ÿ”— Parameters:

  • country
    • Required
    • Description: Country code. Only tw is supported now
  • query
    • Optional
    • Description: Query Parameters

๐Ÿ™ Source Code: /591/list.ts

TIP

Copy the URL of the 591 filter housing page and remove the front part https://rent.591.com.tw/?, you will get the query parameters.

ไบŒๆฌกๅ…ƒ่™ซๆดž โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: shelken

๐Ÿ›Ž๏ธ Route: /2cycd/:fid/:sort?

๐Ÿ”— Parameters:

  • fid
    • Required
    • Description: N/A
  • sort
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /2cycd/index.ts

็ปๆตŽ 50 ไบบ่ฎบๅ› โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: sddiky

๐Ÿ›Ž๏ธ Route: /50forum/

๐Ÿ™ Source Code: /50forum/zhuanjia.ts

8 ่ง†็•Œ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /8world*

๐Ÿ™ Source Code: /8world/index.ts

A ๅงๅˆ†ไบซ โ€‹

ๅญ˜ๆกฃๅˆ—่กจ โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: zhenhappy

๐Ÿ›Ž๏ธ Route: /abskoop/

๐Ÿ™ Source Code: /abskoop/index.ts

ๅญ˜ๆกฃๅˆ—่กจ - NSFW โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: zhenhappy

๐Ÿ›Ž๏ธ Route: /abskoop/nsfw

๐Ÿ™ Source Code: /abskoop/nsfw.ts

ไธญๅŽๅ…จๅ›ฝไธ“ๅˆฉไปฃ็†ๅธˆๅไผš โ€‹

ๆ ‡็ญพ โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/acpaa

๐Ÿ›Ž๏ธ Route: /acpaa/:id?/:name?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: ๆ ‡็ญพ id๏ผŒ้ป˜่ฎคไธบ 1๏ผŒๅฏๅœจๅฏนๅบ”ๆ ‡็ญพ้กต URL ไธญๆ‰พๅˆฐ
  • name
    • Optional
    • Description: ๆ ‡็ญพๅ็งฐ๏ผŒ้ป˜่ฎคไธบ้‡่ฆ้€š็Ÿฅ๏ผŒๅฏๅœจๅฏนๅบ”ๆ ‡็ญพ้กต URL ไธญๆ‰พๅˆฐ

๐Ÿ™ Source Code: /acpaa/index.ts

AFL-CIO โ€‹

Blog โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/aflcio/blog

๐Ÿ›Ž๏ธ Route: /aflcio/blog

๐Ÿ™ Source Code: /aflcio/blog.ts

AI ่ดข็ป็คพ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /aicaijing/:category?/:id?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A
  • id
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /aicaijing/index.ts

Aljazeera โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /aljazeera*

๐Ÿ™ Source Code: /aljazeera/index.ts

Aqara โ€‹

็คพๅŒบ โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/aqara/community

๐Ÿ›Ž๏ธ Route: /aqara/community/:id?/:keyword?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: ๅˆ†็ฑป id๏ผŒๅฏๅœจๅฏนๅบ”ๅˆ†็ฑป้กต URL ไธญๆ‰พๅˆฐ๏ผŒ้ป˜่ฎคไธบๅ…จ้ƒจ
  • keyword
    • Optional
    • Description: ๅ…ณ้”ฎๅญ—๏ผŒ้ป˜่ฎคไธบ็ฉบ

๐Ÿ™ Source Code: /aqara/community.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /aqara/cn/news

๐Ÿ™ Source Code: /aqara/news.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /aqara*

๐Ÿ™ Source Code: /aqara/post.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /aqara/:region/:type?

๐Ÿ”— Parameters:

  • region
    • Required
    • Description: N/A
  • type
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /aqara/region.ts

ไธญๅ›ฝๆฑฝ่ฝฆๅทฅไธšๅไผš็ปŸ่ฎกไฟกๆฏ็ฝ‘ โ€‹

ๅˆ†็ฑป โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/auto-stats

๐Ÿ›Ž๏ธ Route: /auto-stats/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: ๅˆ†็ฑป๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบไฟกๆฏๅฟซ้€’

๐Ÿ™ Source Code: /auto-stats/index.ts

ไฟกๆฏๅฟซ้€’ๅทฅไฝœๅŠจๆ€ไธ“้ข˜ๅˆ†ๆž
xxkdgzdtztfx

Bad.news โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /bad*

๐Ÿ™ Source Code: /bad/index.ts

ๅŒ—ไบฌๅธ‚็ง‘ๅญฆๆŠ€ๆœฏๅไผš โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /bast*

๐Ÿ™ Source Code: /bast/index.ts

biodiscover.com ็”Ÿ็‰ฉๆŽข็ดข โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: aidistan

๐Ÿ›Ž๏ธ Route: /biodiscover/:channel?

๐Ÿ”— Parameters:

  • channel
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /biodiscover/index.ts

็ฌ”่ถฃ้˜ โ€‹

TIP

ๆญคๅค„็š„ ็ฌ”่ถฃ้˜ ๆŒ‡็ฝ‘็ปœไธŠไฝฟ็”จๅ’Œ ็ฌ”่ถฃ้˜ ๆ ทๅผ็›ธไผผๆจกๆฟ็š„ๅฐ่ฏด้˜…่ฏป็ฝ‘็ซ™๏ผŒๅŒ…ๆ‹ฌไฝ†ไธ้™ไบŽไธ‹ๆ–นๅˆ—ไธพ็š„็ฝ‘ๅ€ใ€‚

็ฝ‘ๅ€ๅ็งฐ
https://www.xbiquwx.la็ฌ”ๅฐ–ไธญๆ–‡
http://www.biqu5200.net็ฌ”่ถฃ้˜
https://www.xbiquge.so็ฌ”่ถฃ้˜
https://www.biqugeu.net้กถ็‚นๅฐ่ฏด็ฝ‘
http://www.b520.cc็ฌ”่ถฃ้˜
https://www.ahfgb.com็ฌ”่ถฃ้ธฝ
https://www.ibiquge.la้ฆ™ไนฆๅฐ่ฏด
https://www.biquge.tv็ฌ”่ถฃ้˜
https://www.bswtan.com็ฌ”ไนฆ็ฝ‘
https://www.biquge.co็ฌ”่ถฃ้˜
https://www.bqzhh.com็ฌ”่ถฃ้˜
http://www.biqugse.com็ฌ”่ถฃ้˜
https://www.ibiquge.info็ˆฑ็ฌ”ๆฅผ
https://www.ishuquge.comไนฆ่ถฃ้˜
https://www.mayiwxw.com่š‚่šๆ–‡ๅญฆ

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /biquge*

๐Ÿ™ Source Code: /biquge/index.ts

ui.dev โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: meixger

๐Ÿ›Ž๏ธ Route: /bytes/

๐Ÿ™ Source Code: /bytes/bytes.ts

ไธญๅ›ฝๆฑฝ่ฝฆๅทฅไธšๅไผš โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /caam/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /caam/index.ts

็บชๅฆ– โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /cbaigui*

๐Ÿ™ Source Code: /cbaigui/index.ts

ไธญๅ›ฝ้“ถ่กŒไฟ้™ฉ็›‘็ฃ็ฎก็†ๅง”ๅ‘˜ไผš โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: JkCheung

๐Ÿ›Ž๏ธ Route: /cbirc/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /cbirc/index.ts

็ฌฌไธ€่ดข็ปๆ‚ๅฟ— โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /cbnweek/

๐Ÿ™ Source Code: /cbnweek/index.ts

ไธญๅ›ฝๅ…‰ๅคง้“ถ่กŒ โ€‹

Unknown โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: linbuxiao

๐Ÿ’ก Example: https://rsshub.app/cebbank/quotation/all

๐Ÿ›Ž๏ธ Route: /cebbank/quotation/all

๐Ÿ™ Source Code: /cebbank/all.ts

ๅค–ๆฑ‡็‰Œไปท โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: linbuxiao

๐Ÿ’ก Example: https://rsshub.app/cebbank/quotation/history/usd

๐Ÿ›Ž๏ธ Route: /cebbank/quotation/history/:type

๐Ÿ”— Parameters:

  • type
    • Required
    • Description: ่ดงๅธ็š„็ผฉๅ†™๏ผŒ่งไธ‹่กจ

๐Ÿ™ Source Code: /cebbank/history.ts

ๆ€ป่งˆ โ€‹

ๅކๅฒ็‰Œไปท โ€‹

็พŽๅ…ƒ่‹ฑ้•‘ๆธฏๅธ็‘žๅฃซๆณ•้ƒŽ็‘žๅ…ธๅ…‹้ƒŽไธน้บฆๅ…‹้ƒŽๆŒชๅจๅ…‹้ƒŽๆ—ฅๅ…ƒๅŠ ๆ‹ฟๅคงๅ…ƒๆพณๅคงๅˆฉไบšๅ…ƒๆ–ฐๅŠ ๅกๅ…ƒๆฌงๅ…ƒๆพณ้—จๅ…ƒๆณฐๅ›ฝ้“ขๆ–ฐ่ฅฟๅ…ฐๅ…ƒ้Ÿฉๅœ†
usdgbphkdchfsekdkknokjpycadaudsgdeurmopthbnzdkrw

ไธญๅ›ฝๆœŸ่ดงๅธ‚ๅœบ็›‘ๆŽงไธญๅฟƒ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /cfmmc/:id{.+}?

๐Ÿ”— Parameters:

  • id{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /cfmmc/index.ts

ๆœ‰ๆฎ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: kdanfly

๐Ÿ›Ž๏ธ Route: /chinafactcheck/

๐Ÿ™ Source Code: /chinafactcheck/index.ts

ไธญๅ›ฝๆ–ฐ้—ป็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: yuxinliu-alex

๐Ÿ›Ž๏ธ Route: /chinanews/

๐Ÿ™ Source Code: /chinanews/index.ts

ไธญๅ›ฝๅ…ดไธš้“ถ่กŒ โ€‹

ๅค–ๆฑ‡็‰Œไปท โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Qixingchen

๐Ÿ’ก Example: https://rsshub.app/cib/whpj/xh?filter_title=USD

๐Ÿ›Ž๏ธ Route: /cib/whpj/:format?

๐Ÿ”— Parameters:

  • format
    • Optional
    • Description: ่พ“ๅ‡บ็š„ๆ ‡้ข˜ๆ ผๅผ๏ผŒ้ป˜่ฎคไธบๆ ‡้ข˜ + ๆ‰€ๆœ‰ไปทๆ ผใ€‚็Ÿญๆ ผๅผไป…ๅŒ…ๅซ่ดงๅธๅ็งฐใ€‚

๐Ÿ™ Source Code: /cib/whpj.ts

็Ÿญๆ ผๅผ็Žฐๆฑ‡ไนฐๅ–็Žฐ้’žไนฐๅ–็Žฐๆฑ‡ไนฐๅ…ฅ็Žฐๆฑ‡ๅ–ๅ‡บ็Žฐ้’žไนฐๅ…ฅ็Žฐ้’žๅ–ๅ‡บ
shortxhxcxhmrxhmcxcmrxcmc

ClickMe โ€‹

ๆ–‡็ซ  โ€‹

๐Ÿšจ Strict Anti-crawling

๐Ÿ‘จโ€๐Ÿ’ป Author: hoilc

๐Ÿ’ก Example: https://rsshub.app/clickme/default/category/beauty

๐Ÿ›Ž๏ธ Route: /clickme/:site/:grouping/:name

๐Ÿ”— Parameters:

  • site
    • Required
    • Description: ็ซ™็‚น๏ผŒdefaultไธบๆ™ฎ้€š็ซ™๏ผŒr18ไธบๆˆไบบ็ซ™๏ผŒๅ…ถๅฎƒๅ€ผ้ป˜่ฎคไธบๆ™ฎ้€š็ซ™
  • grouping
    • Required
    • Description: ๅˆ†็ป„ๆ–นๅผ๏ผŒcategoryไธบๅˆ†็ฑป๏ผŒtagไธบๆ ‡็ญพ๏ผŒๅ…ถไป–ๅ€ผ้ป˜่ฎคไธบๅˆ†็ฑป
  • name
    • Required
    • Description: ๅˆ†็ฑปๅๆˆ–ๆ ‡็ญพๅ๏ผŒๅˆ†็ฑปๅไธบ่‹ฑๆ–‡๏ผŒๅฏไปฅๅœจๅˆ†็ฑป URL ไธญๆ‰พๅˆฐ

๐Ÿ™ Source Code: /clickme/index.ts

ๅ—ๆน–ๆธ…้ฃŽ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /cnjxol/:category?/:id?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A
  • id
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /cnjxol/index.ts

CuriousCat โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: lucasew

๐Ÿ›Ž๏ธ Route: /curiouscat/user/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /curiouscat/user.ts

Darwin Awards โ€‹

Award Winners โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: zoenglinghou nczitzk

๐Ÿ’ก Example: https://rsshub.app/darwinawards

๐Ÿ›Ž๏ธ Route: /darwinawards/

๐Ÿ™ Source Code: /darwinawards/index.ts

Deadline โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /deadline/

๐Ÿ™ Source Code: /deadline/posts.ts

ไธœ่Žžๆ•™็ ”็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /dgjyw*

๐Ÿ™ Source Code: /dgjyw/index.ts

Discuz โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /discuz/:ver{[7x]}/:cid{[0-9]{2}}/:link{.+},/:ver{[7x]}/:link{.+},/:link{.+}

๐Ÿ”— Parameters:

  • ver{[7x]}
    • Required
    • Description: N/A
  • cid{[0-9]{2}}
    • Required
    • Description: N/A
  • link{.}
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /discuz/discuz.ts

Distill โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /distill/

๐Ÿ™ Source Code: /distill/index.ts

DL NEWS โ€‹

Latest News โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Rjnishant530

๐Ÿ’ก Example: https://rsshub.app/dlnews/people-culture

๐Ÿ›Ž๏ธ Route: /dlnews/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /dlnews/category.ts

ๅคง่ฟž็†ๅทฅๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /dut/*/*,/:0?

๐Ÿ™ Source Code: /dut/index.ts

่ฝปๆพๆธธ็‰ง-่ฟœ็จ‹ๅทฅไฝœ่š้›†ๅœฐ โ€‹

่ฟœ็จ‹ๅทฅไฝœๅˆ—่กจ โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: jiangsong216

๐Ÿ’ก Example: https://rsshub.app/easynomad

๐Ÿ›Ž๏ธ Route: /easynomad/

๐Ÿ™ Source Code: /easynomad/joblist.ts

ELSEVIER โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /elsevier/:journal/vol/:issue,/:journal/:issue

๐Ÿ”— Parameters:

  • journal
    • Required
    • Description: N/A
  • issue
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /elsevier/issue.ts

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /elsevier/:journal/latest,/:journal

๐Ÿ”— Parameters:

  • journal
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /elsevier/journal.ts

U.S. Food and Drug Administration โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /fda/cdrh/:titleOnly?

๐Ÿ”— Parameters:

  • titleOnly
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /fda/cdrh.ts

Mozilla โ€‹

Firefox Monitor โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/firefox/breaches

๐Ÿ›Ž๏ธ Route: /firefox/breaches

๐Ÿ™ Source Code: /firefox/breaches.ts

Fisher Spb โ€‹

News โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: denis-ya

๐Ÿ’ก Example: https://rsshub.app/fisher-spb/news

๐Ÿ›Ž๏ธ Route: /fisher-spb/news

๐Ÿ™ Source Code: /fisher-spb/news.ts

fish shell โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: x2cf

๐Ÿ›Ž๏ธ Route: /fishshell/

๐Ÿ™ Source Code: /fishshell/index.ts

GameApps.hk ้ฆ™ๆธฏๆ‰‹ๆœบๆธธๆˆ็ฝ‘ โ€‹

ๆœ€ๆ–ฐๆถˆๆฏ โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/gameapps

๐Ÿ›Ž๏ธ Route: /gameapps/

๐Ÿ™ Source Code: /gameapps/index.ts

ๅนฟไธœ็œ้ฃŸๅ“่ฏๅ“ๅฎก่ฏ„่ฎค่ฏๆŠ€ๆœฏๅไผš โ€‹

ๆ ็›ฎ โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ’ก Example: https://rsshub.app/gdsrx

๐Ÿ›Ž๏ธ Route: /gdsrx/:id?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: ๆ ็›ฎ id๏ผŒๅฏๅœจๅฏนๅบ”ๆ ็›ฎ้กต URL ไธญๆ‰พๅˆฐ๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบๆณ•่ง„ๆ–‡ๅบ“

๐Ÿ™ Source Code: /gdsrx/index.ts

ๆ ็›ฎๅ็งฐๆ ็›ฎ id
ๆณ•่ง„ๆ–‡ๅบ“10
ๆณ•่ง„่ต„่ฎฏ12
ไธ“ๅฎถไพ›็จฟ13
ๅไผšๅŠจๆ€ ไผšๅ‘˜ๅŠจๆ€20
ๅไผšๅŠจๆ€37
ๅไผš้€š็Ÿฅๅ…ฌๅ‘Š38
ไผšๅ‘˜ๅŠจๆ€39

ๅนฟไธœๅทฅไธšๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: jim-kirisame

๐Ÿ›Ž๏ธ Route: /gdut/oa_news/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /gdut/oa-news.ts

Genossenschaften.immo โ€‹

Search engine for Genossenschaft housing in Austria

Immobiliensuche โ€‹

Note that all parameters are optional and many can be specified multiple times (e.g. district=wien-1-innere-stadt&district=wien-2-leopoldstadt).

Only returns the first page of search results, allowing you to keep track of newly added apartments. If you're looking for an apartment, make sure to also look through the other pages on the website.

TIP

To get your query URL, go to https://genossenschaften.immo and apply all desired filters. If you want to filter by (all districts of a) federal state (e.g. /immobilien/regionen/wien/), please open the district selector and de- and re-select any district, so that the region in the URL gets replaced with a number of district parameters. Once you've set up all desired filters, copy the part of the URL after the ?.

่ถจๅ‹ข็ง‘ๆŠ€้˜ฒ่ฉ้”ไบบ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /getdr/

๐Ÿ™ Source Code: /getdr/index.ts

็Žฏ็ƒๆณ•ๅพ‹่ฏ„่ฎบ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /globallawreview/

๐Ÿ™ Source Code: /globallawreview/index.ts

Grub Street โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: loganrockmore

๐Ÿ›Ž๏ธ Route: /grubstreet/

๐Ÿ™ Source Code: /grubstreet/index.ts

่ง‚ๆตทๆ–ฐ้—ป โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /guanhai/

๐Ÿ™ Source Code: /guanhai/index.ts

HACKER TALK ้ป‘ๅฎข่ฏด โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: hyoban

๐Ÿ›Ž๏ธ Route: /hackertalk/

๐Ÿ™ Source Code: /hackertalk/index.ts

HackYourNews โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: ftiasch

๐Ÿ›Ž๏ธ Route: /hackyournews/

๐Ÿ™ Source Code: /hackyournews/index.ts

HKJunkCall ่ณ‡่จŠไธญๅฟƒ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /hkjunkcall/

๐Ÿ™ Source Code: /hkjunkcall/index.ts

IELTS ้›…ๆ€ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: zenxds

๐Ÿ›Ž๏ธ Route: /ielts/

๐Ÿ™ Source Code: /ielts/index.ts

ไบบไบบ้ƒฝๆ˜ฏ่‡ชๅช’ไฝ“ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Joey

๐Ÿ›Ž๏ธ Route: /iiilab/

๐Ÿ™ Source Code: /iiilab/index.ts

้ฝ้ฒ็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /iqilu/v/:category{.+}?

๐Ÿ”— Parameters:

  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /iqilu/program.ts

Japanpost โ€‹

Track & Trace Service โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: tuzi3040

๐Ÿ’ก Example: https://rsshub.app/japanpost/track/EJ123456789JP/en

๐Ÿ›Ž๏ธ Route: /japanpost/track/:reqCode/:locale?

๐Ÿ”— Parameters:

  • reqCode
    • Required
    • Description: Package Number
  • locale
    • Optional
    • Description: Language, default to japanese ja

๐Ÿ™ Source Code: /japanpost/router.ts

JapaneseEnglish
jaen

ไบคๆตๅฒ›่ต„ๆบ็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /jiaoliudao/

๐Ÿ™ Source Code: /jiaoliudao/index.ts

็ฒพ็œŸไผฐ โ€‹

่ต„่ฎฏ โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/jingzhengu/news

๐Ÿ›Ž๏ธ Route: /jingzhengu/news

๐Ÿ™ Source Code: /jingzhengu/news.ts

jseea โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: schen1024

๐Ÿ›Ž๏ธ Route: /jseea/news/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /jseea/news.ts

Kantar Worldpanel โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /kantarworldpanel/:region?/:category{.+}?

๐Ÿ”— Parameters:

  • region
    • Optional
    • Description: N/A
  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /kantarworldpanel/index.ts

่ดๅฃณ็ ”็ฉถ้™ข โ€‹

็ ”็ฉถๆˆๆžœ โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: shaomingbo

๐Ÿ’ก Example: https://rsshub.app/ke/researchResults

๐Ÿ›Ž๏ธ Route: /ke/researchResults

๐Ÿ™ Source Code: /ke/results.ts

KeePass โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /keepass/

๐Ÿ™ Source Code: /keepass/news.ts

ๅฟซ้€’ 100 โ€‹

ๅฟซ้€’่ฎขๅ•่ฟฝ่ธช โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: NeverBehave

๐Ÿ’ก Example: https://rsshub.app/kuaidi100/track/shunfeng/SF1007896781640/0383

๐Ÿ›Ž๏ธ Route: /kuaidi100/track/:number/:id/:phone?

๐Ÿ”— Parameters:

  • number
    • Required
    • Description: ๅฟซ้€’ๅ…ฌๅธไปฃๅท
  • id
    • Required
    • Description: ่ฎขๅ•ๅท
  • phone
    • Optional
    • Description: ๆ‰‹ๆœบๅทๅŽๅ››ไฝ๏ผˆไป…้กบไธฐ๏ผ‰

๐Ÿ™ Source Code: /kuaidi100/index.ts

ๅฟซ้€’ๅ…ฌๅธไปฃๅทๅฆ‚ๆžœไธ่ƒฝ็กฎๅฎš๏ผŒๅฏ้€š่ฟ‡ไธ‹ๆ–นๅฟซ้€’ๅˆ—่กจ่Žทๅพ—ใ€‚

WARNING

  1. ๆž„้€ ้“พๆŽฅๅ‰่ฏท็กฎ่ฎคๆ‰€ๆœ‰ๅ‚ๆ•ฐๆญฃ็กฎ๏ผš้”™่ฏฏๅฟซ้€’ๅ…ฌๅธ - ่ฎขๅ•ๅท็ป„ๅˆๅฐ†ไผš็ผ“ๅญ˜ไฟกๆฏไธ€ๅฐๆฎตๆ—ถ้—ด้˜ฒๆญขไบง็”Ÿๆ— ็”จๆŸฅ่ฏข
  2. ๆญฃๅธธๆŸฅ่ฏข็š„่ฎขๅ•ๅœจๆœช็ญพๆ”ถ็Šถๆ€ไธ‹ไธไผš่ขซ็ผ“ๅญ˜๏ผš่ฏทๆŽงๅˆถๆŸฅ่ฏข้ข‘็އ
  3. ่ฎขๅ•ๅฎŒๆˆๅŽ่ฏทๅฐฝๅฟซๅ–ๆถˆ่ฎข้˜…๏ผŒ้ฟๅ…่ต„ๆบๆตช่ดน

ๆ”ฏๆŒ็š„ๅฟซ้€’ๅ…ฌๅธๅˆ—่กจ โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: NeverBehave

๐Ÿ’ก Example: https://rsshub.app/kuaidi100/company

๐Ÿ›Ž๏ธ Route: /kuaidi100/company

๐Ÿ™ Source Code: /kuaidi100/supported-company.ts

Layoffs.fyi โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: BrandNewLifeJackie26

๐Ÿ›Ž๏ธ Route: /layoffs/

๐Ÿ™ Source Code: /layoffs/index.ts

่ฝปไน‹ๅ›ฝๅบฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nightmare-mio

๐Ÿ›Ž๏ธ Route: /lightnovel/:keywords/:security_key?

๐Ÿ”— Parameters:

  • keywords
    • Required
    • Description: N/A
  • security_key
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /lightnovel/light-novel.ts

Link3 โ€‹

Link3 Events โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/link3/events

๐Ÿ›Ž๏ธ Route: /link3/events

๐Ÿ™ Source Code: /link3/events.ts

Link3 Profile โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: cxheng315

๐Ÿ’ก Example: https://rsshub.app/link3/profile/synfutures_defi

๐Ÿ›Ž๏ธ Route: /link3/profile/:handle

๐Ÿ”— Parameters:

  • handle
    • Required
    • Description: Profile handle

๐Ÿ™ Source Code: /link3/profile.ts

LinkedIn โ€‹

Jobs โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: bigfei

๐Ÿ’ก Example: https://rsshub.app/linkedin/cn/jobs/Software

๐Ÿ›Ž๏ธ Route: /linkedin/cn/jobs/:keywords?

๐Ÿ”— Parameters:

  • keywords
    • Optional
    • Description: ๆœ็ดขๅ…ณ้”ฎๅญ—

๐Ÿ™ Source Code: /linkedin/cn/index.ts

ๅฆๅค–๏ผŒๅฏไปฅ้€š่ฟ‡ๆทปๅŠ ้ขๅค–็š„ไปฅไธ‹ query ๅ‚ๆ•ฐๆฅ่พ“ๅ‡บๆปก่ถณ็‰นๅฎš่ฆๆฑ‚็š„ๅทฅไฝœ่Œไฝ๏ผš

ๅ‚ๆ•ฐๆ่ฟฐไธพไพ‹้ป˜่ฎคๅ€ผ
geogeo ็ผ–็ 102890883๏ผˆไธญๅ›ฝ๏ผ‰ใ€102772228๏ผˆไธŠๆตท๏ผ‰ใ€103873152๏ผˆๅŒ—ไบฌ๏ผ‰็ฉบ
remoteๆ˜ฏๅฆๅชๆ˜พ็คบ่ฟœ็จ‹ๅทฅไฝœtrue/falsefalse
locationๅทฅไฝœๅœฐ็‚นchina/shanghai/beijing็ฉบ
relevantๆŽ’ๅบๆ–นๅผ (true: ๆŒ‰็›ธๅ…ณๆ€งๆŽ’ๅบ๏ผŒfalse๏ผš ๆŒ‰ๆ—ฅๆœŸๆŽ’ๅบ)true/falsefalse
periodๅ‘ๅธƒๆ—ถ้—ด1/7/30็ฉบ

ไพ‹ๅฆ‚๏ผš /linkedin/cn/jobs/Software?location=shanghai&period=1: ๆŸฅๆ‰พๆ‰€ๆœ‰ๅœจไธŠๆตท็š„ไปŠๆ—ฅๅ‘ๅธƒ็š„ๆ‰€ๆœ‰ Software ๅทฅไฝœ

ไธบไบ†ๆ–นไพฟ่ตท่ง๏ผŒๅปบ่ฎฎๆ‚จๅœจ LinkedIn.cn ไธŠ่ฟ›่กŒๆœ็ดข๏ผŒๅนถไฝฟ็”จ RSSHub Radar ๅŠ ่ฝฝ็‰นๅฎš็š„ feedใ€‚

้พ™็ฉบ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk ma6254

๐Ÿ›Ž๏ธ Route: /lkong/forum/:id?/:digest?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: N/A
  • digest
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /lkong/forum.ts

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk ma6254

๐Ÿ›Ž๏ธ Route: /lkong/thread/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /lkong/thread.ts

LogoNews ๆ ‡ๅฟ—ๆƒ…ๆŠฅๅฑ€ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /logonews/work/tags/:tag,/tag/:tag,*

๐Ÿ”— Parameters:

  • tag
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /logonews/index.ts

ๅฆ‚ ไธญๅ›ฝ - ๆ ‡ๅฟ—ๆƒ…ๆŠฅๅฑ€ ็š„ URL ไธบ https://www.logonews.cn/tag/china๏ผŒๅฏๅพ—่ทฏ็”ฑไธบ /logonews/tag/chinaใ€‚

ๅ››ๆœˆ็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /m4/:id?/:category{.+}?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: N/A
  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /m4/index.ts

ไธญๅ›ฝ็š„ไธญๅค โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: artefaritaKuniklo

๐Ÿ›Ž๏ธ Route: /medieval-china/

๐Ÿ™ Source Code: /medieval-china/post.ts

Metacritic โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /metacritic/:type?/:sort?/:filter?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A
  • sort
    • Optional
    • Description: N/A
  • filter
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /metacritic/index.ts

The Metropolitan Museum of Art โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /metmuseum/exhibitions/:state?

๐Ÿ”— Parameters:

  • state
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /metmuseum/exhibitions.ts

MiniFlux โ€‹

Feed entry โ€‹

๐ŸŸก Missing Testโš™๏ธ Config Required

๐Ÿ‘จโ€๐Ÿ’ป Author: emdoe DIYgod

๐Ÿ’ก Example: https://rsshub.app/miniflux/feeds=1&2&3/mark=read&limit=7&status=unread

๐Ÿ›Ž๏ธ Route: /miniflux/entry/:feeds/:parameters?

๐Ÿ”— Parameters:

  • feeds
    • Required
    • Description: Subscribe source ID or get all.
  • parameters
    • Optional
    • Description: Filter and set parameters, use & to connect multiple.

โš™๏ธ Deployment Configs:

  • MINIFLUX_INSTANCE, required - The instance used by the user, by default, is the official MiniFlux paid service address
  • MINIFLUX_TOKEN, required - User's API key, please log in to the instance used and go to Settings -> API Key -> Create a new API key to obtain.

๐Ÿ™ Source Code: /miniflux/entry.ts

  1. Support to get all content: You can obtain the content of all subscription sources by using keywords such as /miniflux/all or /miniflux/default.
  2. Support to get the subscription content of a specific subscription source by its ID. Please obtain the subscription source ID on the page where it is located under Sources (shortcut keys g f). The URL for each category (or subscription source) displays its ID information. There are several format options available:
    1. Support /miniflux/feed=[feed_id], please replace [feed_id] with the actual ID of the subscribed feed (note that it should be just a number without brackets).
    2. Support subscribing to multiple feeds using /miniflux/feed=[feed1_id]&feed=[feed2_id] or /miniflux/feeds=[feed1_id]&[feed2_id].
    3. Additionally, you can use shorthand notation by directly using feed IDs: /miniflux/[feed1_id]&[feed2_id].
  3. Further customization options are available based on your needs:
    1. All parameters/options provided by MiniFlux are supported (link). As noted in their documentation, multiple filtering options should be connected with &. Except for status, only the first occurrence of duplicate filter options will be considered.
    2. Specifically, this route defaults to sorting entries from new to old (direction=desc).
    3. Moreover, this route supports additional options including:
      • Using the feed_name parameter to control title formatting; setting feed_name=1 will display each title as "Article Title | Feed Name," while default is set at 0, showing only article titles.
      • Utilizing the mark parameter to specify actions after fetching subscriptions in RSSHub, such as maintaining unchanged state (unchanged, default), marking as read (read), removing (removed) or marking as unread (unread). Note that marking as read should not simply be understood as a means for implementing synchronization services; rather, it functions more like an aid for MiniFlux's automatic cleaning feature.
      • Future support may include utilizing the link parameter to control output URLs (this functionality requires corresponding interfaces from MiniFlux). It could involve generating URLs through MiniFlux entity sharing features or original content links.
      • The output content quantity can be controlled via the 'limit' parameter; although all matching contents are typically outputted by default, it is recommended that users set this parameter.

Subscriptions โ€‹

๐ŸŸก Missing Testโš™๏ธ Config Required

๐Ÿ‘จโ€๐Ÿ’ป Author: emdoe DIYgod

๐Ÿ’ก Example: https://rsshub.app/miniflux/subscription/categories=test

๐Ÿ›Ž๏ธ Route: /miniflux/subscription/:parameters?

๐Ÿ”— Parameters:

  • parameters
    • Optional
    • Description: Category name or category ID or/and subscription source name or subscription source ID

โš™๏ธ Deployment Configs:

  • MINIFLUX_INSTANCE, required - The instance used by the user, by default, is the official MiniFlux paid service address
  • MINIFLUX_TOKEN, required - User's API key, please log in to the instance used and go to Settings -> API Key -> Create a new API key to obtain.

๐Ÿ™ Source Code: /miniflux/subscription.ts

  1. If no specific parameters are specified, all subscription sources will be output by default.
  2. Please obtain the Category ID or Subscription Source ID on the Category (shortcut g c) or Source (shortcut g f) page. The URL of each category (or subscription source) will display its ID information.
  3. Support for category names and category IDs, to output multiple categories, please repeat entering category= and connect with &, or directly use English commas between different category names. For example, you can subscribe through /miniflux/subscription/category=technology&category=1 or /miniflux/subscription/categories=technology,1.
  4. Support specifying the subscription source name or subscription source ID, similar to setting categories. For example, you can subscribe through /miniflux/subscription/feed=1&feed=Archdaily or /miniflux/subscription/feeds=1,Archdaily.
  5. Support simultaneously specifying subscription source information and category information; it will output subscription sources that meet the selected categories' criteria. Consider an example: by using /miniflux/subscription/feeds=1,archdaily&category=art,7, if the Subscription Source ID is 1 or the Subscription Source Name is ArchDaily indeed falls under Category 'art' or has a Category ID of 7, then output that subscription source information.

ไธœๅŒ—ๅธˆ่Œƒๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /nenu/sohac/*

๐Ÿ™ Source Code: /nenu/sohac.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /nenu/yjsy/*

๐Ÿ™ Source Code: /nenu/yjsy.ts

Netflav โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /netflav/

๐Ÿ™ Source Code: /netflav/index.ts

ไธญๅ›ฝๅ›ฝๅฎถๅ›พไนฆ้ฆ† โ€‹

่ฏป่€…ไบ‘ๅนณๅฐ โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/nlc/read/็”ตๅญๅ›พไนฆ

๐Ÿ›Ž๏ธ Route: /nlc/read/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: ๅˆ†็ฑป๏ผŒ่งไธ‹่กจ๏ผŒ้ป˜่ฎคไธบ็”ตๅญๅ›พไนฆ

๐Ÿ™ Source Code: /nlc/read.ts

็”ตๅญๅ›พไนฆ็”ตๅญๆœŸๅˆŠ็”ตๅญ่ฎบๆ–‡็”ตๅญๆŠฅ็บธ้Ÿณ่ง†้ข‘
ๆ ‡ๅ‡†ไธ“ๅˆฉๅทฅๅ…ทไนฆๅฐ‘ๅ„ฟ่ต„ๆบ

Notion โ€‹

WARNING

Need to set up Notion integration, please refer to Route-specific Configurations for details.

Recommendation

It is recommended to use with clipping tools such as Notion Web Clipper.

Database โ€‹

๐ŸŸก Missing Testโš™๏ธ Config Required๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: curly210102

๐Ÿ’ก Example: https://rsshub.app/notion/database/a7cc133b68454f138011f1530a13531e

๐Ÿ›Ž๏ธ Route: /notion/database/:databaseId

๐Ÿ”— Parameters:

  • databaseId
    • Required
    • Description: Database ID

โš™๏ธ Deployment Configs:

  • NOTION_TOKEN, required -

๐Ÿ™ Source Code: /notion/database.ts

There is an optional query parameter called properties= that can be used to customize field mapping. There are three built-in fields: author, pubTime and link, which can be used to add additional information.

For example, if you have set up three properties in your database - "Publish Time", "Author", and "Original Article Link" - then execute the following JavaScript code to get the result for the properties parameter.

js
encodeURIComponent(JSON.stringify({"pubTime": "Publish Time", "author": "Author", "link": "Original Article Link"}))

There is an optional query parameter called query= that can be used to customize the search rules for your database, such as custom sorting and filtering rules.

please refer to the Notion API documentation and execute encodeURIComponent(JSON.stringify(custom rules)) to provide the query parameter.

ๅทจ้‡็ฎ—ๆ•ฐ - ็ฎ—ๆ•ฐๆŒ‡ๆ•ฐ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: Jkker

๐Ÿ›Ž๏ธ Route: /oceanengine/index/:keyword/:channel?

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: N/A
  • channel
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /oceanengine/arithmetic-index.ts

ๆˆ‘ไธๆ˜ฏ็›็ฅž โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: ruoshui9527

๐Ÿ›Ž๏ธ Route: /onehu/

๐Ÿ™ Source Code: /onehu/common.ts

OpenWrt โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /openwrt/releases/:brand/:model

๐Ÿ”— Parameters:

  • brand
    • Required
    • Description: N/A
  • model
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /openwrt/releases.ts

oshwhub ็ซ‹ๅˆ›ๅผ€ๆบ็กฌไปถๅนณๅฐ โ€‹

OpenSource Square โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: tylinux

๐Ÿ’ก Example: https://rsshub.app/oshwhub

๐Ÿ›Ž๏ธ Route: /oshwhub/:sortType?

๐Ÿ”— Parameters:

  • sortType
    • Optional
    • Description: sortType

๐Ÿ™ Source Code: /oshwhub/explore.ts

Proceedings of The National Academy of Sciences โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /pnas/:topicPath{.+}?

๐Ÿ”— Parameters:

  • topicPath{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /pnas/index.ts

PwC Strategy& โ€‹

Sustainability โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: mintyfrankie

๐Ÿ’ก Example: https://rsshub.app/pwc/strategyand/sustainability

๐Ÿ›Ž๏ธ Route: /pwc/strategyand/sustainability

๐Ÿ™ Source Code: /pwc/sustainability.ts

ๅƒ็ฏ‡็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /qianp/news/:path{.+}?

๐Ÿ”— Parameters:

  • path{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /qianp/news.ts

Rare Historical Photos โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /rarehistoricalphotos/

๐Ÿ™ Source Code: /rarehistoricalphotos/index.ts

ui.dev โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: meixger

๐Ÿ›Ž๏ธ Route: /reactnewsletter/

๐Ÿ™ Source Code: /reactnewsletter/reactnewsletter.ts

ResearchGate โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /researchgate/publications/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /researchgate/publications.ts

Resonac โ€‹

Products โ€‹

๐ŸŽญ Rely on Puppeteer

๐Ÿ‘จโ€๐Ÿ’ป Author: valuex

๐Ÿ’ก Example: https://rsshub.app/resonac/products

๐Ÿ›Ž๏ธ Route: /resonac/products

๐Ÿ™ Source Code: /resonac/products.ts

Routledge โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /routledge/:bookName/book-series/:bookId

๐Ÿ”— Parameters:

  • bookName
    • Required
    • Description: N/A
  • bookId
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /routledge/book-series.ts

่ท‘้‡Žๅคง็ˆ†็‚ธ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /runtrail/

๐Ÿ™ Source Code: /runtrail/posts.ts

Corona Virus Disease 2019 โ€‹

South China Morning Post - China coronavirus outbreak โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: DIYgod

๐Ÿ’ก Example: https://rsshub.app/scmp/coronavirus

๐Ÿ›Ž๏ธ Route: /scmp/coronavirus

๐Ÿ™ Source Code: /scmp/coronavirus.ts

SecIN ไฟกๆฏๅฎ‰ๅ…จๆŠ€ๆœฏ็คพๅŒบ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: p7e4

๐Ÿ›Ž๏ธ Route: /sec-in/

๐Ÿ™ Source Code: /sec-in/index.ts

Shopify โ€‹

App reviews โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: PrintNow

๐Ÿ’ก Example: https://rsshub.app/shopify/apps/flow/reviews

๐Ÿ›Ž๏ธ Route: /shopify/apps/:handle/reviews/:page?

๐Ÿ”— Parameters:

  • handle
    • Required
    • Description: ไพ‹ๅฆ‚ไธ€ไธช App ็š„้“พๆŽฅ https://apps.shopify.com/flow๏ผŒๅ…ถไธญ flow ๅฐฑๆ˜ฏๆŒ‡็š„ๆ˜ฏ handle
  • page
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /shopify/apps/[handle].reviews.ts

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: PrintNow

๐Ÿ’ก Example: https://rsshub.app/shopify/apps/search/flow

๐Ÿ›Ž๏ธ Route: /shopify/apps/search/:q

๐Ÿ”— Parameters:

  • q
    • Required
    • Description: ้œ€่ฆๆœ็ดข็š„ App

๐Ÿ™ Source Code: /shopify/apps/search.ts

ๆฐดๆžœๆดพ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /shuiguopai/

๐Ÿ™ Source Code: /shuiguopai/index.ts

ๆ˜Ÿๆดฒ็ฝ‘ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /sinchew*

๐Ÿ™ Source Code: /sinchew/index.ts

ๆœ็‹— โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: xyqfer

๐Ÿ’ก Example: https://rsshub.app/sogou/doodles

๐Ÿ›Ž๏ธ Route: /sogou/doodles

๐Ÿ™ Source Code: /sogou/doodles.ts

ๆœ็ดข โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: CaoMeiYouRen

๐Ÿ’ก Example: https://rsshub.app/sogou/search/rss

๐Ÿ›Ž๏ธ Route: /sogou/search/:keyword

๐Ÿ”— Parameters:

  • keyword
    • Required
    • Description: ๆœ็ดขๅ…ณ้”ฎ่ฏ

๐Ÿ™ Source Code: /sogou/search.ts

ไธŠๆตท็ฌฌไบŒๅทฅไธšๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /sspu/jwc/:listId

๐Ÿ”— Parameters:

  • listId
    • Required
    • Description: N/A

๐Ÿ™ Source Code: /sspu/jwc.ts

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /sspu/pe/:id?

๐Ÿ”— Parameters:

  • id
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /sspu/pe.ts

Stratechery by Ben Thompson โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: chazeon

๐Ÿ›Ž๏ธ Route: /stratechery/

๐Ÿ™ Source Code: /stratechery/index.ts

Surfshark โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /surfshark/blog/:category{.+}?

๐Ÿ”— Parameters:

  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /surfshark/blog.ts

Sustainability Magazine โ€‹

Articles โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: mintyfrankie

๐Ÿ’ก Example: https://rsshub.app/sustainabilitymag/articles

๐Ÿ›Ž๏ธ Route: /sustainabilitymag/articles

๐Ÿ™ Source Code: /sustainabilitymag/articles.ts

RSSHub Test โ€‹

Test โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: DIYgod NeverBehave

๐Ÿ›Ž๏ธ Route: /test/:id/:params?

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: N/A
  • params
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /test/index.ts

The News Lens ้—œ้ต่ฉ•่ซ– โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /thenewslens*

๐Ÿ™ Source Code: /thenewslens/index.ts

Transcript Forest โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /transcriptforest/:channel?

๐Ÿ”— Parameters:

  • channel
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /transcriptforest/index.ts

Tribal Football โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: Rongronggg9

๐Ÿ›Ž๏ธ Route: /tribalfootball/

๐Ÿ™ Source Code: /tribalfootball/latest.ts

TV Tropes โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ’ก Example: https://rsshub.app/tvtropes/featured/today

๐Ÿ›Ž๏ธ Route: /tvtropes/featured/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: Category, see below, Today's Featured Trope by default

๐Ÿ™ Source Code: /tvtropes/featured.ts

Today's Featured TropeNewest Trope
todaynewest

ๅคชๅŽŸๅธˆ่Œƒๅญฆ้™ข โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: 2PoL

๐Ÿ›Ž๏ธ Route: /tynu/

๐Ÿ™ Source Code: /tynu/tynu.ts

UPS โ€‹

United Parcel Service (UPS) updates, news, and tracking RSS feeds.

Tracking โ€‹

๐Ÿ‘จโ€๐Ÿ’ป Author: Aquabet

๐Ÿ’ก Example: https://rsshub.app/ups/track/1Z78R6790470567520

๐Ÿ›Ž๏ธ Route: /ups/track/:trackingNumber

๐Ÿ”— Parameters:

  • trackingNumber
    • Required
    • Description: The UPS tracking number (e.g., 1Z78R6790470567520).

๐Ÿ™ Source Code: /ups/track.ts

Panda โ€‹

Feeds โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: lyrl

๐Ÿ’ก Example: https://rsshub.app/usepanda/feeds/5718e53e7a84fb1901e059cc

๐Ÿ›Ž๏ธ Route: /usepanda/feeds/:id

๐Ÿ”— Parameters:

  • id
    • Required
    • Description: Feed ID

๐Ÿ™ Source Code: /usepanda/index.ts

ChannelfeedId
Github5718e53e7a84fb1901e059cc

v1tx โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ›Ž๏ธ Route: /v1tx/

๐Ÿ™ Source Code: /v1tx/index.ts

V2rayShare โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: 77taibai

๐Ÿ›Ž๏ธ Route: /v2rayshare/

๐Ÿ™ Source Code: /v2rayshare/index.ts

WallpaperHub โ€‹

Unknown โ€‹

๐ŸŸก Missing Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: nczitzk

๐Ÿ›Ž๏ธ Route: /wallpaperhub/

๐Ÿ™ Source Code: /wallpaperhub/index.ts

Web3Caff โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /web3caff*

๐Ÿ™ Source Code: /web3caff/index.ts

ๆ–ฐๅ‡ๆœŸๅ‘จๅˆŠ โ€‹

ๆœ€ๆ–ฐๆ–‡็ซ  โ€‹

๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: TonyRL

๐Ÿ’ก Example: https://rsshub.app/weekendhk

๐Ÿ›Ž๏ธ Route: /weekendhk/

๐Ÿ™ Source Code: /weekendhk/posts.ts

WFDF โ€‹

News โ€‹

๐ŸŸข Passed Test๐Ÿ” Support Radar

๐Ÿ‘จโ€๐Ÿ’ป Author: HankChow

๐Ÿ’ก Example: https://rsshub.app/wfdf/news

๐Ÿ›Ž๏ธ Route: /wfdf/news

๐Ÿ™ Source Code: /wfdf/news.ts

World Meteorological Centre Beijing โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /wmc-bj/publish/:category{.+}?

๐Ÿ”— Parameters:

  • category{.}
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /wmc-bj/publish.ts

wohnnet.at โ€‹

Austrian search engine for real estate

Immobiliensuche โ€‹

๐ŸŸข Passed Test

๐Ÿ‘จโ€๐Ÿ’ป Author: sk22

๐Ÿ’ก Example: https://rsshub.app/wohnnet/mietwohnungen/wien/unterregionen=g90101--g90201--g90301--g90401--g90501&flaeche=40&preis=-1000

๐Ÿ›Ž๏ธ Route: /wohnnet/:category/:region/*

๐Ÿ”— Parameters:

  • category
    • Required
    • Description: Category (mietwohnungen, eigentumswohnungen, grundstuecke, โ€ฆ)
  • region
    • Required
    • Description: Region (wien, oesterreich, โ€ฆ)

๐Ÿ™ Source Code: /wohnnet/index.ts

Only returns the first page of search results, allowing you to keep track of newly added apartments. If you're looking for an apartment, make sure to also look through the other pages on the website.

TIP

Note that the parameter &sortierung=neueste-zuerst for chronological order is automatically appended.

TIP

To get your query URL, go to https://www.wohnnet.at/immobilien/suche, apply all desired filters (but at least a category and a region!) and click the "โ€ฆ Treffer anzeigen" link. From the resulting URL, cut off the https://www.wohnnet.at/immobilien/ part at the beginning and replace only the ? (the &s stay as is!) after the region name with a /.

Examples:

  • https://www.wohnnet.at/immobilien/mietwohnungen/wien
    • โ†’ /wohnnet/mietwohnungen/wien
  • https://www.wohnnet.at/immobilien/mietwohnungen/wien?unterregionen=g90101
    • โ†’ /wohnnet/mietwohnungen/wien/unterregionen=g90101
  • https://www.wohnnet.at/immobilien/mietwohnungen/wien?unterregionen=g90101&merkmale=balkon
    • โ†’ /wohnnet/mietwohnungen/wien/unterregionen=g90101&merkmale=balkon

ๆธฉๅทžๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: Chandler-Lu

๐Ÿ›Ž๏ธ Route: /wzu/news/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /wzu/news.ts

ๅŽฆ้—จ็†ๅทฅๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /xmut/jwc/bkjw/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /xmut/jwc/bkjw.ts

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /xmut/jwc/yjjw/:category?

๐Ÿ”— Parameters:

  • category
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /xmut/jwc/yjs.ts

้•ฟๆฑŸๅคงๅญฆ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /yangtzeu/dongke/*

๐Ÿ™ Source Code: /yangtzeu/dongke.ts

ๆต™ๆฑŸ็œๅœŸๅœฐไฝฟ็”จๆƒ็ฝ‘ไธŠไบคๆ˜“็ณป็ปŸ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author: Fatpandac

๐Ÿ›Ž๏ธ Route: /zjgtjy/:type?

๐Ÿ”— Parameters:

  • type
    • Optional
    • Description: N/A

๐Ÿ™ Source Code: /zjgtjy/index.ts

็ปผ่‰บ็ง€ โ€‹

Unknown โ€‹

๐ŸŸก Missing Test

๐Ÿ‘จโ€๐Ÿ’ป Author:

๐Ÿ›Ž๏ธ Route: /zyshow*

๐Ÿ™ Source Code: /zyshow/index.ts

Released under the MIT License.