python wechatpy_GitHub - messense/wechatpy: WeChat SDK for Python

___ __ _______ ________ ___ ___ ________ _________ ________ ___ ___

|\ \ |\ \|\ ___ \ |\ ____\|\ \|\ \|\ __ \|\___ ___\\ __ \|\ \ / /|

\ \ \ \ \ \ \ __/|\ \ \___|\ \ \\\ \ \ \|\ \|___ \ \_\ \ \|\ \ \ \/ / /

\ \ \ __\ \ \ \ \_|/_\ \ \ \ \ __ \ \ __ \ \ \ \ \ \ ____\ \ / /

\ \ \|\__\_\ \ \ \_|\ \ \ \____\ \ \ \ \ \ \ \ \ \ \ \ \ \ \___|\/ / /

\ \____________\ \_______\ \_______\ \__\ \__\ \__\ \__\ \ \__\ \ \__\ __/ / /

\|____________|\|_______|\|_______|\|__|\|__|\|__|\|__| \|__| \|__||\___/ /

\|___|/

微信(WeChat) 公众平台第三方 Python SDK。

功能特性

普通公众平台被动响应和主动调用 API

企业微信 API

微信支付 API

第三方平台代公众号调用接口 API

小程序云开发 API

安装

推荐使用 pip 进行安装:

pip install wechatpy

# with cryptography (推荐)

pip install 'wechatpy[cryptography]'

# with pycryptodome

pip install 'wechatpy[pycrypto]'

升级版本:

pip install -U wechatpy

使用示例

贡献代码

支持项目

如果觉得本项目对您有帮助,请考虑捐赠支持项目开发

问题反馈

我们主要使用 GitHub issues 进行问题追踪和反馈。

QQ 群:176596300

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

你可能感兴趣的:(python,wechatpy)