feat: 微信自动化客服(wechatauto-replica) 干净历史导入 - AI 自动回复/语音收发/朋友圈发布
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user