mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-06-18 15:54:08 +08:00
728 B
728 B
Moments
Use this for 朋友圈, posts, likes, comments, shared links, and Moments media.
Flow
- If the clue is a person, resolve with
wechat.contacts.resolve_contact. - Use
wechat.moments.list_userswhen you need poster candidates. - Use
wechat.moments.list_timelineorwechat.moments.search_moments. - Use
wechat.moments.get_media_urlonly when the user needs a media resource.
Rules
- Person names must be resolved to username before filtering timeline by
usernames. - Keyword search is for post content/topic, not poster identity.
- Do not request raw XML by default.
- Realtime/local sync tools are not exposed through MCP; ask the user to refresh data in the app when Moments data looks stale.