All Projects → zsqw123 → QQ-Exp-Android

zsqw123 / QQ-Exp-Android

Licence: GPL-3.0 License
Android平台开源的QQ聊天记录导出软件 可结合root

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to QQ-Exp-Android

CAI
🤖 又一个 QQ 协议支持库,使用 Python 编写 Yet Another Bot Framework for Tencent QQ Written in Python
Stars: ✭ 121 (+128.3%)
Mutual labels:  qq
openvpn-unroot
Run OpenVPN without root privileges
Stars: ✭ 27 (-49.06%)
Mutual labels:  root
XUN Bot
一个基于NoneBot和酷Q的功能性QQ机器人
Stars: ✭ 52 (-1.89%)
Mutual labels:  qq
XAutoDaily
一个基于QQ的全自动签到模块
Stars: ✭ 115 (+116.98%)
Mutual labels:  qq
humhub-oauth
Social OAuths built for the Social Platform HumHub
Stars: ✭ 16 (-69.81%)
Mutual labels:  qq
MShell
一个Mirai机器人插件,用来连接QQ聊天窗口和系统Shell
Stars: ✭ 23 (-56.6%)
Mutual labels:  qq
OAuthLogin.AspNetCore
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 43 (-18.87%)
Mutual labels:  qq
QQSpider
批量导出QQ好友,并获取好友信息
Stars: ✭ 22 (-58.49%)
Mutual labels:  qq
ELFChatBot
闲聊QQ机器人,也就是人工智障
Stars: ✭ 61 (+15.09%)
Mutual labels:  qq
AdAway
AdAway is an open source ad blocker for Android using the hosts file.
Stars: ✭ 13 (-75.47%)
Mutual labels:  root
QQSpider
爬取QQ用户信息(qq号、昵称、生日、地址等基本信息)并做简要analysis。
Stars: ✭ 21 (-60.38%)
Mutual labels:  qq
ThemeApplyTools
MIUI 无 root 主题工具
Stars: ✭ 31 (-41.51%)
Mutual labels:  root
awesome-android
A curated list of awesome open source Android applications, tutorials and resources.
Stars: ✭ 524 (+888.68%)
Mutual labels:  root
a-soul
Full-featured social media monitor that extracts data from a variety of services and pushes updates to Telegram or other platforms
Stars: ✭ 39 (-26.42%)
Mutual labels:  qq
magisk-frida
You are probably looking for: https://github.com/ViRb3/magisk-frida
Stars: ✭ 47 (-11.32%)
Mutual labels:  root
the-roots-home
I am not root, this is a hugo theme.
Stars: ✭ 29 (-45.28%)
Mutual labels:  root
wakelock-source-hunter
A small script you can run on your root-ed Android phone to find out the source of wakelocks.
Stars: ✭ 29 (-45.28%)
Mutual labels:  root
CoffeeChat
opensource im with server(go) and client(flutter+swift)
Stars: ✭ 111 (+109.43%)
Mutual labels:  qq
GodlyTorch
[NOT MAINTAINED] An app that can control the intensity of the torch of your rooted android device.
Stars: ✭ 16 (-69.81%)
Mutual labels:  root
LoginSharePay
LoginSharePay集成QQ,微博,微信的登录和分享,包括微信支付。它配置简单,使用方便,且能够快速运用到应用中,为开发者节省了大量时间。
Stars: ✭ 62 (+16.98%)
Mutual labels:  qq

QQ聊天记录导出(进度97%)

ApkDebug GitHub license API GitHub release (latest by date) GitHub All Releases GitHub stars GitHub forks

获取数据库 以下二选一

  1. 拥有root权限的手机 授予软件root权限即可
  2. 通过系统备份有办法获取到QQ的数据库文件(如MIUI) 并进行手动导入(见文档底部)

获得 key, 以下二选一

  1. ROOT权限自动获取
  2. 通过系统备份有办法获取到QQ的数据库文件(如MIUI) 查看 /com.tencent.mobileqq/files/kc 即可获得 key

手动导入

将/data/data/com.tencent.mobileqq/databases里面用你的QQ号命名的两个文件复制到/sdcard/Android/data/qhaty.qqex/files

例如我的qq号为12345 则这两个文件为:

12345.db
slowtable_123456.db

致谢

roadwide/qqmessageoutput
Yiyiyimu/QQ_History_Backup

导出结果

sdcard/Android/data/qhaty.qqex/files/words/ sdcard/Android/data/qhaty.qqex/files/savedHtml/

不再支持词云导出! 因为会影响应用体积, 最后一个有词云的版本是 QQEX 1.4 相关库如下:

但仍然会生成聊天的全部词库, 您可以根据需要自行进行分词.

软件界面

主界面 设置界面 导出结果
main set 导出网页

others

  1. 理论上可以做导出图片,但是一旦导出图片的话,导出的就是一个文件夹,而不是一个文件,出于这种考虑,暂时不考虑导出图片,只考虑导出出文字
  2. QQ密钥存储位置/data/data/com.tencent.mobileqq/files/kc
  3. 生成HTML文件在sdcard/Android/data/qhaty.qqex/files/savedHtml
  4. 测试QQ: 8.5.5, 理论大多数版本都能用

其他

仅供交流学习, 禁止商用

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].