
微信三月份发布了 微信 ClawBot ,不想在电脑上部署 ClawBot ,这玩意风险太大了,但是想将 Bot 的对话能力部署在本地,于是就有了本项目。使用了一段时间,感觉还是挺有用的
最大的用处:把其他服务的运行情况直接发到微信 Bot (服务器告警、签到通知、金价推送等),同时自带了一些实用命令,也很方便 WebHook 扩展。

一行部署
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/yuuouu/WeChat-Bridge/main/scripts/install.sh | bash Windows (PowerShell):
powershell -c "irm https://raw.githubusercontent.com/yuuouu/WeChat-Bridge/main/scripts/install.ps1 | iex" 浏览器打开 http://localhost:5200,扫码登录即可使用。
curl 发信息
curl "http://localhost:5200/api/send?text=Hello!" 其他能力
项目地址
GitHub:https://github.com/yuuouu/WeChat-Bridge
欢迎 Star 和反馈
1 yuuou OP 环境要求:Python 3.10+ 或 Docker |
2 Lemon305 15h 56m ago via iPhone 微信 bot 要是没有 24 小时必须发消息这个限制就好了,延长到一周都行 |
3 bestie 15h 54m ago 24 小时的限制导致微信 bot 就是残废 |