init: WeChat Hermes Gateway - wxhook + Hermes AI auto-reply bot

This commit is contained in:
hmo
2026-05-17 14:13:14 +08:00
commit 93f4273b3d
5 changed files with 564 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
@echo off
title WeChat Hermes Bridge
cd /d "%~dp0.."
set PYTHON=C:\Users\hmo\AppData\Local\Programs\Python\Python310\python.exe
set AGENT=scripts\wechat_agent.py
echo ========================================
echo WeChat Hermes Bridge
echo ========================================
echo.
echo [1/3] 启动微信 + 注入 DLL...
echo.
set PYTHONHOME=
set WXHOOK_LOG_LEVEL=ERROR
%PYTHON% %AGENT%
echo.
echo ========================================
echo 微信已启动!
echo.
echo 第 2 步:运行修复过低工具 ^> 扫码登录
echo 路径:D:\Program Files (x86)\低版本修复工具\
echo 低版本修复工具\修复过低6.0\低版通用杀器.sp.exe
echo.
echo 第 3 步:手机扫码 → 自动开始转发
echo.
echo 按 Ctrl+C 停止桥接
echo ========================================
if %errorlevel% neq 0 (
pause
)