devo919/gewechat

微信机器人框架,个人微信二次开发,企业微信二次开发,最简单易用的免费二开框架,RPA技术(非HOOK破解桌面端)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 22nd, 2024
Open Issues & Pull Requests: 193 (+0)
GitHub issues: Enabled
Number of forks: 691
Total Stargazers: 3,491 (+0)
Total Subscribers: 31 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 192
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 569 days
Stale 30+ days: 192
Stale 90+ days: 191

Recent activity

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

Top labels

  • documentation (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Gewechat is a WeChat robot framework that enables secondary development of personal and enterprise WeChat accounts using RPA technology rather than desktop client hooking.

The project addressed the problem of decoupling WeChat capabilities from specific programming languages and business frameworks by exposing them through REST APIs. Its approach involved organizing API endpoints into business domains such as login, contacts, groups, messages, tags, and collections, with a lightweight client layer handling authentication, serialization, and network requests. Asynchronous events like message receipt and status changes were returned to business systems via webhooks, allowing developers to integrate WeChat messaging into AI assistants, customer service systems, or automation workflows.

The repository is now archived and no longer maintained. The README explicitly states that the project has ceased maintenance and that historical services, Docker images, deployment methods, and technical support are no longer provided. The codebase is retained solely as a technical archive and historical code example. The README warns that historical client code lacks production-level security hardening and should not be directly reused, citing issues such as plaintext HTTP addresses, static token fields in source code, disabled certificate validation, and unmasked sensitive logging. Developers should not rely on outdated tutorials, images, or third-party distributions to assume the project remains functional.

The repository contains only client-side code and examples rather than a complete server implementation. It preserves Java 8 calling examples, OkHttp-based HTTP request wrappers, API module examples for core features, and historical architecture documentation. The primary value of the remaining code is demonstrating a lightweight API client layering pattern rather than providing a deployable WeChat runtime environment. The project's design emphasized separating business parameters from authentication and network concerns, organizing interfaces by business domain for easier maintenance and selective dependency, and using webhooks to handle asynchronous events while maintaining idempotency and message deduplication in business logic.