摘要: from qqbot import QQBotSlot as qqbotslot, RunBot @qqbotslot def onQQMessage(bot, contact, member, content): if content == '-hello': bot.SendTo(contact, '你好,我是QQ机器人') elif co... 阅读全文
posted @ 2018-10-24 19:16 凌易说-lingyisay 阅读(916) 评论(0) 推荐(0) 编辑
摘要: # 不要抄下源码就运行,你需要改动几个地方 from __future__ import unicode_literals from threading import Timer from wxpy import * import requests bot = Bot() # linux执行登陆请调用下面的这句 #bot = Bot(console_qr=2,cache_path="bo... 阅读全文
posted @ 2018-10-24 13:30 凌易说-lingyisay 阅读(314) 评论(0) 推荐(0) 编辑