Files
AgentsMeeting/gateway/linux
zhiwei f1630ebb03 feat: WeChat Linux bot via docker-wechatbot-webhook
- Docker container with auto-restart
- systemd webhook receiver on :5804
- Full send/receive loop: WeChat ↔ Docker ↔ Hermes
- Fixed login token for persistence
- Firewall rules for container-host communication
2026-06-24 01:59:44 +08:00
..

MoWeChat — 莫荷微信 Bot (Linux 版)

将莫荷的微信 bot 从 Windowswxhelper DLL 注入)迁移到 Linux 原生运行。

技术方案:官方 Linux 微信 AppImage + GDB Hook

快速导航

  • 架构文档docs/architecture.md(所有方案评估、信息源、接入须知)
  • GDB Hook 脚本hooks/gdb_hook_messages.py(待实现)
  • 微信安装包WeChatLinux.AppImage(已下载,276MB,最新版)
  • Windows 原版../scripts/wechat_agent.py(保留不动)

当前状态

项目结构 + 依赖安装 + 微信下载 GDB Hook 脚本(待实现)→ 莫荷接手

注意事项

  • 不走 ClawBot/iLink — 详见 docs/architecture.md
  • 不走 wine — 3.9.x 微信登录已被腾讯封禁
  • 不走降版本工具 — 已损坏
  • 唯一可行路线:Linux 原生微信 + GDB Hook