Skip to content

新浪博客 (Sina Blog)

Mode: 🌐 Public (search) / 🔐 Browser (hot, article, user) · Domain: blog.sina.com.cn

Commands

CommandDescription
opencli sinablog hot获取新浪博客热门文章/推荐
opencli sinablog search搜索新浪博客文章(通过新浪搜索,无需浏览器)
opencli sinablog article获取新浪博客单篇文章详情
opencli sinablog user获取新浪博客用户的文章列表

Usage Examples

bash
# 热门文章
opencli sinablog hot --limit 10

# 搜索文章(公开 API,无需浏览器)
opencli sinablog search "人工智能"

# 文章详情
opencli sinablog article "https://blog.sina.com.cn/s/blog_xxx.html"

# 用户文章列表
opencli sinablog user 1234567890 --limit 10

# JSON output
opencli sinablog hot -f json

Prerequisites

  • search command: No login required (public API)
  • hot, article, user commands: Chrome with blog.sina.com.cn accessible, Browser Bridge extension installed

Released under the Apache-2.0 License.