Giter Club home page Giter Club logo

Comments (2)

xaoyaoo avatar xaoyaoo commented on July 21, 2024 1

依赖于sqlite的缓存技术,目前需要重新登录微信或者过段时间(没有具体测试)会自动写入数据库。

1、重新登录微信
2、等待一段时间,等待微信写入数据库
3、短时间内接收消息内容过多,自动写入数据库

正在研究sqlite的缓存方式,后续会增加实时写入数据库。

from pywxdump.

deadash avatar deadash commented on July 21, 2024

@xaoyaoo
你的方法获取的很费劲,又不能直接提供方法给你

给你一点提示吧

  1. 不要进行版本判断,直接内存接口 (不用那么费劲的每次都更新版本,目前我测试的三年都不用更新,除了微信变成64位)
  2. sqlite3会执行exec (实时接口)
  3. 企业微信和微信一样
  4. 内部结构是protobuf的(非标准),可以按索引解析

你按照以上的方式就可以完整的解析和实时解析了,通过了长期的测试(数年),并且数据非常完整(文件另说,需要特殊处理)。

然后以上的方式推广到其他聊天记录也是一样的,也经过了长期的测试

也许我可以提供一个不开源的内存模块来反转提供接口,这样不会涉及到侵权,挺想支持开源的,可惜有很多竞品盯着。

from pywxdump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.