https://github.com/shuakami/qq-chat-exporter
🚀 QQ聊天记录、表情包导出工具 | 自动化提取图片/文字/图片消息,支持TXT/JSON导出,高效备份,支持NT QQ
https://github.com/shuakami/qq-chat-exporter
chat-exports electron export exporter javascript qq qq-expoter qq-nt qqnt
Last synced: about 1 month ago
JSON representation
🚀 QQ聊天记录、表情包导出工具 | 自动化提取图片/文字/图片消息,支持TXT/JSON导出,高效备份,支持NT QQ
- Host: GitHub
- URL: https://github.com/shuakami/qq-chat-exporter
- Owner: shuakami
- Created: 2024-07-10T01:46:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-05T11:44:24.000Z (5 months ago)
- Last Synced: 2026-01-09T09:00:41.571Z (5 months ago)
- Topics: chat-exports, electron, export, exporter, javascript, qq, qq-expoter, qq-nt, qqnt
- Language: TypeScript
- Homepage: https://qce.sdjz.wiki
- Size: 49.2 MB
- Stars: 1,807
- Watchers: 5
- Forks: 77
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: news-ycombinator-com-news.png
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# QQ Chat Exporter
将 QQ 聊天记录导出为 HTML、JSON、TXT 格式。支持定时备份、批量导出、表情包导出。

## 文档
访问 https://shuakami.github.io/qq-chat-exporter/ 查看使用文档。
## 快速开始
1. 从 [Releases](https://github.com/shuakami/qq-chat-exporter/releases) 下载
2. 运行 `launcher-user.bat` (Windows) 或 `./launcher-user.sh` (Linux)
3. 用 QQ 扫码登录
4. 复制控制台的 Token
5. 打开 `http://localhost:40653/qce-v4-tool`
### Docker NapCat 部署
如果已有 Docker 部署的 NapCat(Shell 模式),可以作为插件直接挂载,无需桌面 QQNT 环境。
详见 [Docker NapCat 部署指南](docs/docker-napcat-deployment.md)。
## 相关项目
如果导出聊天记录后,想深入分析聊天内容可以试试 [ChatLab](https://chatlab.fun/cn)
也可以试试 [QQChatAnalyzer](https://github.com/CutrelyAlex/QQChatAnalyzer) - 支持个人分析、群聊分析、社交网络可视化和 AI 摘要
还可以试试 [QQ-Chat-AI-Analyzer](https://github.com/JUSTMONIKA2022/QQ-Chat-AI-Analyzer) - 基于 AI 的群聊消息总结分析工具,可生成年度报告
如果需要 Python API 封装,可以使用 [napcat-qce-python](https://github.com/streetartist/napcat-qce-python)
## 致谢
感谢 [NapCatQQ](https://github.com/NapNeko/NapCatQQ) 团队提供的框架支持。

## 许可证
[GPL-3.0](https://github.com/shuakami/qq-chat-exporter/blob/main/LICENSE)