This commit is contained in:
Pyhtagodzilla
2025-07-20 23:31:42 +08:00
parent fe244d95b4
commit d456805d46
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
BOT_ACCOUNT="Your-bot-account"
ROOT_ACCOUNT="Your-root-account"
WS_URI="ws://Your-uri:port"
WS_TOKEN="Your-token"
WEBUI_URI="http://Your-uri:port"
WEBUI_TOKEN="Your-token
+4
View File
@@ -0,0 +1,4 @@
requests~=2.32.4
ncatbot~=3.8.8.post7
dotenv~=0.9.9
python-dotenv~=1.1.1