[Qinglong panel + Nolan 2.0 webpage SMS verification login + bot query]

Before reading this, if you haven’t built it before, please read the following article first. If you follow the following instructions and the robot fails to obtain the verification code 5 times and asks you to log in with cookies, read this article.

 Premise: own server! Centos7.6 is used here for demonstration!

buy here without server

Tencent Cloud:

Tencent Cloud Newbie Benefits https://curl.qcloud.com/RXThQVCn

Ali Cloud:

Alibaba Cloud Newcomer Benefits https://www.aliyun.com/daily-act/ecs/fy22-12-yure?userCode=xnfx4mewHuawei Cloud:

HUAWEI CLOUD Newcomer Benefits icon-default.png?t=LBL2http://[Special offer area, limited-time special offers for various products] https://activity.huaweicloud.com/discount_area_v5/index.html?fromacct=0f98b83b-e7dd-4946-b495-ec4282f8230f&utm_source=aHcwNzk4MDY5MjM==&utm_medium =cps&utm_campaign=201905

Semi-automatic, modified based on the article below.

[I stepped on the pit to summarize the configuration pagoda + Qinglong panel + qqbot + Nvjdc (Nolan) jd generation hanging + Huantai (12.3 update, 12.10 change)]_Sean_Asu's blog-CSDN blog Xiaobai, I step on the pit summary and build the JD generation Hanging robots, I don’t know about other problems, don’t embarrass me, write this summary and see for yourself. https://blog.csdn.net/Sean_Asu/article/details/121695651

Self-service code scanning and hanging:

 

Extract UID binding:

 

1. Delete the Nvjdc address in the bot background settings.

If you don’t write anything at all, you can ignore this step, and remember to save it at the end

2. Modification of the Nolan configuration file.

If Nolan is installed according to the above article, it is the original library of the author of Nolan. The latest version is 2.1. I still use 2.0. The difference is not big, and I will not update it if it is semi-automatic. With the following modifications.

The previous article said that if you configure the bot robot, the config in the Config.json file of nolanjdc must be empty. To make the following changes in Config.

{
  ///浏览器最多几个网页
  "MaxTab": "5",
  //回收时间分钟 不填默认3分钟
  "Closetime": "5",
  //网站标题
  "Title": "Zero",
  //网站公告
  "Announcement": "本脚本收集于网络,为了您的安全,请关闭免密支付!",
  ///XDD PLUS Url  http://IP地址:端口/api/login/smslogin
  //"XDDurl": "",
  ///xddToken
  //"XDDToken": "",
  "AutoCaptchaCount": "5",
  ///## 8. Push Plus官方网站:http: //www.pushplus.plus 
  ///下方填写您的Token,微信扫码登录后一对一推送或一对多推送下面的token,只填" "PUSH_PLUS_TOKEN",
  "PUSH_PLUS_TOKEN": "",
  //下方填写您的一对多推送的 "群组编码" ,(一对多推送下面->您的群组(如无则新建)->群组编码)
  "PUSH_PLUS_USER": "",

  ///开启打印等待日志卡短信验证登陆 可开启 拿到日志群里回复
  "Debug": "1",
  ///青龙配置 注意 如果不要青龙  Config :[]
  "Config": [
    {
      //序号必填从1 开始
      "QLkey": 1,
      //服务器名称
      "QLName": "阿里云",
      //青龙地址
      "QLurl": "×××",
      //青龙2,9 OpenApi Client ID
      "QL_CLIENTID": "",
      //青龙2,9 OpenApi Client Secret
      "QL_SECRET": "",
      //CK最大数量
      "QL_CAPACITY": 50,
      "QRurl": ""
    }
  ]

}

This is the content of the template, the main thing that needs to be modified is the part in the figure below

Qinglong address is your Qinglong panel address, generally your public network ip:5700, see personal port settings for details

QL_CLIENTID and QL_SECRET are in the Qinglong panel - check in the application settings, copy and add them yourself

 The maximum capacity of CK is set according to the personal server, there is no need to write in the QRurl below, and the server name above is set by yourself.

Then save the file, remember to restart the Nolan container

3. Visit the website

If the code in the author’s GitHub is used to install Nolan, then the port number is 5701, enter ip:5701 in the webpage, and you can

 If you log in at this step, the ck has actually been synchronized to the Qinglong panel. If you want the robot query function, just let them copy the ck and send it to the robot to complete the binding!

4. Personal proxy

If you are too lazy to build, you can get on the car directly, you can get on mine or someone else’s

Self-service code scanning

Need to enter the group private chat

 Password: CSDN, if the password is wrong, just reject it

Guess you like

Origin blog.csdn.net/Sean_Asu/article/details/121962853