























微信三月份发布了 微信 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 ⭐ 和反馈
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。