python的itchat庫學習----微信私聊自動回覆及羣聊自動回覆,僅限文字

import itchat from itchat.content import * from itchat.content import TEXT @itchat.msg_register(TEXT,isGroupChat=True) def text_reply(msg): print(msg['isAt']) print(msg['ActualNickName'])
相關文章
相關標籤/搜索