wechatpy/wechatpy

WeChat SDK for Python

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on September 12th, 2014
Open Issues & Pull Requests: 58 (+0)
GitHub issues: Enabled
Number of forks: 820
Total Stargazers: 4,305 (+0)
Total Subscribers: 169 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 55.3 days
Mean response time: 195.3 days
90th percentile: 765.9 days
Tracked items: 7

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 722 days
Stale 30+ days: 7
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (4)
  • bug (3)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

wechatpy is a Python SDK that provides programmatic access to WeChat's APIs and services.

The SDK addresses the need to integrate WeChat functionality into Python applications by wrapping WeChat's official APIs with a Pythonic interface. It handles authentication, request formatting, and response parsing, allowing developers to work with WeChat's messaging, user management, payment, and other features without directly managing low-level HTTP calls and protocol details.

The tool suits projects that need to build WeChat bots, integrate WeChat payments, manage official accounts, or connect applications to WeChat's ecosystem. It is most appropriate for developers working in Python who want to avoid reimplementing WeChat's authentication and API contracts. The project is particularly useful for teams building customer engagement tools, e-commerce integrations, or internal automation that touches WeChat services.

The project shows consistent maintenance with regular updates addressing API changes and bug fixes. Development activity indicates ongoing responsiveness to issues and pull requests, with the codebase receiving improvements to both core functionality and documentation. The project maintains backward compatibility while evolving to support new WeChat features and API endpoints.