This commit is contained in:
dylan 2022-10-04 11:14:48 +08:00
parent 5736d19eae
commit da51c1ca0a
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# auto_comment
JD自动评价,带图
JD自动评价(评价晒单带图,追评,服务评价)
拉库命令 ql repo https://github.com/6dylan6/auto_comment.git "jd_" "" "jdspider"
@ -11,6 +11,6 @@ www的那个地址抓CK登录后F12输入document.cookie输出的那串
感谢原库作者https://github.com/Dimlitter/jd_AutoComment 在其基础上进行修改优化,适配青龙面板,自动安装依赖
初步使用符合预期,有问题欢迎提pr、issue
有问题欢迎提pr、issue
![image](https://i.postimg.cc/NG6g4pHf/1.jpg)

View File

@ -8,6 +8,7 @@ new Env('评价依赖安装');
import os
from time import sleep
print('第一次运行评价出错才运行此程序,如果没有问题请勿运行,以免弄出问题!!!')
sleep(2)
print('10s后开始安装依赖......')
sleep(10)
os.system('apk add --no-cache libxml2-dev libxslt-dev')