feat: 微信自动化客服(wechatauto-replica) 干净历史导入 - AI 自动回复/语音收发/朋友圈发布

This commit is contained in:
2026-09-16 10:12:49 +08:00
commit c3b98f4c4e
69 changed files with 19828 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
rem 微信智能客服引擎启动脚本(schtasks 常驻用)
rem 用 unai-core 的 cpython(真 python,不 spawn 孪生进程),避免 launcher 双开竞争
cd /d "C:\Users\Administrator\wechatauto-replica"
set PYTHONPATH=
set VIRTUAL_ENV=
"C:\Users\Administrator\AppData\Local\unai-core-os\unai-core-os\python\cpython-3.12.13-windows-x86_64-none\python.exe" wechat_ai_reply.py >> ai_reply.log 2>&1