• 大小: 2.13KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: Python
  • 标签: python  基础  

资源简介

python微信回复

资源截图

代码片段和文件信息

# coding=gbk
import itchat time
from itchat.content import *
import re
@itchat.msg_register([TEXT MAP CARD NOTE SHARING])
def text_reply(msg):
    match1 = re.search(‘你好‘ msg[‘Text‘])
    match2 = re.search(‘微信认证‘ msg[‘Text‘])
    match3 = re.search(‘小程序‘ msg[‘Text‘])
    # match5 = msg[‘Text‘]
    match6 = re.search(‘火锅‘ msg[‘Text‘])
    match7 = re.search(‘嗯‘ msg[‘Text‘])
    match8 = re.search(‘服务号‘ msg[‘Text‘])
    match9 = re.search(‘在弄‘ msg[‘Text‘])
    match10 = re.search(‘注册了 ‘ msg[‘Text‘])
    match11 = re.search(‘傻逼‘ msg[‘Text‘])
    match12 = re.search(‘资料‘ msg[‘Text‘])

    if match1:
        msg.user.send(‘%s‘ % (“你好,有什么事情可以帮到您这边吗?“))
    if match2:
        msg.user.send(‘%s‘ % (“这是微信认证申请方法:https://kf.qq.com/faq/161219Uj6jQF161219FB3Iz2.html

评论

共有 条评论