初始化项目:网易大神实时审核数据监控

This commit is contained in:
ui-beam-9
2025-04-21 13:35:30 +08:00
commit 0e092e3e37
14 changed files with 3438 additions and 0 deletions

17
install_dependencies.bat Normal file
View File

@@ -0,0 +1,17 @@
@echo off
chcp 65001 >nul
cd /d "C:\Python39"
echo 正在安装网易大神审核数据监控系统所需依赖...
echo 请稍候...
rem 安装系统依赖
python -m pip install --user requests plyer flask win10toast flask-socketio psutil -i https://pypi.tuna.tsinghua.edu.cn/simple
rem 安装加密/解密所需的标准库依赖
echo.
echo 正在安装加密/解密所需的依赖...
python -m pip install --user base64io pycryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple
echo.
echo 依赖安装完成!
echo 请使用 start_monitor.cmd 启动系统