Giter Club home page Giter Club logo

Comments (2)

xaoyaoo avatar xaoyaoo commented on July 21, 2024

我也正在找这个字段在哪里,暂时还没有找到。如果你找到后,可以帮忙修改pull

from pywxdump.

EDWINCHENC avatar EDWINCHENC commented on July 21, 2024

以下是目前能知道的一些线索:
1、找到StrTalker这个id,这个id只是群的id,到Chatroom表,你就可以对应到群名字;找到群名字那个记录,顺便把RoomData数据,可以拿到usernamelist (protobuf格式);
2、找到StrTalker同时,在MSG内对应的这条记录里面,还有个BytesExtra,这个是二进制的protobuf格式,把它解码,就拿到了群聊里面发送者id;
3、把第1步拿到的RoomData(也是protobuf格式)解码,得到每个人的微信群昵称?,把第2步拿到的发送者id到这个里面匹配,就匹配到群聊里面发送者id了;
以上基本能定位到,但还是有些许问题,需要项目主一起琢磨,例如群聊RoomData/usernamelist里面可能没有这个BytesExtra 内id对应信息,只能拿这个id去chatroom表里面查表找到NickName和Remark了;微信记录里面的BytesExtra和RoomData有时各种格式还是不一致的……等诸多问题.....

我也正在找这个字段在哪里,暂时还没有找到。如果你找到后,可以帮忙修改pull

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.