offu/werobot

WeRoBot 是一个微信公众号开发框架

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 14th, 2026
Created on January 30th, 2013
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 988
Total Stargazers: 4,664 (+0)
Total Subscribers: 245 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 days
Mean response time: 242.5 days
90th percentile: 582.3 days
Tracked items: 4

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: 741 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

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WeRoBot is a Python framework for developing WeChat official accounts.

The framework addresses the need to build WeChat public platform applications by providing a simplified interface for handling messages and responses. It uses a decorator-based approach where developers register handler functions for specific message types, allowing the framework to route incoming messages to the appropriate handlers and manage the communication protocol with WeChat's servers.

Developers building WeChat official account applications should choose this tool if they are working in Python and need straightforward message handling without extensive boilerplate. The framework suits projects of varying complexity, from simple automated responses to more sophisticated chatbot implementations. The Hello World example demonstrates the minimal setup required: instantiate a WeRoBot object with a token, decorate handler functions for message types, and run the server.

The project maintains active test coverage and receives regular updates to address issues and maintain compatibility with WeChat's platform changes.