youfou / wxpy

微信机器人 / 可能是最优雅的微信个人号 API ✨✨
http://wxpy.readthedocs.io
MIT License
14.04k stars 2.39k forks source link

如何根据用户回复的消息中特定的关键字回复? #295

Closed kouyiwei closed 6 years ago

kouyiwei commented 6 years ago

想实现群聊中机器人根据收到的消息关键字来进行回复,实现群成员不用@就能自动和机器人对话

大概的code:

def auto_reply(msg): if '123' in msg: tuling.do_reply(msg)

但是实现不了,请问具体怎么能够实现这种效果呢

kouyiwei commented 6 years ago

自己研究出来了。 用msg.text