From d456805d466de4745ffeeaaeb02a1be1ea0ac75d Mon Sep 17 00:00:00 2001 From: Pyhtagodzilla <1670671958@qq.com> Date: Sun, 20 Jul 2025 23:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.bak | 6 ++++++ requirements.txt | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .env.bak create mode 100644 requirements.txt diff --git a/.env.bak b/.env.bak new file mode 100644 index 0000000..25b830b --- /dev/null +++ b/.env.bak @@ -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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a636823 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests~=2.32.4 +ncatbot~=3.8.8.post7 +dotenv~=0.9.9 +python-dotenv~=1.1.1 \ No newline at end of file