Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.58 KB

File metadata and controls

49 lines (34 loc) · 1.58 KB

知识星球 (ZSXQ)

Mode: 🔐 Browser · Domain: wx.zsxq.com

Read groups, topics, search results, dynamics, and single-topic details from 知识星球 using your logged-in Chrome session.

Commands

Command Description
opencli zsxq groups List the groups your account has joined
opencli zsxq topics List topics in the active group
opencli zsxq topic <id> Fetch a single topic with comments
opencli zsxq search <keyword> Search topics inside a group
opencli zsxq dynamics List recent dynamics across groups

Usage Examples

# List your groups
opencli zsxq groups

# List topics from the active group in Chrome
opencli zsxq topics --limit 20

# Search inside the active group
opencli zsxq search "opencli"

# Search inside a specific group explicitly
opencli zsxq search "opencli" --group_id 123456789

# Export a single topic with comments
opencli zsxq topic 987654321 --comment_limit 20

# Read recent dynamics across all joined groups
opencli zsxq dynamics --limit 20

Prerequisites

Notes

  • zsxq topics and zsxq search use the current active group context from Chrome by default
  • If there is no active group context, pass --group_id <id> or open the target group in Chrome first
  • zsxq groups returns group_id, which you can reuse with --group_id
  • zsxq topic surfaces a missing topic as NOT_FOUND instead of a generic fetch error