liuwons / liuwons/wxBot

微信协议好像改了,有没有人有兴趣来改一下的

Open
#266 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5.3k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

现在的代码好像没法获取所有的微信群,我每次跑出来group_list都是空的,应该是一下原因
webwxinit的response里面现在有一个ChatSet字段,含有用逗号分隔的最近使用的contact和group的列表
同样,那个msgtype=51,StatusNotifyCode=4的response里面有一个StatusNotifyUserName的字段也含有用逗号分隔的contact和group的列表
同时,wxgetcontact现在没有返回微信群了,只有联系人和订阅号
我看代码里面处理StatusNotifyUserName的都有,应该只需要默认is_big_contact为true吧,ChatSet还需要另外写.
![screenshot from 2017-08-09 16-01-26](https://user-images.githubusercontent.com/23493932/29111251-1837a046-7caf-11e7-9d5f-36b470a7be0b.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Inspect the webwxinit response, the msgtype=51 and StatusNotifyCode=4 handling, and wxgetcontact behavior described in the issue. Trace how ChatSet and StatusNotifyUserName are processed, including the existing is_big_contact handling, then verify that group_list is populated with group chats.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.