Skip to content

🖊️️ 博客

Apache

APISIX 博客

🟢 Passed Test

👨‍💻 Author: @aneasystone

💡 Example: https://rsshub.app/apache/apisix/blog

🛎️ Route: /apache/apisix/blog

🐙 Source Code: /apache/apisix/blog.ts

Backlinko

Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

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

🛎️ Route: /backlinko/blog

🐙 Source Code: /backlinko/blog.ts

cmpxchg8b

Articles

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @yuguorui

💡 Example: https://rsshub.app/cmpxchg8b/articles

🛎️ Route: /cmpxchg8b/articles

🐙 Source Code: /cmpxchg8b/articles.ts

CSDN

User Feed

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/csdn/blog/csdngeeknews

🛎️ Route: /csdn/blog/:user

🔗 Parameters:

  • user, required - user is the username of a CSDN blog which can be found in the url of the home page

🐙 Source Code: /csdn/blog.ts

Delta Lake

Blogs

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @RengarLee

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

🛎️ Route: /deltaio/blog

🐙 Source Code: /deltaio/blog.ts

DevolverDigital

Official Blogs

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @XXY233

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

🛎️ Route: /devolverdigital/blog

🐙 Source Code: /devolverdigital/blog.ts

FreeBuf

文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @trganda

💡 Example: https://rsshub.app/freebuf/articles/web

🛎️ Route: /freebuf/articles/:type

🔗 Parameters:

  • type, required - 文章类别

🐙 Source Code: /freebuf/index.ts

TIP

Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的完整内容。

Geocaching

Official Blogs

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @HankChow

💡 Example: https://rsshub.app/geocaching/blogs

🛎️ Route: /geocaching/blogs

🐙 Source Code: /geocaching/blogs.ts

hashnode

用户博客

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hnrainll

💡 Example: https://rsshub.app/hashnode/blog/inklings

🛎️ Route: /hashnode/blog/:username

🔗 Parameters:

  • username, required - 博主名称,用户头像 URL 中找到

🐙 Source Code: /hashnode/blog.ts

TIP

username 为博主用户名,而非xxx.hashnode.devxxx所代表的 blog 地址。

HiFeng'Blog

最近发表

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /hicairo/

🐙 Source Code: /hicairo/rss.ts

Ian Spriggss

Category

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/ianspriggs/portraits

🛎️ Route: /ianspriggs/:category?

🔗 Parameters:

  • category, required - Category, see below, 3D PORTRAITS by default

🐙 Source Code: /ianspriggs/index.ts

3D PORTRAITSCHARACTERS
portraitscharacters

Kun Cheng

Essay

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/kunchengblog/essay

🛎️ Route: /kunchengblog/essay

🐙 Source Code: /kunchengblog/essay.ts

MacMenuBar

Recently

🟢 Passed Test

👨‍💻 Author: @5upernova-heng

💡 Example: https://rsshub.app/macmenubar/recently/developer-apps,system-tools

🛎️ Route: /macmenubar/recently/:category?

🔗 Parameters:

  • category, required - Category path name, seperate by comma, default is all categories. Category path name can be found in url

🐙 Source Code: /macmenubar/recently.ts

Medium

List

🟢 Passed Test

👨‍💻 Author: @ImSingee

💡 Example: https://rsshub.app/medium/list/imsingee/f2d8d48096a9

🛎️ Route: /medium/list/:user/:catalogId

🔗 Parameters:

  • user, required - Username
  • catalogId, required - List ID

🐙 Source Code: /medium/list.ts

The List ID is the last part of the URL after -, for example, the username in https://medium.com/@imsingee/list/collection-7e67004f23f9 is imsingee, and the ID is 7e67004f23f9.

WARNING

To access private lists, only self-hosting is supported.

Personalized Recommendations - Following

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @ImSingee

💡 Example: https://rsshub.app/medium/following/imsingee

🛎️ Route: /medium/following/:user

