知识星球 (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
bash
# 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 20Prerequisites
- Chrome running and logged into wx.zsxq.com
- Browser Bridge extension installed
Notes
zsxq topicsandzsxq searchuse 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 groupsreturnsgroup_id, which you can reuse with--group_idzsxq topicsurfaces a missing topic asNOT_FOUNDinstead of a generic fetch error