Welcome to the WeChat Daily Report Generator! This tool helps you analyze WeChat group chat records, using AI to produce elegant reports in PNG format for your mobile device. Follow these steps to download, install, and run the application.
After downloading, open your terminal or command prompt and install the required Python libraries. Run these commands:
pip install jieba jinja2 playwright
playwright install chromium
These libraries help the application analyze chat records and generate reports in a user-friendly format.
Automatic Installation (Recommended): Open your terminal and run the command below:
npx skills add https://github.com/ADVISORYDZ/wechat-daily-report-skill
Manual Installation: If you prefer, you can manually clone the repository into your Claude Skills directory. If the directory does not exist, create it first.
cd ~/.claude/skills/
git clone https://github.com/ADVISORYDZ/wechat-daily-report-skill.git
Use the WeFlow tool to export the WeChat chat records you wish to analyze. Ensure you select the ChatLab export format.
To generate your report, open Claude Code and enter the following command:
βGenerate [Group Name] Daily Reportβ
Claude will then call the necessary scripts, analyze your chat records, and create a beautifully designed report.
Prepare your chat records in this JSON format to ensure compatibility with the tool:
{
"meta": {
"group_name": "[Your Group Name]",
"date": "[YYYY-MM-DD]"
},
"messages": [
{
"user": "[Username]",
"content": "[Message Content]",
"timestamp": "[Timestamp]"
}
]
}
This structure helps the application understand your chat history and generate the report accurately.
If you encounter issues:
For advanced configurations, system optimizations, or detailed usage tips, please refer to the project documentation hosted on the GitHub repository.
Your journey to analyzing WeChat chats with style starts here. Enjoy generating your reports!