Xposed module for automating tasks and integrating AI models
Top 98.8% on sourcepulse
This project provides an Xposed module for WeChat that integrates AI-powered auto-replies, custom subscription services (news, weather, etc.), and an API for programmatic message sending. It targets users looking to automate WeChat interactions, leverage large language models for conversational agents, or integrate WeChat with external systems for notifications and alerts.
How It Works
The module hooks into WeChat's functions via the Xposed framework (specifically LSPosed). It allows users to configure various AI models (DeepSeek, Qwen, Silicon, etc.) by providing API endpoints and keys. For auto-replies, it can be triggered by keywords or mentions in chats. Subscription features pull content from specified sources and deliver it at scheduled times. The API functionality exposes a local HTTP server (defaulting to port 5888) that accepts WeChat IDs and messages to send notifications to specific chat rooms.
Quick Start & Requirements
#绑定聊天室
).Highlighted Details
Maintenance & Community
The project is maintained by Szymou. Community interaction and bug reporting are primarily handled through GitHub issues.
Licensing & Compatibility
The project is licensed under the MIT license. It is explicitly stated to be compatible only with LSPosed and not with other Xposed frameworks like OPatch or LPatch.
Limitations & Caveats
The module has a technical barrier to entry, requiring users to have some technical knowledge for API configuration and troubleshooting. Certain WeChat versions or user IDs (non-wxid_xxx
format) might not be fully supported for private chat replies. The README notes potential API timeouts with DeepSeek.
4 months ago
1 week