🔗 Parameters:

  • user, required - Username

⚙️ Deployment Configs:

  • MEDIUM_COOKIE_*, required -

🐙 Source Code: /medium/following.ts

WARNING

Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.

Personalized Recommendations - For You

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @ImSingee

💡 Example: https://rsshub.app/medium/for-you/imsingee

🛎️ Route: /medium/for-you/:user

🔗 Parameters:

  • user, required - Username

⚙️ Deployment Configs:

  • MEDIUM_COOKIE_*, required -

🐙 Source Code: /medium/for-you.ts

WARNING

Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.

Personalized Recommendations - Tag

🟡 Missing Test⚙️ Config Required

👨‍💻 Author: @ImSingee

💡 Example: https://rsshub.app/medium/tag/imsingee/cybersecurity

🛎️ Route: /medium/tag/:user/:tag

🔗 Parameters:

  • user, required - Username
  • tag, required - Subscribed Tag

⚙️ Deployment Configs:

  • MEDIUM_COOKIE_*, required -

🐙 Source Code: /medium/tag.ts

There are many tags, which can be obtained by clicking on a tag from the homepage and looking at the URL. For example, if the URL is https://medium.com/?tag=web3, then the tag is web3.

WARNING

Personalized recommendations require the cookie value after logging in, so only self-hosting is supported. See the configuration module on the deployment page for details.

njuferret

Blogs

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @tyl0622

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

🛎️ Route: /njuferret/blog

🐙 Source Code: /njuferret/blog.ts

Open Github社区

合集

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

💡 Example: https://rsshub.app/itc/collection/1

🛎️ Route: /itc/collection/:colType

🔗 Parameters:

  • colType, required -

🐙 Source Code: /itc/collection.ts

Paul Graham

Essays

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Maecenas @nczitzk

💡 Example: https://rsshub.app/paulgraham/articles

🛎️ Route: /paulgraham/articles,/essays,/

🐙 Source Code: /paulgraham/article.ts

Essays

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Maecenas @nczitzk

💡 Example: https://rsshub.app/paulgraham/articles

🛎️ Route: /paulgraham/articles,/essays,/

🐙 Source Code: /paulgraham/article.ts

Essays

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Maecenas @nczitzk

💡 Example: https://rsshub.app/paulgraham/articles

🛎️ Route: /paulgraham/articles,/essays,/

🐙 Source Code: /paulgraham/article.ts

Uber 优步

Engineering

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @hulb

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

🛎️ Route: /uber/blog/:maxPage?

🔗 Parameters:

  • maxPage, required - max number of pages to retrieve, default to 1 page at most

🐙 Source Code: /uber/blog.ts

Wojciech Muła

Articles

🟡 Missing Test

👨‍💻 Author: @xnum

💡 Example: https://rsshub.app/0x80/blog

🛎️ Route: /0x80/blog

🐙 Source Code: /0x80/index.ts

Watasuke

Blog

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @honahuku

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

🛎️ Route: /watasuke/blog

🐙 Source Code: /watasuke/blog.ts

WordPress

WordPress

🔴 Failed Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/wordpress/https%3A%2F%2Fwordpress.org%2Fnews/category/Podcast

🛎️ Route: /wordpress/:url?/:filter{.+}?

🔗 Parameters:

⚙️ Deployment Configs:

  • ALLOW_USER_SUPPLY_UNSAFE_DOMAIN, required - This RSS is disabled unless 'ALLOW_USER_SUPPLY_UNSAFE_DOMAIN' is set to 'true'.

🐙 Source Code: /wordpress/index.ts

If you subscribe to WordPress News,where the URL is https://wordpress.org/news/, Encode the URL using encodeURIComponent() and then use it as the parameter. Therefore, the route will be /wordpress/https%3A%2F%2Fwordpress.org%2Fnews.

TIP

