Explorar o código

内容: 添加机器人启动脚本(bat/vbs)供计划任务调用

Sisyphus Agent hai 3 semanas
pai
achega
e3ed61f864

+ 4 - 0
运营文案/xhs_bot_listener.vbs

@@ -0,0 +1,4 @@
+' 小红书数据机器人监听启动器(隐藏窗口)
+' 由 Windows 计划任务在登录时调用,避免黑窗口常驻。
+Set WshShell = CreateObject("WScript.Shell")
+WshShell.Run """C:\Users\Administrator\AppData\Local\Programs\Python\Python312\python.exe"" ""C:\code\cfc\运营文案\xhs_bot_listener.py""", 0, False

+ 2 - 0
运营文案/xhs_bot_listener_start.bat

@@ -0,0 +1,2 @@
+@echo off
+C:\Users\Administrator\AppData\Local\Programs\Python\Python312\python.exe "%~dp0xhs_bot_listener.py"