""" 使用流程: 扫码登录微信网页版 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']