If you wish to subscribe to specific categories or tags, you can fill in the "filter" parameter in the route. /category/Podcast to subscribe to the Podcast category. In this case, the route would be /wordpress/https%3A%2F%2Fwordpress.org%2Fnews/category/Podcast.

You can also subscribe to multiple categories. /category/Podcast,Community to subscribe to both the Podcast and Community categories. In this case, the route would be /wordpress/https%3A%2F%2Fwordpress.org%2Fnews/category/Podcast,Community.

Categories and tags can be combined as well. /category/Releases/tag/tagging to subscribe to the Releases category and the tagging tag. In this case, the route would be /wordpress/https%3A%2F%2Fwordpress.org%2Fnews/category/Releases/tag/tagging.

You can also search for keywords. /search/Blog to search for the keyword "Blog". In this case, the route would be /wordpress/https%3A%2F%2Fwordpress.org%2Fnews/search/Blog.

便宜VPS网

最新发布

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /pianyivps/

🐙 Source Code: /pianyivps/rss.ts

博客园

10 天推荐排行榜

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @hujingnb

💡 Example: https://rsshub.app/cnblogs/aggsite/topdiggs

🛎️ Route: /cnblogs/aggsite/topdiggs,/aggsite/topviews,/aggsite/headline,/cate/:type,/pick

🐙 Source Code: /cnblogs/common.ts

在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: https://www.cnblogs.com/cate/go/, 则: /cnblogs/cate/go

10 天推荐排行榜

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hujingnb

💡 Example: https://rsshub.app/cnblogs/aggsite/topdiggs

🛎️ Route: /cnblogs/aggsite/topdiggs,/aggsite/topviews,/aggsite/headline,/cate/:type,/pick

🐙 Source Code: /cnblogs/common.ts

在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: https://www.cnblogs.com/cate/go/, 则: /cnblogs/cate/go

10 天推荐排行榜

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hujingnb

💡 Example: https://rsshub.app/cnblogs/aggsite/topdiggs

🛎️ Route: /cnblogs/aggsite/topdiggs,/aggsite/topviews,/aggsite/headline,/cate/:type,/pick

🐙 Source Code: /cnblogs/common.ts

在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: https://www.cnblogs.com/cate/go/, 则: /cnblogs/cate/go

10 天推荐排行榜

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hujingnb

💡 Example: https://rsshub.app/cnblogs/aggsite/topdiggs

🛎️ Route: /cnblogs/aggsite/topdiggs,/aggsite/topviews,/aggsite/headline,/cate/:type,/pick

🐙 Source Code: /cnblogs/common.ts

在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: https://www.cnblogs.com/cate/go/, 则: /cnblogs/cate/go

10 天推荐排行榜

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @hujingnb

💡 Example: https://rsshub.app/cnblogs/aggsite/topdiggs

🛎️ Route: /cnblogs/aggsite/topdiggs,/aggsite/topviews,/aggsite/headline,/cate/:type,/pick

🐙 Source Code: /cnblogs/common.ts

在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: https://www.cnblogs.com/cate/go/, 则: /cnblogs/cate/go

不良林

全部文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /bulianglin/

🐙 Source Code: /bulianglin/rss.ts

财新博客

网站部分内容需要付费订阅,RSS 仅做更新提醒,不含付费内容。

用户博客

🔴 Failed Test

👨‍💻 Author:

💡 Example: https://rsshub.app/caixin/blog/zhangwuchang

🛎️ Route: /caixin/blog/:column?

🔗 Parameters:

  • column, required - 博客名称,可在博客主页的 URL 找到

🐙 Source Code: /caixin/blog.ts

通过提取文章全文,以提供比官方源更佳的阅读体验.

川流

严选

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chuanliu/nice

🛎️ Route: /chuanliu/nice

🐙 Source Code: /chuanliu/nice.ts

大眼仔旭

分类

🟢 Passed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/dayanzai/windows

🛎️ Route: /dayanzai/:category/:fulltext?

🔗 Parameters:

  • category, required - 分类
  • fulltext, required - 是否获取全文,需要获取则传入参数y

