返回 Skill 列表
extension
分类: 数据与分析无需 API Key

WhatsApp Chats

列出、搜索并分析 WhatsApp 对话

person作者: marcosrippelhubclawhub

WhatsApp Chats Skill

Browse and search WhatsApp conversations from the local Baileys session cache.

Usage

exec({ cmd: "node <skill_dir>/scripts/chats.js COMMAND [ARGS]" })

Commands

List Chats

exec({ cmd: "node <skill_dir>/scripts/chats.js list 30" })

Search Chats

exec({ cmd: "node <skill_dir>/scripts/chats.js search \"John\"" })

Chat Statistics

exec({ cmd: "node <skill_dir>/scripts/chats.js stats" })