itchat微信自动回复消息
使用之前需要准备的工作:安装itchat API easy_install itchat#coding=utf8import itchat,timefrom itchat.content import *'''##自动回复的功能@itchat.msg_register(itchat.content.TEXT)def text_reply(msg): return msg['Tex