9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# 新浪博客 (Sina Blog)
|
|
|
|
**Mode**: 🌐 Public (search) / 🔐 Browser (hot, article, user) · **Domain**: `blog.sina.com.cn`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `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
|