blog
Apache
APISIX 博客
💡 Example: https://rsshub.app/apache/apisix/blog
🛎️ Route: /apache/apisix/blog
🐙 Source Code: /apache/apisix/blog.ts
Backlinko
Blog
💡 Example: https://rsshub.app/backlinko/blog
🛎️ Route: /backlinko/blog
🐙 Source Code: /backlinko/blog.ts
cmpxchg8b
Articles
💡 Example: https://rsshub.app/cmpxchg8b/articles
🛎️ Route: /cmpxchg8b/articles
🐙 Source Code: /cmpxchg8b/articles.ts
CSDN
User Feed
💡 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
DevolverDigital
Official Blogs
💡 Example: https://rsshub.app/devolverdigital/blog
🛎️ Route: /devolverdigital/blog
🐙 Source Code: /devolverdigital/blog.ts
FreeBuf
文章
💡 Example: https://rsshub.app/freebuf/articles/web
🛎️ Route: /freebuf/articles/:type
🔗 Parameters:
type
, required - 文章类别
🐙 Source Code: /freebuf/index.ts
Freebuf 的文章页面带有反爬虫机制,所以目前无法获取文章的完整内容。
Geocaching
Official Blogs
💡 Example: https://rsshub.app/geocaching/blogs
🛎️ Route: /geocaching/blogs
🐙 Source Code: /geocaching/blogs.ts
hashnode
用户博客
💡 Example: https://rsshub.app/hashnode/blog/inklings
🛎️ Route: /hashnode/blog/:username
🔗 Parameters:
username
, required - 博主名称,用户头像 URL 中找到
🐙 Source Code: /hashnode/blog.ts
username 为博主用户名,而非xxx.hashnode.dev
中xxx
所代表的 blog 地址。
Ian Spriggss
Category
💡 Example: https://rsshub.app/ianspriggs/portraits
🛎️ Route: /ianspriggs/:category?
🔗 Parameters:
category
, optional - Category, see below, 3D PORTRAITS by default
🐙 Source Code: /ianspriggs/index.ts
3D PORTRAITS | CHARACTERS |
---|---|
portraits | characters |
Kun Cheng
Essay
💡 Example: https://rsshub.app/kunchengblog/essay
🛎️ Route: /kunchengblog/essay
🐙 Source Code: /kunchengblog/essay.ts
MacMenuBar
Recently
Medium
List
💡 Example: https://rsshub.app/medium/list/imsingee/f2d8d48096a9
🛎️ Route: /medium/list/:user/:catalogId
🔗 Parameters:
user
, required - UsernamecatalogId
, 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
.
To access private lists, only self-hosting is supported.
Personalized Recommendations - Following
💡 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
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
💡 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
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
💡 Example: https://rsshub.app/medium/tag/imsingee/cybersecurity
🛎️ Route: /medium/tag/:user/:tag
🔗 Parameters:
user
, required - Usernametag
, 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
.
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.
Paul Graham
Essays
💡 Example: https://rsshub.app/paulgraham/articles
🛎️ Route: /paulgraham/articles,/essays,/
🐙 Source Code: /paulgraham/article.ts
Essays
💡 Example: https://rsshub.app/paulgraham/articles
🛎️ Route: /paulgraham/articles,/essays,/
🐙 Source Code: /paulgraham/article.ts
Essays
💡 Example: https://rsshub.app/paulgraham/articles
🛎️ Route: /paulgraham/articles,/essays,/
🐙 Source Code: /paulgraham/article.ts
Uber 优步
Engineering
💡 Example: https://rsshub.app/uber/blog
🛎️ Route: /uber/blog/:maxPage?
🔗 Parameters:
maxPage
, optional - max number of pages to retrieve, default to 1 page at most
🐙 Source Code: /uber/blog.ts
便宜VPS网
最新发布
博客园
10 天推荐排行榜
💡 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 天推荐排行榜
💡 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 天推荐排行榜
💡 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 天推荐排行榜
💡 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 天推荐排行榜
💡 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
财新博客
网站部分内容需要付费订阅,RSS 仅做更新提醒,不含付费内容。
用户博客
💡 Example: https://rsshub.app/caixin/blog/zhangwuchang
🛎️ Route: /caixin/blog/:column?
🔗 Parameters:
column
, optional - 博客名称,可在博客主页的 URL 找到
🐙 Source Code: /caixin/blog.ts
通过提取文章全文,以提供比官方源更佳的阅读体验.
川流
严选
大眼仔旭
分类
💡 Example: https://rsshub.app/dayanzai/windows
🛎️ Route: /dayanzai/:category/:fulltext?
🔗 Parameters:
category
, required - 分类fulltext
, optional - 是否获取全文,需要获取则传入参数y
🐙 Source Code: /dayanzai/index.ts
微软应用 | 安卓应用 | 教程资源 | 其他资源 |
---|---|---|---|
windows | android | tutorial | other |
纷享销客 CRM
文章
💡 Example: https://rsshub.app/fxiaoke/crm/news
🛎️ Route: /fxiaoke/crm/:type
🔗 Parameters:
type
, required - 文章类型, 见下表
🐙 Source Code: /fxiaoke/crm.ts
全部文章 | 文章干货 | CRM 知识 | 纷享动态 | 签约喜报 |
---|---|---|---|---|
news | blog | articles | about-influence | customers |
虎皮椒
文章
💡 Example: https://rsshub.app/xunhupay/blog
🛎️ Route: /xunhupay/blog
🐙 Source Code: /xunhupay/index.ts
十年之约
专 题展示 - 文章
💡 Example: https://rsshub.app/foreverblog/feeds
🛎️ Route: /foreverblog/feeds
🐙 Source Code: /foreverblog/feeds.ts
土猛的员外
文章
💡 Example: https://rsshub.app/luxiangdong/archive
🛎️ Route: /luxiangdong/archive
🐙 Source Code: /luxiangdong/archive.ts
新语丝
新到资料
雨苁博客
分类
💡 Example: https://rsshub.app/ddosi/category/黑客工具
🛎️ Route: /ddosi/category/:category?
🔗 Parameters:
category
, optional - N
🐙 Source Code: /ddosi/category.ts
云原生社区
博客
💡 Example: https://rsshub.app/cloudnative/blog
🛎️ Route: /cloudnative/blog
🐙 Source Code: /cloudnative/blog.ts
赵容部落
最新文章
浙江大学可视分析小组
博客
支流科技
博客
竹白
Unknown
文章
💡 Example: https://rsshub.app/zhubai/via
🛎️ Route: /zhubai/:id
🔗 Parameters:
id
, required -id
为竹白主页 url 中的三级域名,如 via.zhubai.love 的id
为via
🐙 Source Code: /zhubai/index.ts
在路由末尾处加上 ?limit=限制获取数目
来限制获取条目数量,默认值为20