Closed monkeycc closed 2 years ago
MSGx.db,x是一个数字
微信数据目录 \Msg\MicroMsg.db \Msg\Multi\MSG0.db
我发现应该是要写MSG0.db dbname = 'MSG0.db'
但是python导出的时候 报错
dbname = 'MicroMsg.db'
handle = dbs.get(dbname).get('Handle')
'NoneType' object has no attribute 'get'
发现
tables_tuple = self.robot.CGetDbHandles(self.pid)
tables = [dict(i) for i in tables_tuple]
print("tables",tables)
tables [{'dbname': 'MicroMsg.db', 只有MicroMsg.db
稍等,晚点发布
我确定我已经查看了 (标注
[ ]
为[x]
)我要申请 (标注
[ ]
为[x]
)Python 聊天记录怎么导出
导出的MicroMsg.db并没有包含聊天记录