WeChat record summarizer

An open-source tool for summarizing WeChat chat logs, generating JSON files that can be flexibly displayed in formats like markdown or websites.

Check out WeChat record summarizer on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

仓库地址ronething/chatlog-summarizer## 工具描述前阵子看到 https://github.com/sjzar/chatlog 这个工具,一直有一个想法就是总结一些重要群聊和私信的聊天记录,于是周末整理了一下开源这个小工具。## 效果由于生成的是 json 文件,所以可以根据 json 文件有更灵活的展示方式,以下是其中两种,其中 markdown 方式可直接通过 python markdown_generator.py 进行生成- markdown<img width="782" alt="Image" src="https://github.com/user-attachments/assets/558664f8-28d7-4bf2-8c3b-0f8cfc0d03ac" />- website(暂未开源)<img width="1915" alt="Image" src="https://github.com/user-attachments/assets/cccbd436-a256-472b-9403-b4f5a984ef89" />