From 12d8630b7a96500f634c93691e51b5af6d71f384 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:49:47 +0800 Subject: [PATCH] =?UTF-8?q?cluntop=20upload=20/.github/Toos/=E5=A4=A7?= =?UTF-8?q?=E7=A7=80=E7=9B=B4=E6=92=AD/=E8=AF=B4=E6=98=8E.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/Toos/大秀直播/.gitkeep | 0 .github/Toos/大秀直播/说明.txt | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) delete mode 100644 .github/Toos/大秀直播/.gitkeep create mode 100644 .github/Toos/大秀直播/说明.txt diff --git a/.github/Toos/大秀直播/.gitkeep b/.github/Toos/大秀直播/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/.github/Toos/大秀直播/说明.txt b/.github/Toos/大秀直播/说明.txt new file mode 100644 index 000000000..413f6fb31 --- /dev/null +++ b/.github/Toos/大秀直播/说明.txt @@ -0,0 +1,19 @@ +建议在python虚拟环境下运行。 + +注意事项:定时任务的目录指向 home/sebo/ 目录 + +1.自行设置token chatid + + +2.安装命令 : +apt update + +pip3 install requests beautifulsoup4 lxml bs4 + +3.运行命令:python3 aisimu.py + +4.定时任务:0 */6 * * * cd /home/sebo && /home/sebo/venv/bin/python /home/sebo/aisimu.py >> /home/sebo/aisimu.log 2>&1 + +5.定时任务说明:每隔6小时自动执行 + +无需登录 自动注册登录抓取 \ No newline at end of file