友情提示:只会Fork的同学容易吃了今天没明天……
https://gitee.com/ZFeng3242/JD-haoyangmao -脚本更新频繁带助力池
青龙拉取:
https://github.com/zero205/JD_tencent_scf -脚本更新频繁带助力池
青龙拉取:
https://github.com/JDHelloWorld/jd_scripts -脚本更新频繁带助力池
青龙拉取:
https://github.com/he1pu/JDHelp -脚本更新频繁带助力池
青龙拉取:
集合目前能用的脚本有更新
https://github.com/shufflewzc/faker2 -脚本更新频繁带助力池
https://github.com/shufflewzc/faker3 -脚本更新频繁不带助力池
https://github.com/Annyoo2021/scripts -lxk最终版及搬运整理 集合目前能用的脚本
青龙拉取:
https://github.com/LingFeng0918/jd_scripts -内部互助不带助力池
青龙拉取:
https://github.com/ccwav/QLScript2 -资产通知增强版和CK检测
青龙拉取:
https://github.com/gys619/jdd -内部互助不带助力池
青龙拉取:
https://github.com/ZCY01/daily_scripts -价格保护
青龙拉取:
https://github.com/Zy143L/wskey -WSKEY转CK
青龙拉取:
https://github.com/JDWXX/ql_all -其他签到APP脚本
青龙拉取:
https://github.com/JDWXX/jd_job -脚本很强不确定是否带助力池
青龙拉取:
https://github.com/cdle/carry -老年人内部互助库
青龙拉取:
https://github.com/yuannian1112 -不推荐
青龙拉取:
https://github.com/lukesyy/jd_yun -京东合集-----腾讯云函数
其它:
https://github.com/curtinlv/JD-Script
https://github.com/he1pu/JDHelp
https://github.com/passerby-b/JDDJ
https://github.com/jiulan/platypus
https://github.com/Ariszy/Private-Script
https://github.com/whyour/hundun
https://github.com/inoyna12/JDsc
https://github.com/passerby-b/JDDJ
https://github.com/chinnkarahoi/jd_scripts
拉取一个库:
ql repo <repourl> <path> <blacklist> <dependence> <branch>
对应意思“库地址” “拉哪些”“不拉哪些” “依赖文件” “分支”
拉取单个脚本:
ql raw <fileurl>
1.出现这种错误:Cannot find module 'xxxx'
依赖不完整,解决方法:
cd /ql/scripts/
pnpm install 'xxxx'
npm install 'xxxx'
这两个安装命令都可以用
2.出现这种错误:Cannot find module './xxxx'
那就很有是拉库命令不完整,请检查或复制完整的拉库命令。
部分需要的依赖:自行安装
"pip3 install requests"
"pip3 install pytz"
"npm install -g download"
"pnpm install jsdom"
"apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev && cd scripts && npm install canvas png-js md5 date-fns axios crypto-js tslib ts-md5 @types/node --build-from-source"
Comment here is closed