WeRoBot: writing WeChat Offical Account Robots with fun
Project description
WeRoBot 是一个微信公众号开发框架,采用MIT协议发布。
文档在这里: https://werobot.readthedocs.org/zh_CN/v1.10.1/
安装
推荐使用 pip 进行安装
pip install werobot
Hello World
一个非常简单的 Hello World 微信公众号,会对收到的所有文本消息回复 Hello World
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.text def hello_world(): return 'Hello World!' robot.run()
Credits
Contributors
Backers
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. become_sponsor
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
WeRoBot-1.10.1.zip
(89.2 kB
view details)
Built Distribution
File details
Details for the file WeRoBot-1.10.1.zip
.
File metadata
- Download URL: WeRoBot-1.10.1.zip
- Upload date:
- Size: 89.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 255fa749760181e52a6f42045cee10bf1795171056c6de4f93860b839d0b3f26 |
|
MD5 | bb8312991f1d08e4c504d91e7d379cf0 |
|
BLAKE2b-256 | 7ac0a0fe61208b23e34a30c6ca0d7097c02e07dfb07b93740e78939e947adb09 |
File details
Details for the file WeRoBot-1.10.1-py2.py3-none-any.whl
.
File metadata
- Download URL: WeRoBot-1.10.1-py2.py3-none-any.whl
- Upload date:
- Size: 45.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40be85540a513a23947f01bf004ab5ee40d312f9c1584dd4c369f6d90585e70d |
|
MD5 | 455f09aacb06021a81aee4a15e600f76 |
|
BLAKE2b-256 | fcaa780f5e27a2b469cbb8d0dd6965bf83e517b6a528543137011ca4cf6188f2 |