1. ai破解js加密
# https://github.com/Valerian7/AI_JS_DEBUGGER
cd /Users/snowdreams1006/Documents/workspace/git/AI_JS_DEBUGGER
# SOCKS5 代理(如果你的代理是SOCKS5协议)
git clone https://github.com/Valerian7/AI_JS_DEBUGGER.git --config http.proxy=socks5://127.0.0.1:7890 --config https.proxy=socks5://127.0.0.1:7890
# http 代理(如果你的代理是http协议)
git clone https://github.com/Valerian7/AI_JS_DEBUGGER.git --config http.proxy=http://127.0.0.1:7890 --config https.proxy=http://127.0.0.1:7890
cd AI_JS_DEBUGGER
pyenv local 3.12.10
# 创建虚拟环境
python -m venv myenv
# 激活
myenv\Scripts\activate
# 停用
deactivate
# 安装所有依赖
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
# 验证依赖是否无冲突
pip check
# 启动服务 http://localhost:5001
python3 run_flask.py
作者: 雪之梦技术驿站
来源: 雪之梦技术驿站
本文原创发布于「雪之梦技术驿站」,转载请注明出处,谢谢合作!