1. 首页
  2. 数据库
  3. 其它
  4. Python操作微信群发消息检测僵尸粉

Python操作微信群发消息检测僵尸粉

上传者: 2020-12-25 09:43:33上传 PDF文件 27.97KB 热度 29次
""" 使用流程: 扫码登录微信网页版 https://wx.qq.com/ 若登录成功,则功能可使用,否则不可用 """ from threading import Timer import requests from wxpy import * bot = Bot() # 连接微信,会出现一个登陆微信的二维码 def get_news(): """获取金山词霸每日一句""" url = 'http://open.iciba.com/dsapi' r = requests.get(url) content = r.json()['content']
下载地址
用户评论