https://github.com/wechatpy/wechatpy
WeChat SDK for Python
https://github.com/wechatpy/wechatpy
python sdk wechat wechat-sdk wechatpy weixin weixin-sdk
Last synced: 2 days ago
JSON representation
WeChat SDK for Python
- Host: GitHub
- URL: https://github.com/wechatpy/wechatpy
- Owner: wechatpy
- License: mit
- Created: 2014-09-12T13:03:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T15:12:58.000Z (2 months ago)
- Last Synced: 2025-04-10T23:09:27.725Z (2 days ago)
- Topics: python, sdk, wechat, wechat-sdk, wechatpy, weixin, weixin-sdk
- Language: Python
- Homepage: https://www.wechatpy.org
- Size: 2.22 MB
- Stars: 4,026
- Watchers: 171
- Forks: 819
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- stars - wechatpy/wechatpy
- awesome-starts - wechatpy/wechatpy - WeChat SDK for Python (Python)
README
___ __ _______ ________ ___ ___ ________ _________ ________ ___ ___
|\ \ |\ \|\ ___ \ |\ ____\|\ \|\ \|\ __ \|\___ ___\\ __ \|\ \ / /|
\ \ \ \ \ \ \ __/|\ \ \___|\ \ \\\ \ \ \|\ \|___ \ \_\ \ \|\ \ \ \/ / /
\ \ \ __\ \ \ \ \_|/_\ \ \ \ \ __ \ \ __ \ \ \ \ \ \ ____\ \ / /
\ \ \|\__\_\ \ \ \_|\ \ \ \____\ \ \ \ \ \ \ \ \ \ \ \ \ \ \___|\/ / /
\ \____________\ \_______\ \_______\ \__\ \__\ \__\ \__\ \ \__\ \ \__\ __/ / /
\|____________|\|_______|\|_______|\|__|\|__|\|__|\|__| \|__| \|__||\___/ /
\|___|/[](https://opencollective.com/wechatpy) [](https://github.com/wechatpy/wechatpy/actions?query=workflow%3ACI)
[](https://codecov.io/github/wechatpy/wechatpy?branch=master)
[](http://docs.wechatpy.org/zh_CN/master/?badge=master)
[](https://pypi.org/project/wechatpy)
[](https://pepy.tech/project/wechatpy)
[](https://houndci.com)微信(WeChat) 公众平台第三方 Python SDK。
v1.x: [【阅读文档】](https://wechatpy.readthedocs.org/zh_CN/stable/) [【快速入门】](https://wechatpy.readthedocs.org/zh_CN/stable/quickstart.html)
master: [【阅读文档】](https://wechatpy.readthedocs.org/zh_CN/master/) [【快速入门】](https://wechatpy.readthedocs.org/zh_CN/master/quickstart.html)## 功能特性
1. 普通公众平台被动响应和主动调用 API
2. 企业微信 API
3. 微信支付 API
4. 第三方平台代公众号调用接口 API
5. 小程序云开发 API## 安装
推荐使用 pip 进行安装:
```bash
pip install wechatpy
```升级版本:
pip install -U wechatpy
## 使用示例
使用示例参见 [examples](examples/)
## 贡献代码
请阅读 [贡献代码指南](.github/CONTRIBUTING.md)
## 支持项目
如果觉得本项目对您有帮助,请考虑[捐赠支持项目开发](http://docs.wechatpy.org/zh_CN/master/sponsor.html)
## 问题反馈
我们主要使用 [GitHub issues](https://github.com/wechatpy/wechatpy/issues) 进行问题追踪和反馈。
QQ 群:176596300

## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].
### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/wechatpy/contribute)]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/wechatpy/contribute)]
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.