资源简介
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
- 上一篇:python版经典贪吃蛇
- 下一篇:python实现 汉诺塔
相关资源
- python一个打砖块的小游戏
- python实验指导书 图文高清版
- python主动安装第三方库
- python爬取豆瓣top250电影信息
- python绘制 大蟒蛇
- python小程序(数组排序)
- Python去水印(基于cv2)
- Python 数据结构入门 - 二叉搜索树(
- python空心电感计算器
- python除法.docx
- 抽奖背后的秘密(python抽奖逻辑)
- 绘制统计学直方图茎叶图(matplotlib)
- python求解标准差
- python数据分析与处理
- 利用Python将照片在Excel中利用点阵图显
- python turtle 跳房子
- python 人群计数
- Python调用第三方API换脸
- “去哪儿吃”帮你选餐厅(python代码
- python 控制台登陆密码验证
- KNN算法的Python实现(datingrecd.ipynb)
- python核心编程第二版-习题答案
- python爬取笔趣阁小说
- Python程序设计基础试题以及答案(3
- python聊天-服务端与客户端
- python递归求最大公约数
- 用python画皮卡丘(基于turtle)
- 伟哥的python私房菜(中国程序员).
- pip一键升级(python脚本)
- 我的世界python编程——天空行走py格式
评论
共有 条评论