Skip to content

知识星球 (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

CommandDescription
opencli zsxq groupsList the groups your account has joined
opencli zsxq topicsList 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 dynamicsList 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 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

Released under the Apache-2.0 License.