99 lines
2.2 KiB
Markdown
99 lines
2.2 KiB
Markdown
# 青龙拉取常用京东脚本库
|
||
|
||
## 整库
|
||
- `Unknown 备份托管等`
|
||
|
||
1. `panghu999`(主用)
|
||
```
|
||
ql repo https://github.com/panghu999/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon|format_" "^jd[^_]|USER"
|
||
```
|
||
- cron
|
||
```
|
||
50 * * * *
|
||
```
|
||
2. `JDHelloWorld`(辅助)
|
||
```
|
||
ql repo https://github.com/JDHelloWorld/jd_scripts "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon" "^jd[^_]|USER"
|
||
```
|
||
- cron
|
||
```
|
||
55 * * * *
|
||
```
|
||
3. `chinnkarahoi`
|
||
```
|
||
ql repo https://github.com/chinnkarahoi/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp|jd_delCoupon" "^jd[^_]|USER"
|
||
```
|
||
|
||
- `龙珠`
|
||
```
|
||
ql repo https://github.com/longzhuzhu/nianyu.git "qx"
|
||
```
|
||
- `混沌`
|
||
```
|
||
ql repo https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env"
|
||
```
|
||
- `passerby-b`
|
||
```
|
||
ql repo https://github.com/passerby-b/JDDJ.git "jddj_" "scf_test_event" "jddj_cookie"
|
||
```
|
||
- `温某某`
|
||
```
|
||
ql repo https://github.com/Wenmoux/scripts.git "other|jd" "" "" "wen"
|
||
```
|
||
- `柠檬(胖虎)`
|
||
```
|
||
ql repo https://github.com/panghu999/panghu.git "jd_"
|
||
```
|
||
- `zoopanda(动物园)`
|
||
```
|
||
ql repo https://github.com/zooPanda/zoo.git "zoo"
|
||
```
|
||
- `hyzaw`
|
||
```
|
||
ql repo https://github.com/hyzaw/scripts.git "ddo_"
|
||
```
|
||
- `Ariszy (Zhiyi-N)`
|
||
```
|
||
ql repo https://github.com/Ariszy/Private-Script.git "JD"
|
||
```
|
||
- `ZCY01`
|
||
```
|
||
ql repo https://github.com/ZCY01/daily_scripts.git "jd_"
|
||
```
|
||
- `monk-dust/dust`
|
||
```
|
||
ql repo https://github.com/Oreomeow/dust.git "i-chenzhe|normal|member|car" "backup"
|
||
```
|
||
- `star261`
|
||
```
|
||
ql repo https://github.com/star261/jd.git "scripts" "code"
|
||
```
|
||
- `curtinlv`
|
||
```
|
||
ql repo https://github.com/curtinlv/JD-Script
|
||
```
|
||
|
||
## 单脚本
|
||
> 翻翻乐提现单文件
|
||
```
|
||
ql raw https://raw.githubusercontent.com/jiulan/platypus/main/scripts/jd_ffl.js
|
||
```
|
||
> `curtinlv/JD-Script`(上面拉过仓库的可以不用拉了)
|
||
|
||
>>cron
|
||
```
|
||
15 8 * * *
|
||
```
|
||
>>赚京豆
|
||
```
|
||
ql raw https://raw.githubusercontent.com/curtinlv/JD-Script/main/jd_zjd.py
|
||
```
|
||
>>入会
|
||
```
|
||
ql raw https://raw.githubusercontent.com/curtinlv/JD-Script/main/OpenCard/jd_OpenCard.py
|
||
```
|
||
>>关注
|
||
```
|
||
ql raw https://raw.githubusercontent.com/curtinlv/JD-Script/main/getFollowGifts/jd_getFollowGift.py
|
||
```
|