Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T09:15:13.000Z (10 months ago)
- Last Synced: 2024-12-05T02:34:23.760Z (7 days ago)
- Topics: python, sdk, wechat, wechat-sdk, wechatpy, weixin, weixin-sdk
- Language: Python
- Homepage: https://www.wechatpy.org
- Size: 2.21 MB
- Stars: 3,923
- Watchers: 171
- Forks: 812
- Open Issues: 56
-
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
___ __ _______ ________ ___ ___ ________ _________ ________ ___ ___
|\ \ |\ \|\ ___ \ |\ ____\|\ \|\ \|\ __ \|\___ ___\\ __ \|\ \ / /|
\ \ \ \ \ \ \ __/|\ \ \___|\ \ \\\ \ \ \|\ \|___ \ \_\ \ \|\ \ \ \/ / /
\ \ \ __\ \ \ \ \_|/_\ \ \ \ \ __ \ \ __ \ \ \ \ \ \ ____\ \ / /
\ \ \|\__\_\ \ \ \_|\ \ \ \____\ \ \ \ \ \ \ \ \ \ \ \ \ \ \___|\/ / /
\ \____________\ \_______\ \_______\ \__\ \__\ \__\ \__\ \ \__\ \ \__\ __/ / /
\|____________|\|_______|\|_______|\|__|\|__|\|__|\|__| \|__| \|__||\___/ /
\|___|/[![Financial Contributors on Open Collective](https://opencollective.com/wechatpy/all/badge.svg?label=financial+contributors)](https://opencollective.com/wechatpy) [![GitHub Actions](https://github.com/wechatpy/wechatpy/workflows/CI/badge.svg)](https://github.com/wechatpy/wechatpy/actions?query=workflow%3ACI)
[![codecov.io](https://codecov.io/github/wechatpy/wechatpy/coverage.svg?branch=master)](https://codecov.io/github/wechatpy/wechatpy?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wechatpy/badge/?version=master)](http://docs.wechatpy.org/zh_CN/master/?badge=master)
[![PyPI](https://img.shields.io/pypi/v/wechatpy.svg)](https://pypi.org/project/wechatpy)
[![Downloads](https://pepy.tech/badge/wechatpy)](https://pepy.tech/project/wechatpy)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](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
![wechatpy QQ 群](https://raw.githubusercontent.com/wechatpy/wechatpy/master/docs/_static/images/qq-group.png)
## 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.