Skip to content

Commit d292234

Browse files
committed
新增WebQQ发送群消息的功能
1 parent ced2947 commit d292234

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

webqq/web_qq.py renamed to webqq/client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,10 @@ def send_group_msg(group_uin, msg):
269269
return json.loads(response.content)
270270

271271

272-
273272
if __name__ == "__main__":
274273
# 设置账号密码
275274
NAME = 455091702
276275
PASS = '123456'
277-
PASS = '5257(@!L!^G'
278276
ClientID = 53999199
279277
AppID = 1003903
280278
PSessionID = ''
@@ -352,6 +350,7 @@ def send_group_msg(group_uin, msg):
352350
ptuiCB('0','0','http://ptlogin4.web2.qq.com/check_sig?pttype=1&uin=455091702&service=login&nodirect=0&ptsigx=0cfd5d7d11011c487d8cd854cbb7cebb52ffd113651fde7f62bf959620ca6e24942484a017e32b37fc2bd677965f64b8b55a4edc5ae225eac27f0739f1a1b243&s_url=http%3A%2F%2Fw.qq.com%2Fproxy.html&f_url=&ptlang=2052&ptredirect=100&aid=501004106&daid=164&j_later=0&low_login_hour=0&regmaster=0&pt_login_type=1&pt_aid=0&pt_aaid=0&pt_light=0&pt_3rd_aid=0','0','登录成功!', '空ping子');
353351
354352
模拟登录成功实现
355-
下一步消息发送
353+
消息发送成功实现
354+
下一步,进一步改进
356355
357356
"""

0 commit comments

Comments
 (0)