最大的用处:把其他服务的运行情况直接发到微信 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 ⭐ 和反馈