🐙 Source Code: /dayanzai/index.ts

微软应用安卓应用教程资源其他资源
windowsandroidtutorialother

电脑玩物

每日精选文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /playpcesor/

🐙 Source Code: /playpcesor/rss.ts

纷享销客 CRM

文章

🔴 Failed Test

👨‍💻 Author: @akynazh

💡 Example: https://rsshub.app/fxiaoke/crm/news

🛎️ Route: /fxiaoke/crm/:type

🔗 Parameters:

  • type, required - 文章类型, 见下表

🐙 Source Code: /fxiaoke/crm.ts

全部文章文章干货CRM 知识纷享动态签约喜报
newsblogarticlesabout-influencecustomers

国外主机测评

最新发布

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /zhujiceping/

🐙 Source Code: /zhujiceping/rss.ts

虎皮椒

文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Joey

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

🛎️ Route: /xunhupay/blog

🐙 Source Code: /xunhupay/index.ts

荒岛

最新发布

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /lala/

🐙 Source Code: /lala/rss.ts

罗磊的独立博客

罗磊的独立博客

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

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

🛎️ Route: /luolei/

🐙 Source Code: /luolei/index.ts

免費資源網路社群

最新文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /free/

🐙 Source Code: /free/rss.ts

十年之约

专题展示 - 文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @7Wate @a180285

💡 Example: https://rsshub.app/foreverblog/feeds

🛎️ Route: /foreverblog/feeds

🐙 Source Code: /foreverblog/feeds.ts

土猛的员外

文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @Levix

💡 Example: https://rsshub.app/luxiangdong/archive

🛎️ Route: /luxiangdong/archive

🐙 Source Code: /luxiangdong/archive.ts

新语丝

新到资料

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @wenzhenl

💡 Example: https://rsshub.app/xys/new

🛎️ Route: /xys/new

🐙 Source Code: /xys/new.ts

甬哥侃侃侃YouTube教程摘要随笔

最新发表

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /ygkkk/

🐙 Source Code: /ygkkk/rss.ts

雨苁博客

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @XinRoom

🛎️ Route: /ddosi/

🐙 Source Code: /ddosi/index.ts

分类

🔴 Failed Test🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/ddosi/category/黑客工具

🛎️ Route: /ddosi/category/:category?

🔗 Parameters:

  • category, required - N

🐙 Source Code: /ddosi/category.ts

云原生社区

博客

🟢 Passed Test

👨‍💻 Author: @aneasystone

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

🛎️ Route: /cloudnative/blog

🐙 Source Code: /cloudnative/blog.ts

赵容部落

最新文章

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /zrblog/

🐙 Source Code: /zrblog/rss.ts

浙江大学可视分析小组

博客

🟢 Passed Test

👨‍💻 Author: @KaiyoungYu

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

🛎️ Route: /zjuvag/blog

🐙 Source Code: /zjuvag/blog.ts

支流科技

博客

🟢 Passed Test

👨‍💻 Author: @aneasystone

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

🛎️ Route: /apiseven/blog

🐙 Source Code: /apiseven/blog.ts

竹白

上周热门 TOP 20

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/zhubai/top20

🛎️ Route: /zhubai/top20

🐙 Source Code: /zhubai/top20.ts

文章

🟢 Passed Test

👨‍💻 Author: @naixy28

💡 Example: https://rsshub.app/zhubai/posts/via

🛎️ Route: /zhubai/posts/:id

🔗 Parameters:

  • id, required - id 为竹白主页 url 中的三级域名,如 via.zhubai.love 的 idvia

🐙 Source Code: /zhubai/index.ts

TIP

在路由末尾处加上 ?limit=限制获取数目 来限制获取条目数量,默认值为20

子方有料

最新文章

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @cnkmmk

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

🛎️ Route: /ippa/

🐙 Source Code: /ippa/rss.ts

基于 MIT 许可发布