推荐使用 pip 进行安装
pip install werobot
一个非常简单的 Hello World 微信公众号,会对收到的所有文本消息回复 Hello World
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.text def hello_world(): return 'Hello World!' robot.run()
Thank you to all the people who have already contributed. /Fragransing/WeRoBot