22WeRoBot
33====================================
44
5- .. image :: https://api.travis-ci.org/whtsky/WeRoBot.png?branch=master
6- :target: http://travis-ci.org/whtsky/WeRoBot
7- .. image :: https://coveralls.io/repos/whtsky/WeRoBot/badge.png?branch=master
8- :target: https://coveralls.io/r/whtsky/WeRoBot
9- .. image :: https://scrutinizer-ci.com/g/whtsky/WeRoBot/badges/quality-score.png?b=master
10- :target: https://scrutinizer-ci.com/g/whtsky/WeRoBot/?branch=master
5+ .. image :: https://img.shields.io/travis/whtsky/WeRoBot/master.svg?maxAge=3600&label=macOS
6+ :target: https://travis-ci.org/whtsky/WeRoBot
7+ .. image :: https://img.shields.io/appveyor/ci/whtsky/WeRoBot/master.svg?maxAge=3600&label=Windows
8+ :target: https://ci.appveyor.com/project/whtsky/WeRoBot
9+ .. image :: https://semaphoreci.com/api/v1/whtsky/werobot/branches/master/shields_badge.svg
10+ :target: https://semaphoreci.com/whtsky/werobot
11+ .. image :: https://codecov.io/gh/whtsky/WeRoBot/branch/master/graph/badge.svg
12+ :target: https://codecov.io/gh/whtsky/WeRoBot
1113
1214
13- WeRoBot 是一个微信机器人框架 ,采用MIT协议发布。
15+ WeRoBot 是一个微信公众号开发框架 ,采用MIT协议发布。
1416
1517文档在这里: https://werobot.readthedocs.org/en/latest/
1618
@@ -31,7 +33,7 @@ WeRoBot 是一个微信机器人框架,采用MIT协议发布。
3133Hello World
3234=============
3335
34- 一个非常简单的 Hello World 微信机器人 ,会对收到的所有文本消息回复 Hello World ::
36+ 一个非常简单的 Hello World 微信公众号 ,会对收到的所有文本消息回复 Hello World ::
3537
3638 import werobot
3739
@@ -50,7 +52,7 @@ WeRoBot 在 0.4.0 版本中开始支持 Session , Session 可以用来方便
5052
5153 import werobot
5254
53- robot = werobot.WeRoBot(token='tokenhere', enable_session=True )
55+ robot = werobot.WeRoBot(token='tokenhere')
5456
5557 @robot.text
5658 def session(message, session):
0 commit comments