WeChat bot framework for personal account development
Top 14.8% on sourcepulse
Gewechat provides an open-source framework for personal WeChat secondary development, enabling automated messaging, contact management, and integration with AI models via a RESTful API. It targets developers and users looking to build custom WeChat bots and automation tools without requiring local WeChat installations or phone plugins, offering a stable, scan-to-login approach.
How It Works
The framework utilizes a Dockerized environment that handles WeChat login via QR code scanning, abstracting the complexities of WeChat's protocols. It exposes a RESTful API for interacting with WeChat functionalities, including sending/receiving messages, managing contacts and groups, and handling user profiles. This API-driven design allows integration with any programming language, simplifying development and deployment.
Quick Start & Requirements
docker run -itd -v /root/temp:/root/temp -p 2531:2531 -p 2532:2532 --privileged=true --name=gewe gewe /usr/sbin/init
Highlighted Details
Maintenance & Community
The project states it is no longer actively maintained due to limited resources and warns of potential account bans due to outdated versions. Users are advised to use with caution. A QQ group is available for community exchange.
Licensing & Compatibility
The project is licensed under a free, open-source model for learning and technical research. It explicitly prohibits commercial or illegal use.
Limitations & Caveats
The project is not actively maintained and may lead to account bans due to outdated versions. Users must deploy on a server in the same province as their WeChat account for stability. The framework is intended for personal entertainment and not for commercial use.
3 months ago
Inactive