cixingguangming55555 / wechat-bot

带二次开发接口的PC微信聊天机器人
MIT License
2.46k stars 664 forks source link

如何获取微信的聊天记录 #204

Open topcss opened 1 year ago

topcss commented 1 year ago

如何通过wxid或者roomid获取聊天记录。

cixingguangming55555 commented 1 year ago

得懂点二次开发,websocket收到的消息里面,就带了发送人的wxid和roomid,你根据这个处理即可