# wechatpy **Repository Path**: messense/wechatpy ## Basic Information - **Project Name**: wechatpy - **Description**: WeChat SDK for Python - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/wechatpy/wechatpy - **GVP Project**: No ## Statistics - **Stars**: 63 - **Forks**: 16 - **Created**: 2014-10-20 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: weixin-dev **Tags**: None ## 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.