寡所周知QQ上面是可以设置主动回复的,但是微信上面其真不成以。最近正在进修Python,发现Python的折用领域是实的很广,那里运用itchat组件真现微信的主动回复 1:拆置itchat pip install itchat 2:简略真例: (1):发送信息 import itchat itchat.auto_login() name = itchat.search_friends(name=u'XX') #XX默示昵称或用户名 userName = name[0]["UserName"] print(userName ) itchat.send_msg('。。。', toUserName