Skip to content

docs(weibo): add comprehensive usage examples#195

Merged
Panniantong merged 1 commit intomainfrom
feat/weibo-mcp-server
Mar 23, 2026
Merged

docs(weibo): add comprehensive usage examples#195
Panniantong merged 1 commit intomainfrom
feat/weibo-mcp-server

Conversation

@Panniantong
Copy link
Owner

变更内容

在 SKILL.md 中添加微博渠道的完整使用示例。

功能覆盖

  • ✅ 热搜榜 (get_trendings)
  • ✅ 搜索用户 (search_users)
  • ✅ 用户资料 (get_profile)
  • ✅ 用户动态 (get_feeds / get_hot_feeds)
  • ✅ 内容搜索 (search_content)
  • ✅ 话题搜索 (search_topics)
  • ✅ 评论列表 (get_comments)
  • ✅ 粉丝/关注列表 (get_fans / get_followers)

技术细节

  • 使用 mcp-server-weibo (Panniantong/mcp-server-weibo)
  • 通过 mcporter 调用
  • 零配置,不需要登录
  • 自动获取访客 cookie

测试

  • ✅ 所有测试通过 (15/15)
  • ✅ 功能已在本地验证

Closes #179 (Bilibili 搜索问题已在 #182 修复)
Closes #180 (Bilibili doctor 检查已在 #182 修复)

- Add 10 mcporter command examples for Weibo channel
- Cover: trending, search (users/content/topics), profile, feeds, comments, fans/followers
- Note: zero config, no login needed, uses mobile API with auto visitor cookies
- Completes documentation for mcp-server-weibo integration
@Panniantong Panniantong self-assigned this Mar 23, 2026
@Panniantong Panniantong merged commit afc8d0e into main Mar 23, 2026
8 checks passed
@Panniantong Panniantong deleted the feat/weibo-mcp-server branch March 23, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

B站搜索 (bilisearch) 在服务器上被 412 风控拦截 — 建议改用 /all/v2 API Bilibili: 当前IP限制412,但yt-dlp已装好

1 participant