wechat_build_sticker_library
Build a sticker library from WeChat chat history by extracting sticker metadata (MD5, type, usage count) and optionally copying sticker files to a designated directory.
Instructions
Build sticker library from chat history.
Extracts sticker information including MD5, type, usage count.
Args: chat_name: Chat name to analyze limit: Maximum messages to scan copy_files: Whether to copy sticker files to output_dir output_dir: Directory to copy sticker files (if copy_files=True)
Returns: JSON with sticker library and usage patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| chat_name | Yes | ||
| copy_files | No | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |