Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shidahuilang/ql-

青龙一键搭建,京东,羊毛,检测安装docker,青龙脚本依赖,拉库,全部傻瓜式
https://github.com/shidahuilang/ql-

docker jd-cookie jingdong maiark qinglong

Last synced: 3 days ago
JSON representation

青龙一键搭建,京东,羊毛,检测安装docker,青龙脚本依赖,拉库,全部傻瓜式

Awesome Lists containing this project

README

        

#### 🚩 一键安装青龙面板命令

![img.png](image/img.png)

![img1.png](image/img1.png)
#### 🚩 全自动提交助力码到互助池
![img2.png](image/img2.png)

- 使用方式
```sh
docker exec -it qinglong bash -c "task /ql/jd/1-5.sh && python3 /ql/jd/1-5.py"
docker exec -it qinglong bash -c "task /ql/jd/6-10.sh && python3 /ql/jd/6-10.py"
运行命令后,显示 Please enter your phone (or bot token):
就输入您的注册TG的电话,如果是大陆的格式就是+8613666666666
然后TG接收到验证码填上,再下来,如果TG有密码就输入密码
```
#
- 为防止系统没安装curl,使用不了一键命令,使用一键安装青龙面板命令之前先执行一次安装curl命令

- 安装curl请注意区分系统,openwrt千万别另外安装curl,openwrt本身自带了,另外安装还会用不了
#

- 使用root用户登录ubuntu或者debian系统,后执行以下命令安装curl
```sh
apt -y update && apt -y install curl wget sudo
```

- 使用root用户登录centos系统,后执行以下命令安装curl
```sh
yum install -y curl wget
```
#
- 国外鸡地址,执行下面一键命令安装青龙+依赖+任务+maiark自由选择(安装完毕后再次使用命令可以对应用进行升级)
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/lang1.sh)"
```
- 国内鸡地址,执行下面一键命令安装青龙+依赖+任务+maiark自由选择(安装完毕后再次使用命令可以对应用进行升级)
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/lang1.sh)"
```

## 第二步

#### 🚩 如果上面的命令运行成功会有提示,按提示操作登录面板

- 登录面板后,在‘ 环境变量 ’项添加 WSKEY 或者 PT_KEY

- 添加 wskey 或者 pt_key 都要注意KEY里面的分号,英文分号,记得别省略了,WSKEY和PT_KEY二选一即可

- 格式如下:

```sh
# > 添加 wskey

名称
JD_WSCK


pin=您的账号;wskey=您的wskey值;

# > 添加PT_KEY

名称
JD_COOKIE


pt_key=您的pt_key值;pt_pin=您的账号;
```

#
#### 🚩 青龙面板安装依赖方法
- #### 依赖管理 --> 添加依赖 --> 依赖类型(NodeJs) --> 自动拆分(是) --> 名称(把下面依赖名称全复制粘贴) --> 确定
```sh
date-fns
axios
ts-node
typescript
png-js
crypto-js
md5
dotenv
got
ts-md5
tslib
@types/node
requests
tough-cookie
jsdom
download
tunnel
fs
ws
js-base64
jieba
canvas
```
#
#### 🚩 单独安装某项的一键脚本

- 一键单独安装docker
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/docker.sh)"
```
```
wget -qO- https://get.docker.com/ | sh
```
- 一键安装单独青龙的依赖
```sh
docker exec -it qinglong bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/npm.sh)"
```
#### 🚩 单独F2拉库
F2库
```sh
ql repo https://github.com/shufflewzc/faker2.git "jd_|jx_|gua_|jddj_|jdCookie" "activity|backUp" "^jd[^_]|USER|function|utils|sendNotify|ZooFaker_Necklace.js|JDJRValidator_|sign_graphics_validate|ql|JDSignValidator" "main"
task disableDuplicateTasksImplement.py

```
大灰狼备份库
```sh
ql repo https://github.com/shidahuilang/f2.git "jd_|jx_|gua_|jddj_|jdCookie" "activity|backUp" "^jd[^_]|USER|function|utils|sendNotify|ZooFaker_Necklace.js|JDJRValidator_|sign_graphics_validate|ql|JDSignValidator|magic|depend|h5sts" "main"
```
#
- 傻妞一键安装
```
s=sillyGirl;a=arm64;if [[ $(uname -a | grep "x86_64") != "" ]];then a=amd64;fi ;if [ ! -d $s ];then mkdir $s;fi ;cd $s;wget http://gitee.yanyuge.workers.dev/https://github.com/cdle/${s}/releases/download/main/${s}_linux_$a -O $s && chmod 777 $s;pkill -9 $s;$(pwd)/$s
```
- 配置文件模板进`etc/sillyGirl`目录执行
```
wget https://gitee.com/yanyuwangluo/onekey/raw/master/sets.conf
```
- 傻妞docker版交互模式 ```docker attach sillygirl```
```
docker run \
-itd \
--name sillygirl \
--restart always \
-v "$(pwd)"/sillyGirl:/etc/sillyGirl \
mzzsfy/sillygirl:latest
```
- 单独安装Maiark
- X86
```
wget -N --no-check-certificate https://github.com/shidahuilang/QL-/raw/main/MaiARKx86 && chmod 777 MaiARKx86 && ./MaiARKx86
```
- 后台运行
```
nohup ./MaiARKx86 &
```
- Maiarkdocker版
```
docker run -d \
--name MaiARK \
--hostname MaiARK \
--restart=always \
-v /opt/maiark:/MaiARK \
-p 5701:8082 \
kissyouhunter/maiark
```

- 单独安装Pro一键脚本
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/pro.sh)"
```
- 单独安装JDX
```sh
docker run -d --restart always -p 5705:80 -v /root/jdx/config:/jdx/config --name jdx aaron8/jdx
```

- 单独安装阿东一键脚本(免费有限制,一天扫码2次,低调使用,如有批量需求,请捐赠原作者)
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/shidahuilang/QL-/main/adong/adong.sh)"
```

- 人形bot Docker 一键安装:
```sh
wget https://raw.githubusercontent.com/TeamPGM/PagerMaid-Pyro/development/utils/docker.sh -O docker.sh && chmod +x docker.sh && bash docker.sh
```
## 感谢!

> [`whyour`]
> [`danshui`]
> [`feverrun`]
> [`Aaron-lv`]
> [`faker2`]