摘要: # 安装包 pip install -U wxpy from wxpy import * import time import json bot=Bot() my_friend = bot.friends().search('xxxx')[0] # group=bot.groups().search("微信群")[0] # # 打印来自其他好友、群聊和公众号的消息 # @bot.register... 阅读全文
posted @ 2019-01-02 12:17 晴空! 阅读(330) 评论(0) 推荐(0) 编辑