WeRoBot: writing WeChat Offical Account Robots with fun
Project description
WeRoBot 是一个微信公众号开发框架,采用MIT协议发布。
文档在这里: https://werobot.readthedocs.org/zh_CN/v1.11.0/
安装
推荐使用 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.11.0.tar.gz
(59.0 kB
view details)
Built Distribution
File details
Details for the file WeRoBot-1.11.0.tar.gz
.
File metadata
- Download URL: WeRoBot-1.11.0.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bff94803ad1c0bca890f52fd8a6dfba3b1d308e5395901ad8c9f9cbbd0f645b1 |
|
MD5 | 0f81bbc6d5170a5354fa2da43f6d8bf9 |
|
BLAKE2b-256 | e5b7b909b4e67932a05f190c16cc32a04d058fdc3f5e7bd2779518bd419e1a9b |
File details
Details for the file WeRoBot-1.11.0-py2.py3-none-any.whl
.
File metadata
- Download URL: WeRoBot-1.11.0-py2.py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2d46417926bf451dcd9b70e933a095cd1b785c527e5d75c22d6219c19fa7a61 |
|
MD5 | 68cba75a1d32b86733dd015ff48f627c |
|
BLAKE2b-256 | 91be92a57bcdadb00274ff532b554e70a1fdb439bf30db925e998239e04a9061 |