English | 中文
Java SDK collection for WeCom AI Bot and Weixin protocol integration, published in one Maven artifact.
| Module | Package | Description | Docs |
|---|---|---|---|
| WeCom | io.github.cloudsen.ai.wecom |
Enterprise WeCom AI Bot SDK based on WebSocket long-lived connection | English / 中文 |
| Weixin | io.github.cloudsen.ai.weixin |
Java wrapper around the HTTP, QR login, long-polling, and CDN protocol exposed by @tencent-weixin/openclaw-weixin |
English / 中文 |
Both modules are included in the same artifact:
<dependency>
<groupId>io.github.cloudsen</groupId>
<artifactId>wx-aibot-java-sdk</artifactId>
<version>2.0.0</version>
</dependency>- WeCom usage and integration test: README.wecom.md
- Weixin usage and QR login integration test: README.weixin.md
- Weixin protocol notes: docs/openclaw-weixin-protocol.md
Distributed under the Apache License 2.0. See LICENSE for more information.