weixin-ClawBot-API
基于腾讯官方开放的tencent-weixin/openclaw-weixin实现的微信个人账号 Bot,支持接入任意 AI 模型,实现微信自动对话。免openclaw部署和登录直接接入与调用。
weixin-ClawBot-API: 基于腾讯官方开放的tencent-weixin/openclaw-weixin实现的微信个人账号 Bot,支持接入任意 AI 模型,实现微信自动对话。免openclaw部署和登录直接接入与调用。
基于腾讯官方开放的tencent-weixin/openclaw-weixin实现的微信个人账号 Bot,支持接入任意 AI 模型,实现微信自动对话。免openclaw部署和登录直接接入与调用。
What the project is
weixin-ClawBot-API is a Python project hosted on GitHub. 基于腾讯官方开放的tencent-weixin/openclaw-weixin实现的微信个人账号 Bot,支持接入任意 AI 模型,实现微信自动对话。免openclaw部署和登录直接接入与调用。 这是一个直接调用腾讯微信 iLink Bot 接口的 Python 客户端示例。它无需部署 OpenClaw,即可通过扫码登录微信个人账号,并把收到的文字消息交给 DusAPI 或 DeepSeek 生成回复。 The repository is maintained by SiverKing and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.
What it offers
The weixin-ClawBot-API repository documents several concrete capabilities that shape how people use it. 内置 AI 面板管家(Agent) :支持自然语言对话完成面板配置、Prompt 编写、运行状态检查、故障排查,甚至源码版定制开发 已打通本项目的 ClawBot 连接 :内置 agent 可直接接入微信 ClawBot,用手机微信远程管理机器人,电脑端离线也能用 功能完整 :多 AI 平台接入、多 Prompt 管理、对话记忆、图片识别、关键词回复、自定义规则转发、定时任务、朋友圈自动化、Web 管理面板等 50+ 管理命令 固定入口申请二维码,支持扫码状态长轮询、数字配对码和节点跳转 Getupdates 长轮询收消息,并持久化 get updates buf 游标 These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.
How to set it up
Getting weixin-ClawBot-API running starts with cloning the source from https://github.com/SiverKing/weixin-ClawBot-API. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: pip install -r requirements.txt python bot.py. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.
License and project status
weixin-ClawBot-API is written primarily in Python and is released under the an unstated license license, which sets the terms for reuse and redistribution. The project reports around 103 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/SiverKing/weixin-ClawBot-API, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.
Editorial conclusion
The weixin-ClawBot-API source lives at https://github.com/SiverKing/weixin-ClawBot-API under the an unstated license license and is mainly written in Python. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.
Community notes