![]() |
|---|
| © getcodify.com |
由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
wechat bot
微信机器人
确保你可以正常登录网页版微信
import itchat## 登录itchat.login()itchat.auto_login(enableCmdQR=True)itchat.auto_login(hotReload=True)## 发送消息itchat.send(u'你好', 'filehelper')## 联系人列表F_list = itchat.get_friends(update=True)##找到发信息的IDfor i in F_list:if i['RemarkName'] == 'XXX': #昵称print(i['UserName'])## friendsfriends = itchat.get_friends(update=True)[0:]## aotu-returnimport itchat##自动回复@itchat.msg_register(itchat.content.TEXT)def text_reply(msg):return "本人已死,有事招魂,没事烧纸 ಠಗಠ"#+msg["Text"]##登入itchat.auto_login()##保持运行itchat.run()
Enjoy~
由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
GitHub: Karobben
Blog:Karobben
BiliBili:史上最不正經的生物狗

