diff --git a/.github/pull.yml b/.github/pull.yml index a2bbd1a57..e93dcf20f 100644 --- a/.github/pull.yml +++ b/.github/pull.yml @@ -3,6 +3,6 @@ version: "1" rules: # Array of rules - base: master # Required. Target branch - upstream: Sunert:master # Required. Must be in the same fork network. + upstream: ziye12:master # Required. Must be in the same fork network. mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: none. - mergeUnstable: true # Optional, merge pull request even when the mergeable_state is not clean. Default: false \ No newline at end of file + mergeUnstable: true # Optional, merge pull request even when the mergeable_state is not clean. Default: false diff --git a/.github/workflows/QQread.yml b/.github/workflows/QQread.yml deleted file mode 100644 index 7e7266278..000000000 --- a/.github/workflows/QQread.yml +++ /dev/null @@ -1,50 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: QQ阅读APP - -on: - workflow_dispatch: - schedule: - - cron: '30 10-23 * * *' - watch: - types: started - -jobs: - build: - runs-on: ubuntu-latest - if: github.event.repository.owner.id == github.event.sender.id - env: - QQREADAPP_HEADER: ${{ secrets.QQREADAPP_HEADER }} - QQREADAPP_VIDEOHD: ${{ secrets.QQREADAPP_VIDEOHD }} - COOKIES_SPLIT: ${{ secrets.COOKIES_SPLIT }} - - steps: - - name: Checkout - run: | - git clone https://github.com/ziye12/JavaScript.git ~/JavaScript - - name: Use Node.js 12.x - uses: actions/setup-node@v1 - with: - node-version: 12.x - - name: npm install - if: env.QQREADAPP_HEADER - run: | - cd ~/JavaScript - npm install - - name: '运行 【QQ阅读APP】' - if: env.QQREADAPP_HEADER - run: | - cd ~/JavaScript - node Task/QQread.js - env: - - PUSH_KEY: ${{ secrets.PUSH_KEY }} - BARK_PUSH: ${{ secrets.BARK_PUSH }} - TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }} - TG_USER_ID: ${{ secrets.TG_USER_ID }} - BARK_SOUND: ${{ secrets.BARK_SOUND }} - DD_BOT_TOKEN: ${{ secrets.DD_BOT_TOKEN }} - DD_BOT_SECRET: ${{ secrets.DD_BOT_SECRET }} - - diff --git a/.github/workflows/qqreads.yml b/.github/workflows/qqreads.yml deleted file mode 100644 index 78e9ae550..000000000 --- a/.github/workflows/qqreads.yml +++ /dev/null @@ -1,50 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: 企鹅读书 - -on: - workflow_dispatch: - schedule: - - cron: '*/11 * * * *' - watch: - types: started - -jobs: - build: - runs-on: ubuntu-latest - if: github.event.repository.owner.id == github.event.sender.id - env: - QQREAD_BODY: ${{ secrets.QQREAD_BODY }} - QQREAD_TIMEURL: ${{ secrets.QQREAD_TIMEURL }} - QQREAD_TIMEHD: ${{ secrets.QQREAD_TIMEHD }} - - steps: - - name: Checkout - run: | - git clone https://github.com/ziye12/JavaScript.git ~/JavaScript - - name: Use Node.js 12.x - uses: actions/setup-node@v1 - with: - node-version: 12.x - - name: npm install - if: env.QQREAD_TIMEHD - run: | - cd ~/JavaScript - npm install - - name: '运行 【企鹅读书】' - if: env.QQREAD_TIMEHD - run: | - cd ~/JavaScript - node Task/qqreads.js - env: - - PUSH_KEY: ${{ secrets.PUSH_KEY }} - BARK_PUSH: ${{ secrets.BARK_PUSH }} - TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }} - TG_USER_ID: ${{ secrets.TG_USER_ID }} - BARK_SOUND: ${{ secrets.BARK_SOUND }} - DD_BOT_TOKEN: ${{ secrets.DD_BOT_TOKEN }} - DD_BOT_SECRET: ${{ secrets.DD_BOT_SECRET }} - - diff --git a/.github/workflows/sync-repo.yml b/.github/workflows/sync-repo.yml index 9ab0005cf..3d853d962 100644 --- a/.github/workflows/sync-repo.yml +++ b/.github/workflows/sync-repo.yml @@ -28,20 +28,3 @@ jobs: source_branch: "master" destination_branch: "master" github_token: ${{ secrets.PAT }} - # 我自己同步到gitee使用,其他人可忽略 - - name: sync github -> gitee - uses: Yikun/hub-mirror-action@master - if: env.dst_key - with: - # 必选,需要同步的Github用户(源) - src: github/Sunert - # 必选,需要同步到的Gitee的用户(目的) - dst: gitee/Sunert - # 必选,更新指定库名字 - static_list: "Scripts" - - # 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - - # 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens - dst_token: ${{ secrets.GITEE_TOKEN }} diff --git a/README.md b/README.md new file mode 100644 index 000000000..7f2db98dd --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 不要fork! + +## 特别声明: + +* 本仓库发布的Script项目中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断. + +* 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。 + +* ziye12对任何脚本问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害. + +* 间接使用脚本的任何用户,包括但不限于建立VPS或在某些行为违反国家/地区法律或相关法规的情况下进行传播, ziye12 对于由此引起的任何隐私泄漏或其他后果概不负责. + +* 请勿将Script项目的任何内容用于商业或非法目的,否则后果自负. + +* 如果任何单位或个人认为该项目的脚本可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关脚本. + +* 任何以任何方式查看此项目的人或直接或间接使用该Script项目的任何脚本的使用者都应仔细阅读此声明。ziye12 保留随时更改或补充此免责声明的权利。一旦使用并复制了任何相关脚本或Script项目的规则,则视为您已接受此免责声明. + + **您必须在下载后的24小时内从计算机或手机中完全删除以上内容.**
+> ***您使用或者复制了本仓库且本人制作的任何脚本,则视为`已接受`此声明,请仔细阅读*** + diff --git a/Task/QQread.js b/Task/QQread.js deleted file mode 100644 index 342d05487..000000000 --- a/Task/QQread.js +++ /dev/null @@ -1,376 +0,0 @@ - -/*ziye - -本人github地址 https://github.com/ziye12/JavaScript -转载请备注个名字,谢谢 - -11.28 ⚠️无时长功能,只有签到,视频,宝箱 - -日均0.18收益 - - - - - -⚠️cookie获取方法: - -进 QQ阅读APP 点我的 获取cookie 秘密为 QQREADAPP_HEADER 多账号换行 - -点 免费 福利 日常福利-看视频 获取视频cookie 秘密为 QQREADAPP_VIDEOHD 多账号换行 - - - -⚠️宝箱奖励为60分钟一次,自己根据情况设置定时, - - - -hostname=commontgw6.reader.qq.com,eventv36.reader.qq.com - -############## 圈x - -#QQ阅读APP获取cookie - -https:\/\/commontgw6\.reader\.qq\.com\/v7_5_2\/nativepage\/getAcctInfo url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQread.js - -#QQ阅读APP获取视频cookie -https:\/\/eventv36\.reader\.qq\.com\/activity\/pkg11955\/watchVideo url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQread.js - -############## loon - -//QQ阅读APP获取cookie -https:\/\/commontgw6\.reader\.qq\.com\/v7_5_2\/nativepage\/getAcctInfo script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQreads.js,requires-header=true, tag=QQ阅读APP获取cookie - -//QQ阅读APP获取时长cookie -https:\/\/eventv36\.reader\.qq\.com\/activity\/pkg11955\/watchVideo script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQreads.js, requires-header=true, tag=QQ阅读APP获取视频cookie - -############## surge - -//QQ阅读APP获取cookie -QQ阅读APP获取cookie = type=https:\/\/commontgw6\.reader\.qq\.com\/v7_5_2\/nativepage\/getAcctInfo,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQreads.js, - -//QQ阅读APP获取视频cookie -QQ阅读APP获取视频cookie = https:\/\/eventv36\.reader\.qq\.com\/activity\/pkg11955\/watchVideo,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/QQreads.js, - - -*/ - -const jsname='QQ阅读APP' -const $ = Env(jsname) -const notify = $.isNode() ? require('./sendNotify') : ''; -var tz=''; -var kz=''; -var task=''; - - -var COOKIES_SPLIT='\n' //自定义多cookie之间连接的分隔符,默认为\n换行分割,不熟悉的不要改动和配置,为了兼容本地node执行 - -const logs = 0; //0为关闭日志,1为开启 -const notifyInterval=1 -//0为关闭通知,1为所有通知,2为宝箱领取成功通知, - -const dd=1//单次任务延迟,默认1秒 - - - -let QQreadhdArr = [], QQreadheaderVal = '', -QQreadvideohdArr = [], QQreadvideoheaderVal = '', - QQreadHD = [], QQreadvideoHD = []; - if ($.isNode()) { - if (process.env.COOKIES_SPLIT){ - COOKIES_SPLIT = process.env.COOKIES_SPLIT; - }; - console.log(`============ cookies分隔符为:${COOKIES_SPLIT} =============\n`); - if (process.env.QQREADAPP_HEADER && process.env.QQREADAPP_HEADER.indexOf(COOKIES_SPLIT) > -1) { - QQreadHD = process.env.QQREADAPP_HEADER.split(COOKIES_SPLIT); - } else { - QQreadHD = process.env.QQREADAPP_HEADER.split() - }; - - - - if (process.env.QQREADAPP_VIDEOHD && process.env.QQREADAPP_VIDEOHD.indexOf(COOKIES_SPLIT) > -1) { - QQreadvideoHD = process.env.QQREADAPP_VIDEOHD.split(COOKIES_SPLIT); - } else { - QQreadvideoHD = process.env.QQREADAPP_VIDEOHD.split() - }; - -} - -if ($.isNode()) { - Object.keys(QQreadHD).forEach((item) => { - if (QQreadHD[item]) { - QQreadhdArr.push(QQreadHD[item]) - } - }) - - Object.keys(QQreadvideoHD).forEach((item) => { - if (QQreadvideoHD[item]) { - QQreadvideohdArr.push(QQreadvideoHD[item]) - } - }) - - console.log(`============ 共${QQreadhdArr.length}个QQ阅读APP账号 =============\n`) - console.log(`============ 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} =============\n`) - } else { - QQreadhdArr.push($.getdata('QQreadhd')); - QQreadvideohdArr.push($.getdata('QQreadvideohd')); - -} - - if (isGetCookie = typeof $request !== 'undefined') { - GetCookie(); - $.done(); - } - - - - -function GetCookie() { - if($request &&$request.url.indexOf("getAcctInfo")>=0) { - -const QQreadheaderVal = JSON.stringify($request.headers) - if (QQreadheaderVal) $.setdata(QQreadheaderVal,'QQreadhd') - $.log(`[${jsname}] 获取Cookie: 成功,QQreadheaderVal: ${QQreadheaderVal}`) - $.msg(jsname, `获取cookie: 成功🎉`, ``) - } - - - - if($request &&$request.url.indexOf("watchVideo")>=0) { - -const QQreadvideoheaderVal = JSON.stringify($request.headers) - if (QQreadvideoheaderVal) $.setdata(QQreadvideoheaderVal,'QQreadvideohd') - $.log(`[${jsname}] 获取视频Cookie: 成功,QQreadvideoheaderVal: ${QQreadvideoheaderVal}`) - $.msg(jsname, `获取视频cookie: 成功🎉`, ``) - } - - - -} - - - - -let K = 0; - all() -function all(){ - QQreadheaderVal = QQreadhdArr[K]; - QQreadvideoheaderVal = QQreadvideohdArr[K]; - for(var i=0;i<7;i++) - { (function(i) { - setTimeout(function() { - - if (i==0) -QQreadinfo();//用户名 - -else if (i==1) -QQreadtask();//任务列表 - -else if (i==2) -QQreadboxinfo();//宝箱 - -else if (i==4&& task.data&&task.data.watchVideo.videoCount==0) -QQreadsign();//金币签到 - -else if (i==5&& task.data&&task.data.watchVideo.videoCount<=9) -QQreadvideo();//视频任务 - - - -else if (i == 6 && K < QQreadhdArr.length - 1) { -K += 1; -all(); - } else if (i == 6 && K == QQreadhdArr.length - 1) { - showmsg();//通知 - console.log(tz) - $.done(); - } - }, - - (i + 1) * dd * 1000 - ); - })(i); - } -} - - - -//用户名 -function QQreadinfo() { -return new Promise((resolve, reject) => { - - const toQQreadinfourl = { - - url: 'https://commontgw6.reader.qq.com/v7_5_2/nativepage/getAcctInfo', - headers: JSON.parse(QQreadheaderVal), - timeout:60000}; - $.get(toQQreadinfourl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 用户名: ${data}`) - info =JSON.parse(data) -kz+= -'\n========== 【'+info.nick+'】 ==========\n'; -tz+= -'\n========== 【'+info.nick+'】 ==========\n'; - -resolve() - }) - }) - } - - - - - -//任务列表 -function QQreadtask() { -return new Promise((resolve, reject) => { - - const toQQreadtaskurl ={url: 'https://eventv3.reader.qq.com/activity/pkg11955/initV2', - headers: JSON.parse(QQreadvideoheaderVal), - timeout:60000}; - $.get(toQQreadtaskurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 任务列表: ${data}`) - task =JSON.parse(data) -kz+= - '【现金余额】:'+ - task.data.userBalance.cash+ - '元\n'+ - '【今日收益】:'+ - (task.data.userBalance.coin/30000).toFixed(2)+ - '元\n'; - -tz+= - '【现金余额】:'+ - task.data.userBalance.cash+ - '元\n'+ - '【今日收益】:'+ - (task.data.userBalance.coin/30000).toFixed(2)+ - '元\n'+ - '【签到天数】:'+ - (task.data.userType-1)+ - '天\n'+ - '【已看视频】:'+ - task.data.watchVideo.videoCount+ - '/10次\n' - - -resolve() - - }) - }) - } - - - - - -//金币签到 -function QQreadsign() { -return new Promise((resolve, reject) => { - const toQQreadsignurl ={url: 'https://eventv36.reader.qq.com/activity/pkg11955/punchCard_v2', - headers: JSON.parse(QQreadvideoheaderVal), - timeout:60000}; - $.get(toQQreadsignurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币签到: ${data}`) - sign =JSON.parse(data) -if (sign.code==0) - { -tz+= -'【金币签到】:获得'+sign.data.coinNum+'金币\n' - } -resolve() - }) - }) - } - - - -//视频奖励 -function QQreadvideo() { -return new Promise((resolve, reject) => { - const toQQreadvideourl ={url: 'https://eventv36.reader.qq.com/activity/pkg11955/watchVideo', - headers: JSON.parse(QQreadvideoheaderVal), - timeout:60000}; - $.get(toQQreadvideourl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 视频奖励: ${data}`) - video =JSON.parse(data) -if (video.code==0) - { -tz+= -'【视频任务'+video.data.videoCount+'】:获得100金币\n' -} - -resolve() - }) - }) - } - - - - - -//宝箱奖励 - function QQreadboxinfo() { - return new Promise((resolve, reject) => { - const toQQreadboxinfourl ={url: 'https://eventv3.reader.qq.com/activity/pkg11955/queryOpenBoxInfo', - headers: JSON.parse(QQreadvideoheaderVal), - timeout:60000}; - $.get(toQQreadboxinfourl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 宝箱奖励详情: ${data}`) - boxinfo =JSON.parse(data) - var cz=new Date().getTime()-boxinfo.data.openTime - var CZ=3600-(cz/1000).toFixed(0) - if (CZ>=1){ - tz+= - '【宝箱剩余'+boxinfo.data.openNum+'】:差'+CZ+'秒\n'; - kz+= - '【宝箱剩余'+boxinfo.data.openNum+'】:差'+CZ+'秒\n'; - } - - else if(CZ<=0) { - const toQQreadboxurl ={url: 'https://eventv3.reader.qq.com/activity/pkg11955/openBox', - headers: JSON.parse(QQreadvideoheaderVal), - timeout:60000}; - $.get(toQQreadboxurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 宝箱奖励: ${data}`) - box =JSON.parse(data) - if (box.code==0){ - tz+= - '【宝箱剩余'+box.data.openNum+'】:获得'+box.data.coin+'金币\n' - kz+= - '【宝箱剩余'+box.data.openNum+'】:获得'+box.data.coin+'金币\n' - } - - }) - - } - }) - resolve() - - }) - } - - - - -function showmsg() { -tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date(new Date().getTime() + 8 * 60 * 60 * 1000).toLocaleString()} \n\n`; - -let d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000); -if (d.getHours()==12 && d.getMinutes()<=20 ||d.getHours()==23 && d.getMinutes()>=40 ) { - notify.sendNotify(jsname,kz) - } - -if (notifyInterval==1) -$.msg(jsname,'',tz)//显示所有通知 - -else if (notifyInterval==2&&CZ<=0&&boxinfo.data.openNum>0) -$.msg(jsname,'',tz)//宝箱领取成功通知 - - - -} - - -// prettier-ignore -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r)));let h=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];h.push(e),s&&h.push(s),i&&h.push(i),console.log(h.join("\n")),this.logs=this.logs.concat(h)}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)} diff --git a/Task/qqreads.js b/Task/qqreads.js deleted file mode 100644 index 6d752ae4d..000000000 --- a/Task/qqreads.js +++ /dev/null @@ -1,706 +0,0 @@ -/* ziye - -github地址 https://github.com/ziye12/JavaScript -TG频道地址 https://t.me/ziyescript -TG交流群 https://t.me/joinchat/AAAAAE7XHm-q1-7Np-tF3g - -转载请备注个名字,谢谢 - -11.25 增加 阅读时长上传,阅读金币,阅读随机金币 -11.25 修复翻倍宝箱不同时领取的问题.增加阅读金币判定 -11.25 修复阅读时长问题,阅读金币问题,请重新获取时长cookie -11.26 随机金币只有一次,故去除,调整修复阅读金币问题,增加时长上传限制 -11.26 增加领取周时长奖励 -11.26 增加结束命令 -11.27 调整通知为,成功开启宝箱再通知 -11.28 修复错误 -11.29 更新 支持action.默认每天21点到21点20通知 -12.2 修复打卡问题 -12.3 缩短运行时间,由于企鹅读书版本更新.请手动进去看一次书 -12.3 调整推送时间为12点和24点左右 -12.6 精简打印通知 -12.7 解决1金币问题,务必重新获取一次更新body -12.8 更新支持boxjs - -⚠️cookie获取方法: - -进 https://m.q.qq.com/a/s/d3eacc70120b9a37e46bad408c0c4c2a - -进书库选择一本书,看10秒以下,然后退出,获取时长url和时长header以及更新body,看书一定不能超过10秒 - - - -Secrets对应关系如下,多账号默认换行 - -qqreadbodyVal 👉 QQREAD_BODY -qqreadtimeurlVal 👉 QQREAD_TIMEURL -qqreadtimeheaderVal 👉 QQREAD_TIMEHD - - - -⚠️宝箱奖励为20分钟一次,自己根据情况设置定时,建议设置11分钟一次 - -hostname=mqqapi.reader.qq.com - -############## 圈x - -#企鹅读书获取更新body -https:\/\/mqqapi\.reader\.qq\.com\/log\/v4\/mqq\/track url script-request-body https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js - -#企鹅读书获取时长cookie -https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js - -############## loon - -//企鹅读书获取更新body -http-request https:\/\/mqqapi\.reader\.qq\.com\/log\/v4\/mqq\/track script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js,requires-body=true, tag=企鹅读书获取更新body - -//企鹅读书获取时长cookie -http-request https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js, requires-header=true, tag=企鹅读书获取时长cookie - -############## surge - -//企鹅读书获取更新body -企鹅读书获取更新body = type=http-request,pattern=https:\/\/mqqapi\.reader\.qq\.com\/log\/v4\/mqq\/track,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js, - -//企鹅读书获取时长cookie -企鹅读书获取时长cookie = type=http-request,pattern=https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid?,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js, - - -*/ - -const jsname = "企鹅读书"; -const $ = Env(jsname); -$.idx = ($.idx = ($.getval('qeSuffix') || '1') - 1) > 0 ? ($.idx + 1 + '') : ''; // 账号扩展字符 -const notify = $.isNode() ? require("./sendNotify") : ""; - -let tz = ""; -let kz = ""; -let task = ""; -let config = ""; - -let COOKIES_SPLIT = "\n"; // 自定义多cookie之间连接的分隔符,默认为\n换行分割,不熟悉的不要改动和配置,为了兼容本地node执行 - -const logs = 0; // 0为关闭日志,1为开启 -const notifyInterval = 3; -// 0为关闭通知,1为所有通知,2为宝箱领取成功通知,3为宝箱每15次通知一次 - -const dd = 1; // 单次任务延迟,默认1秒 -const TIME = 30; // 单次时长上传限制,默认5分钟 -const maxtime = 12; // 每日上传时长限制,默认12小时 -const wktimess = 1200; // 周奖励领取标准,默认1200分钟 - -const qqreadbdArr = []; -let qqreadbodyVal = ""; -const qqreadtimeurlArr = []; -let qqreadtimeurlVal = ""; -const qqreadtimehdArr = []; -let qqreadtimeheaderVal = ""; -let qqreadBD = []; -let qqreadtimeURL = []; -let qqreadtimeHD = []; -if ($.isNode()) { - if (process.env.COOKIES_SPLIT) { - COOKIES_SPLIT = process.env.COOKIES_SPLIT; - } - console.log( - `============ cookies分隔符为:${JSON.stringify( - COOKIES_SPLIT - )} =============\n` - ); - if ( - process.env.QQREAD_BODY && - process.env.QQREAD_BODY.indexOf(COOKIES_SPLIT) > -1 - ) { - qqreadBD = process.env.QQREAD_BODY.split(COOKIES_SPLIT); - } else { - qqreadBD = process.env.QQREAD_BODY.split(); - } - - if ( - process.env.QQREAD_TIMEURL && - process.env.QQREAD_TIMEURL.indexOf(COOKIES_SPLIT) > -1 - ) { - qqreadtimeURL = process.env.QQREAD_TIMEURL.split(COOKIES_SPLIT); - } else { - qqreadtimeURL = process.env.QQREAD_TIMEURL.split(); - } - - if ( - process.env.QQREAD_TIMEHD && - process.env.QQREAD_TIMEHD.indexOf(COOKIES_SPLIT) > -1 - ) { - qqreadtimeHD = process.env.QQREAD_TIMEHD.split(COOKIES_SPLIT); - } else { - qqreadtimeHD = process.env.QQREAD_TIMEHD.split(); - } -} - -if ($.isNode()) { - Object.keys(qqreadBD).forEach((item) => { - if (qqreadBD[item]) { - qqreadbdArr.push(qqreadBD[item]); - } - }); - Object.keys(qqreadtimeURL).forEach((item) => { - if (qqreadtimeURL[item]) { - qqreadtimeurlArr.push(qqreadtimeURL[item]); - } - }); - Object.keys(qqreadtimeHD).forEach((item) => { - if (qqreadtimeHD[item]) { - qqreadtimehdArr.push(qqreadtimeHD[item]); - } - }); - - console.log( - `============ 共${qqreadtimehdArr.length}个企鹅读书账号 =============\n` - ); - console.log( - `============ 脚本执行-北京时间(UTC+8):${new Date( - new Date().getTime() + 8 * 60 * 60 * 1000 - ).toLocaleString()} =============\n` - ); -} else { - qqreadbdArr.push($.getdata("qqreadbd")); - qqreadtimeurlArr.push($.getdata("qqreadtimeurl")); - qqreadtimehdArr.push($.getdata("qqreadtimehd")); - // 根据boxjs中设置的额外账号数,添加存在的账号数据进行任务处理 - let qeCount = ($.getval('qeCount') || '1') - 0; - for (let i = 2; i <= qeCount; i++) { - if ($.getdata(`qqreadbd${i}`)) { - qqreadbdArr.push($.getdata(`qqreadbd${i}`)); - qqreadtimeurlArr.push($.getdata(`qqreadtimeurl${i}`)); - qqreadtimehdArr.push($.getdata(`qqreadtimehd${i}`)); - } - } -} - -if ((isGetCookie = typeof $request !== "undefined")) { - GetCookie(); -$.done(); -} - -function GetCookie() { - -if ($request && $request.url.indexOf("addReadTimeWithBid?") >= 0) { - const qqreadtimeurlVal = $request.url; - if (qqreadtimeurlVal) $.setdata(qqreadtimeurlVal, "qqreadtimeurl" + $.idx); - $.log( - `[${jsname + $.idx}] 获取时长url: 成功,qqreadtimeurlVal: ${qqreadtimeurlVal}` - ); - $.msg(jsname + $.idx, `获取时长url: 成功🎉`, ``); - const qqreadtimeheaderVal = JSON.stringify($request.headers); - if (qqreadtimeheaderVal) $.setdata(qqreadtimeheaderVal, "qqreadtimehd" + $.idx); - $.log( - `[${jsname + $.idx}] 获取时长header: 成功,qqreadtimeheaderVal: ${qqreadtimeheaderVal}` - ); - $.msg(jsname + $.idx, `获取时长header: 成功🎉`, ``); - } - else if ($request &&$request.body.indexOf("bookDetail_bottomBar_read_C")>=0&&$request.body.indexOf("bookRead_show_I")>=0&&$request.body.indexOf("topBar_left_back_C")<0&&$request.body.indexOf("bookRead_dropOut_shelfYes_C")<0){ - const qqreadbodyVal = $request.body; - if (qqreadbodyVal) $.setdata(qqreadbodyVal, "qqreadbd" + $.idx); - $.log( - `[${jsname + $.idx}] 获取更新body: 成功,qqreadbodyVal: ${qqreadbodyVal}` - ); - $.msg(jsname + $.idx, `获取更新body: 成功🎉`, ``); - - } - -} - - - -let K = 0; -all(); -function all() { - qqreadbodyVal = qqreadbdArr[K]; - qqreadtimeurlVal = qqreadtimeurlArr[K]; - qqreadtimeheaderVal = qqreadtimehdArr[K]; - for (let i = 0; i < 15; i++) { - (function (i) { - setTimeout( - function () { - if (i == 0) { - qqreadinfo(); // 用户名 - qqreadwktime(); // 周时长查询 - qqreadconfig(); // 时长查询 - } else if (i == 1) qqreadtask(); - else if ( - i == 2) qqreadtrack(); - // 任务列表 - else if ( - i == 3 && - config.data && - config.data.pageParams.todayReadSeconds / 3600 <= maxtime - ) - qqreadtime(); - // 上传时长 - else if (i == 4 && task.data && task.data.taskList[1].doneFlag == 0) - qqreadssr1(); - // 阅读金币1 - else if (i == 5 && task.data && task.data.taskList[2].doneFlag == 0) { - qqreadsign(); // 金币签到 - qqreadtake(); // 阅豆签到 - } else if (i == 6 && task.data && task.data.treasureBox.doneFlag == 0) - qqreadbox(); - // 宝箱 - else if (i == 7 && task.data && task.data.taskList[0].doneFlag == 0) - qqreaddayread(); - // 阅读任务 - else if (i == 8 && task.data && task.data.taskList[1].doneFlag == 0) - qqreadssr2(); - // 阅读金币2 - else if (i == 9) qqreadpick(); - // 领周时长奖励 - else if (i == 10 && task.data && task.data.taskList[3].doneFlag == 0) - qqreadvideo(); - // 视频任务 - else if (i == 11 && task.data && task.data.taskList[2].doneFlag == 0) - qqreadsign2(); - // 签到翻倍 - else if ( - i == 12 && - task.data && - task.data.treasureBox.videoDoneFlag == 0 - ) - qqreadbox2(); - // 宝箱翻倍 - else if (i == 13 && task.data && task.data.taskList[1].doneFlag == 0) - qqreadssr3(); - // 阅读金币3 - else if (i == 14 && K < qqreadbdArr.length - 1) { - K += 1; - all(); - } else if (i == 14 && K == qqreadbdArr.length - 1) { - showmsg(); // 通知 - $.done(); - } - }, - - (i + 1) * dd * 1000 - ); - })(i); - } -} - -// 任务列表 -function qqreadtask() { - return new Promise((resolve, reject) => { - const toqqreadtaskurl = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/page?fromGuid=", - headers: JSON.parse(qqreadtimeheaderVal), - - timeout: 60000, - }; - $.get(toqqreadtaskurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 任务列表: ${data}`); - task = JSON.parse(data); - kz += - `【现金余额】:${(task.data.user.amount / 10000).toFixed(2)}元\n` + - `【已开宝箱】:${task.data.treasureBox.count}个\n`; - - tz += - `【现金余额】:${(task.data.user.amount / 10000).toFixed(2)}元\n` + - `【第${task.data.invite.issue}期】:时间${task.data.invite.dayRange}\n` + - ` 已邀请${task.data.invite.inviteCount}人,再邀请${task.data.invite.nextInviteConfig.count}人获得${task.data.invite.nextInviteConfig.amount}金币\n` + - `【${task.data.taskList[0].title}】:${task.data.taskList[0].amount}金币,${task.data.taskList[0].actionText}\n` + - `【${task.data.taskList[1].title}】:${task.data.taskList[1].amount}金币,${task.data.taskList[1].actionText}\n` + - `【${task.data.taskList[2].title}】:${task.data.taskList[2].amount}金币,${task.data.taskList[2].actionText}\n` + - `【${task.data.taskList[3].title}】:${task.data.taskList[3].amount}金币,${task.data.taskList[3].actionText}\n` + - `【宝箱任务${task.data.treasureBox.count + 1}】:${ - task.data.treasureBox.tipText - }\n` + - `【${task.data.fans.title}】:${task.data.fans.fansCount}个好友,${task.data.fans.todayAmount}金币\n`; - - resolve(); - }); - }); -} - - -// 更新 -function qqreadtrack() { - return new Promise((resolve, reject) => { - const body = qqreadbodyVal.replace(new RegExp(/"dis":[0-9]{13}/),`"dis":${new Date().getTime()}`) - const toqqreadtrackurl = { - url: "https://mqqapi.reader.qq.com/log/v4/mqq/track", - headers: JSON.parse(qqreadtimeheaderVal), - body: body, - timeout: 60000, - }; - $.post(toqqreadtrackurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 更新: ${data}`); - track = JSON.parse(data); - tz += `【数据更新】:更新${track.msg}\n`; - resolve(); - }); - }); -} - - - - -// 用户名 -function qqreadinfo() { - return new Promise((resolve, reject) => { - const toqqreadinfourl = { - url: "https://mqqapi.reader.qq.com/mqq/user/init", - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadinfourl, (error, response, data) => { - if (logs) $.log(`${jsname}, 用户名: ${data}`); - info = JSON.parse(data); - kz += `\n========== 【${info.data.user.nickName}】 ==========\n`; - tz += `\n========== 【${info.data.user.nickName}】 ==========\n`; - - resolve(); - }); - }); -} - -// 阅豆签到 -function qqreadtake() { - return new Promise((resolve, reject) => { - const toqqreadtakeurl = { - url: "https://mqqapi.reader.qq.com/mqq/sign_in/user", - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.post(toqqreadtakeurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 阅豆签到: ${data}`); - take = JSON.parse(data); - if (take.data.takeTicket > 0) { - tz += `【阅豆签到】:获得${take.data.takeTicket}豆\n`; - } - - resolve(); - }); - }); -} - -// 阅读时长任务 -function qqreadconfig() { - return new Promise((resolve, reject) => { - const toqqreadconfigurl = { - url: - "https://mqqapi.reader.qq.com/mqq/page/config?router=%2Fpages%2Fbook-read%2Findex&options=", - headers: JSON.parse(qqreadtimeheaderVal), - }; - $.get(toqqreadconfigurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 阅读时长查询: ${data}`); - config = JSON.parse(data); - if (config.code == 0) - tz += `【时长查询】:今日阅读${( - config.data.pageParams.todayReadSeconds / 60 - ).toFixed(0)}分钟\n`; - - resolve(); - }); - }); -} - -// 阅读时长 -function qqreadtime() { - return new Promise((resolve, reject) => { - const toqqreadtimeurl = { - url: qqreadtimeurlVal.replace(/readTime=/g, `readTime=${TIME}`), - headers: JSON.parse(qqreadtimeheaderVal), - }; - $.get(toqqreadtimeurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 阅读时长: ${data}`); - time = JSON.parse(data); - if (time.code == 0) tz += `【阅读时长】:上传${TIME / 6}分钟\n`; - - resolve(); - }); - }); -} - -// 阅读金币1 -function qqreadssr1() { - return new Promise((resolve, reject) => { - const toqqreadssr1url = { - url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=30`, - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - if (config.data && config.data.pageParams.todayReadSeconds / 60 >= 1) { - $.get(toqqreadssr1url, (error, response, data) => { - if (logs) $.log(`${jsname}, 金币奖励1: ${data}`); - ssr1 = JSON.parse(data); - if (ssr1.data.amount > 0) - tz += `【阅读金币1】获得${ssr1.data.amount}金币\n`; - - resolve(); - }); - } - }); -} - -// 阅读金币2 -function qqreadssr2() { - return new Promise((resolve, reject) => { - const toqqreadssr2url = { - url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=300`, - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - if (config.data && config.data.pageParams.todayReadSeconds / 60 >= 5) { - $.get(toqqreadssr2url, (error, response, data) => { - if (logs) $.log(`${jsname}, 金币奖励2: ${data}`); - ssr2 = JSON.parse(data); - if (ssr2.data.amount > 0) - tz += `【阅读金币2】获得${ssr2.data.amount}金币\n`; - - resolve(); - }); - } - }); -} - -// 阅读金币3 -function qqreadssr3() { - return new Promise((resolve, reject) => { - const toqqreadssr3url = { - url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=1800`, - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - if (config.data && config.data.pageParams.todayReadSeconds / 60 >= 30) { - $.get(toqqreadssr3url, (error, response, data) => { - if (logs) $.log(`${jsname}, 金币奖励3: ${data}`); - ssr3 = JSON.parse(data); - if (ssr3.data.amount > 0) - tz += `【阅读金币3】获得${ssr3.data.amount}金币\n`; - - resolve(); - }); - } - }); -} - -// 金币签到 -function qqreadsign() { - return new Promise((resolve, reject) => { - const toqqreadsignurl = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/clock_in/page", - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadsignurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 金币签到: ${data}`); - sign = JSON.parse(data); - if (sign.data.videoDoneFlag) { - tz += `【金币签到】:获得${sign.data.todayAmount}金币\n`; - } - resolve(); - }); - }); -} - -// 金币签到翻倍 -function qqreadsign2() { - return new Promise((resolve, reject) => { - const toqqreadsign2url = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/clock_in_video", - - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadsign2url, (error, response, data) => { - if (logs) $.log(`${jsname}, 金币签到翻倍: ${data}`); - sign2 = JSON.parse(data); - if (sign2.code == 0) { - tz += `【签到翻倍】:获得${sign2.data.amount}金币\n`; - } - - resolve(); - }); - }); -} - -// 每日阅读 -function qqreaddayread() { - return new Promise((resolve, reject) => { - const toqqreaddayreadurl = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/read_book", - - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreaddayreadurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 每日阅读: ${data}`); - dayread = JSON.parse(data); - if (dayread.code == 0) { - tz += `【每日阅读】:获得${dayread.data.amount}金币\n`; - } - - resolve(); - }); - }); -} - -// 视频奖励 -function qqreadvideo() { - return new Promise((resolve, reject) => { - const toqqreadvideourl = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/watch_video", - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadvideourl, (error, response, data) => { - if (logs) $.log(`${jsname}, 视频奖励: ${data}`); - video = JSON.parse(data); - if (video.code == 0) { - tz += `【视频奖励】:获得${video.data.amount}金币\n`; - } - - resolve(); - }); - }); -} - -// 宝箱奖励 -function qqreadbox() { - return new Promise((resolve, reject) => { - const toqqreadboxurl = { - url: "https://mqqapi.reader.qq.com/mqq/red_packet/user/treasure_box", - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadboxurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 宝箱奖励: ${data}`); - box = JSON.parse(data); - if (box.data.count >= 0) { - tz += `【宝箱奖励${box.data.count}】:获得${box.data.amount}金币\n`; - } - - resolve(); - }); - }); -} - -// 宝箱奖励翻倍 -function qqreadbox2() { - return new Promise((resolve, reject) => { - const toqqreadbox2url = { - url: - "https://mqqapi.reader.qq.com/mqq/red_packet/user/treasure_box_video", - - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadbox2url, (error, response, data) => { - if (logs) $.log(`${jsname}, 宝箱奖励翻倍: ${data}`); - box2 = JSON.parse(data); - if (box2.code == 0) { - tz += `【宝箱翻倍】:获得${box2.data.amount}金币\n`; - } - - resolve(); - }); - }); -} - -// 本周阅读时长 -function qqreadwktime() { - return new Promise((resolve, reject) => { - const toqqreadwktimeurl = { - url: `https://mqqapi.reader.qq.com/mqq/v1/bookShelfInit`, - headers: JSON.parse(qqreadtimeheaderVal), - }; - $.get(toqqreadwktimeurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 阅读时长: ${data}`); - wktime = JSON.parse(data); - if (wktime.code == 0) - tz += `【本周阅读时长】:${wktime.data.readTime}分钟\n`; - - resolve(); - }); - }); -} - -// 本周阅读时长奖励任务 -function qqreadpick() { - return new Promise((resolve, reject) => { - const toqqreadpickurl = { - url: `https://mqqapi.reader.qq.com/mqq/pickPackageInit`, - headers: JSON.parse(qqreadtimeheaderVal), - }; - if (wktime.data.readTime >= wktimess && wktime.data.readTime <= 1250) { - $.get(toqqreadpickurl, (error, response, data) => { - if (logs) $.log(`${jsname},周阅读时长奖励任务: ${data}`); - pick = JSON.parse(data); - if (pick.data[7].isPick == true) tz += "【周时长奖励】:已全部领取\n"; - - for (let i = 0; i < pick.data.length; i++) { - setTimeout(() => { - const pickid = pick.data[i].readTime; - const Packageid = [ - "10", - "10", - "20", - "30", - "50", - "80", - "100", - "120", - ]; - const toqqreadPackageurl = { - url: `https://mqqapi.reader.qq.com/mqq/pickPackage?readTime=${pickid}`, - headers: JSON.parse(qqreadtimeheaderVal), - timeout: 60000, - }; - $.get(toqqreadPackageurl, (error, response, data) => { - if (logs) $.log(`${jsname}, 领周阅读时长: ${data}`); - Package = JSON.parse(data); - if (Package.code == 0) - tz += `【周时长奖励${i + 1}】:领取${Packageid[i]}阅豆\n`; - }); - }, i * 100); - } - }); - resolve(); - } - }); -} - -function showmsg() { - tz += `\n\n========= 脚本执行-北京时间(UTC+8):${new Date( - new Date().getTime() + 8 * 60 * 60 * 1000 - ).toLocaleString()} \n\n`; - - const d = new Date(new Date().getTime() + 8 * 60 * 60 * 1000); - if ( - (d.getHours() == 12 && d.getMinutes() <= 20) || - (d.getHours() == 23 && d.getMinutes() >= 40) - ) { - notify.sendNotify(jsname, kz); - } - - if (notifyInterval != 1) console.log(tz); // 无通知时,打印通知 - - if (notifyInterval == 1) $.msg(jsname, "", tz); - // 显示所有通知 - else if ( - notifyInterval == 2 && - task.data && - task.data.treasureBox.doneFlag == 0 - ) - $.msg(jsname, "", tz); - // 宝箱领取成功通知 - else if ( - (notifyInterval == 3 && task.data && task.data.treasureBox.count == 0) || - task.data.treasureBox.count == 15 || - task.data.treasureBox.count == 30 || - task.data.treasureBox.count == 45 || - task.data.treasureBox.count == 60 - ) - $.msg(jsname, "", tz); // 宝箱每15次通知一次 -} - - -// prettier-ignore -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r)));let h=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];h.push(e),s&&h.push(s),i&&h.push(i),console.log(h.join("\n")),this.logs=this.logs.concat(h)}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)} diff --git a/Task/ziye.boxjs.json b/Task/ziye.boxjs.json index 4089b0d02..c24e3ed75 100644 --- a/Task/ziye.boxjs.json +++ b/Task/ziye.boxjs.json @@ -7,7 +7,7 @@ "apps": [{ "id": "qqread", "name": "企鹅读书", - "keys": ["qqreadbd", "qqreadtimeurl", "qqreadtimehd", "qqreadbd2", "qqreadtimeurl2", "qqreadtimehd2", "qqreadbd3", "qqreadtimeurl3", "qqreadtimehd3"], + "keys": ["qqreadbd", "qqreadtimeurl", "qqreadtimehd", "qqreadbd2", "qqreadtimeurl2", "qqreadtimehd2", "qqreadbd3", "qqreadtimeurl3", "qqreadtimehd3", "qqreadbd4", "qqreadtimeurl4", "qqreadtimehd4", "qqreadbd5", "qqreadtimeurl5","qqreadtimehd5", "qqreadbd6", "qqreadtimeurl6", "qqreadtimehd6", "qqreadbd7", "qqreadtimeurl7", "qqreadtimehd7", "qqreadbd8", "qqreadtimeurl8", "qqreadtimehd8","qqreadbd9", "qqreadtimeurl9", "qqreadtimehd9","qqreadbd10", "qqreadtimeurl10", "qqreadtimehd10","qqreadbd11", "qqreadtimeurl11", "qqreadtimehd11","qqreadbd12", "qqreadtimeurl12", "qqreadtimehd12","qqreadbd13", "qqreadtimeurl13", "qqreadtimehd13","qqreadbd14", "qqreadtimeurl14", "qqreadtimehd14","qqreadbd15", "qqreadtimeurl15", "qqreadtimehd15","qqreadbd16", "qqreadtimeurl16", "qqreadtimehd16","qqreadbd17", "qqreadtimeurl17", "qqreadtimehd17","qqreadbd18", "qqreadtimeurl18", "qqreadtimehd18","qqreadbd19", "qqreadtimeurl19", "qqreadtimehd19","qqreadbd20", "qqreadtimeurl20", "qqreadtimehd20","qqreadbd21", "qqreadtimeurl21", "qqreadtimehd21","qqreadbd22", "qqreadtimeurl22", "qqreadtimehd22","qqreadbd23", "qqreadtimeurl23", "qqreadtimehd23","qqreadbd24", "qqreadtimeurl24", "qqreadtimehd24","qqreadbd25", "qqreadtimeurl25", "qqreadtimehd25","qqreadbd26", "qqreadtimeurl26", "qqreadtimehd26","qqreadbd27", "qqreadtimeurl27", "qqreadtimehd27","qqreadbd28", "qqreadtimeurl28", "qqreadtimehd28","qqreadbd29", "qqreadtimeurl29", "qqreadtimehd29","qqreadbd30", "qqreadtimeurl30", "qqreadtimehd30","qqreadbd31", "qqreadtimeurl31", "qqreadtimehd31","qqreadbd32", "qqreadtimeurl32", "qqreadtimehd32","qqreadbd33", "qqreadtimeurl33", "qqreadtimehd33","qqreadbd34", "qqreadtimeurl34", "qqreadtimehd34","qqreadbd35", "qqreadtimeurl35", "qqreadtimehd35","qqreadbd36", "qqreadtimeurl36", "qqreadtimehd36","qqreadbd37", "qqreadtimeurl37", "qqreadtimehd37","qqreadbd38", "qqreadtimeurl38", "qqreadtimehd38","qqreadbd39", "qqreadtimeurl39", "qqreadtimehd39","qqreadbd40", "qqreadtimeurl40", "qqreadtimehd40"], "author": "@ziye", "settings": [{ "id": "qeSuffix", @@ -22,10 +22,17 @@ "val": "1", "type": "number", "desc": "指定任务最多跑几个账号,根据抓取的账号数据个数来设值" + }, + { + "id": "qeCASH", + "name": "提现标准", + "val": "0", + "type": "number", + "desc": "可设置0 1 2 10 30 50 100 设置0关闭,根据需要来设值" } ], "repo": "https://github.com/ziye12/JavaScript/blob/master/Task/qqreads.js", "icons": ["https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.jpg", "https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.jpg"], "script": "https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js" }] -} \ No newline at end of file +} diff --git a/Task/zqdkgit.js b/Task/zqdkgit.js deleted file mode 100644 index 66dc0d9b6..000000000 --- a/Task/zqdkgit.js +++ /dev/null @@ -1,221 +0,0 @@ - - - - -const $ = new Env("早起打卡") -const jsname="早起打卡" -let notifyInterval=1 -const dkurl = 'https://ph0001.hezyq.com/app/index.php?i=597&t=0&v=1.0.2&from=wxapp&c=entry&a=wxapp&do=distribute&m=bh_rising&sign=2b18eebf989b3a26a9ca677492b74724&action=today&contr=index&token=8ddce1ace72e7b6ac0e8befd789a69be&version=2.0.34 -' - - -let isGetCookie = typeof $request !== 'undefined' -if (isGetCookie) { - GetCookie() -} else { - all() -} - - - - -function GetCookie() { -if ($request && $request.url.match(/i=597&/)) -if ($request && $request.url.match(/action=today&contr=index/)) - { - const dkurl = $request.url - sy.log(`dkurl:${dkurl}`) - if (dkurl) sy.setdata(dkurl, dkurlkey) - sy.msg(dkurlkey, `获取cookie: 成功🎉`, ``) -} - -} - - - - - -function all() - - { - - for(var i=0;i<3;i++) - { (function(i) { - setTimeout(function() { - - if(i==0) dktj(i); -else if(i==1) dkxj(i); -else if(i==2) showmsg(i); -}, (i + 1) * 1000); - })(i) - - -}} - - - - - -//统计 - -function dktj() { -return new Promise((resolve, reject) => { - - const Tjurl = { - url: dkurl - }; - $.get(Tjurl,(error, response, data) =>{ - if(logs)$.log(`${jsname}1统计 - data: ${data}`) - obj = JSON.parse(data) -if(obj.status == 1 && obj.info.today.clock < cs){tz+="[账户信息]🎉"+"\n"+ -"今日已打卡"+[Number(obj.info.today.clock) ]+"/"+cs+"次"+"余"+[Number(obj.info.today. currency)]+"币"+"\n" - }else tz+="[打卡完成]"+"余"+[Number(obj.info.today. currency)]+"币"+"\n" - - - - - -cstj1(obj.info.today.clock); - - - - resolve() - }) - }) - } - - -//次数统计 - - -function cstj1(tjtj) -{ -if (tjtj { - - const Xjurl = { - url: dkurl.replace(/action=today&contr=index/g, `action=index&contr=my`) - }; - $.get(Xjurl,(error, response, data) =>{ - if(logs)$.log(`${jsname}1现金 - data: ${data}`) - obj = JSON.parse(data) -if(obj.status == 1) { - - - - - tz +="💵现金余额"+ -obj.info.member.money+"元"+"\n" - - } - - else tz +=sb+"\n"; - - -xjtj1(obj.info.member.money); - - - - resolve() - }) - }) - } - - - - -//自动提现 - -function dktx() { -return new Promise((resolve, reject) => { - - const Txurl = { - url: dkurl.replace(/action=today&contr=index/g, `action=withdrawals&contr=my&money=${xj}&payment_code=`) - }; - $.get(Txurl,(error, response, data) =>{ - if(logs)$.log(`${jsname}1提现 - data: ${data}`) - obj = JSON.parse(data) -if(obj.status == 1) { - -tz +='提现成功,成功提现'+xj+'元'+"\n" - - } - -if(obj.status == 2) { - -tz +='提现失败,原因:'+obj.info+"\n" - - } - - - - - resolve() - }) - }) - } - - - -//现金统计 - - -function xjtj1(tjtj) -{ -if (tjtj>=xj) -dktx() - -} - - - -//打卡 -function dkdk() { -return new Promise((resolve, reject) => { - - const Dkurl = { - url: dkurl.replace(/action=today&contr=index/g, `action=sign&contr=clock`) - }; - $.get(Dkurl,(error, response, data) =>{ - if(logs)$.log(`${jsname}1打卡- data: ${data}`) - obj = JSON.parse(data) - - if (obj.status==1){ -tz+='[️打卡任务]:'+'打卡次数+1'+'\n' - - } -else tz +=obj.info+'\n' - - - resolve() - }) - }) - } - - -async function showmsg() { - -console.log(tz) - -if (notifyInterval==1) -$.msg(jsname,'',tz) -} - - - - - - - - - -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r)));let h=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];h.push(e),s&&h.push(s),i&&h.push(i),console.log(h.join("\n")),this.logs=this.logs.concat(h)}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)} diff --git a/flwhbziye.js b/flwhbziye.js index 828762452..a647312a4 100644 --- a/flwhbziye.js +++ b/flwhbziye.js @@ -1,8 +1,7 @@ /*ziye -//返利网1212天天领现金,活动时间 12月 5号 9号到12号 -每天1.95 +//返利网 天天领现金,活动时间 不一定 下载地址 http://m.a8fdj.cn/Invite/promotion?id=775&spm=page_name.h5.pty-wxzcpv~std-65354&go=http%3A%2F%2Fhuodong.a8fdj.cn%2Fh5%2FInvitefriendsreward%2FregisterCallback%3Fuserid%3D373511081%26id%3D775%26sn%3D47ecab06aba43e015082e531d8214eb5 @@ -13,11 +12,11 @@ ⚠️会卡住,但是能获取到cookie,然后注释重写就行了! 提现请先微信关注返利网公众号 -hostname=huodong.fanli.com, +hostname=huodong.fanli.com,passport.fanli.com 时间👇 -0 1-16 10 5,9,10,11,12 * * + @@ -26,13 +25,19 @@ hostname=huodong.fanli.com, https:\/\/huodong\.fanli\.com\/h5\/Fanlishare20201212\/ajaxInit url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js +https:\/\/passport\.fanli\.com\/* url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js + + + + #返利网红包 ############## loon - http-request https:\/\/huodong\.fanli\.com\/h5\/Fanlishare20201212\/ajaxDoTask76728 script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js,requires-header=true, tag=返利网红包获取cookie +http-request https:\/\/passport\.fanli\.com\/* script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js,requires-header=true, tag=返利网红包获取cookie + #返利网红包 ############## surge @@ -40,6 +45,7 @@ http-request https:\/\/huodong\.fanli\.com\/h5\/Fanlishare20201212\/ajaxDoTask76 返利网红包 = type=http-request,pattern=https:\/\/huodong\.fanli\.com\/h5\/Fanlishare20201212\/ajaxDoTask76728,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js, +返利网红包 = type=https:\/\/passport\.fanli\.com\/*,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/flwhbziye.js, @@ -57,7 +63,7 @@ const $ = Env(jsname) const logs = 0; //0为关闭日志,1为开启 const notifyInterval=1//0为关闭通知,1为开启 const jbid=1; -const txbz=1.95//设置余额大于等于多少提现,必须大于0.3 +const txbz=1//设置余额大于等于多少提现,必须大于0.3 @@ -67,6 +73,9 @@ const flwhburlKey = 'flwhburl'+jbid const flwhbheaderKey = 'flwhbhd'+jbid +const flwhbdlurlKey = 'flwhbdlurl'+jbid + +const flwhbdlhdKey = 'flwhbdlhd'+jbid const flwhburlVal = $.getdata(flwhburlKey) @@ -77,8 +86,9 @@ const flwhbbodyVal = '' +const flwhbdlurlVal = $.getdata(flwhbdlurlKey) - +const flwhbdlhdVal = $.getdata(flwhbdlhdKey) @@ -115,10 +125,25 @@ const flwhbheaderVal = JSON.stringify($request.headers) } +if($request &&$request.url.indexOf("getUserInfo")>=0) { + + const flwhbdlurlVal = $request.url +if (flwhbdlurlVal) $.setdata(flwhbdlurlVal,flwhbdlurlKey) + $.log(`[${jsname}] 获取登录url请求: 成功,flwhbdlurlVal: ${flwhbdlurlVal}`) + +const flwhbdlhdVal = JSON.stringify($request.headers) +if (flwhbdlhdVal) $.setdata(flwhbdlhdVal,flwhbdlhdKey) + $.log(`[${jsname}] 获取登录hd请求: 成功,flwhbdlhdVal: ${flwhbdlhdVal}`) + $.msg(flwhbdlhdKey, `获取登录cookie: 成功🎉`, ``) + + } +} + + @@ -132,14 +157,15 @@ const flwhbheaderVal = JSON.stringify($request.headers) { - for(var i=0;i<3;i++) + for(var i=0;i<4;i++) { (function(i) { setTimeout(function() { - - if(i==0) flwhbtask(); - if(i==1) flwhblh(); -else if(i==2) { + if(i==0) flwhbdl(); +else if(i==1) flwhbtask(); +else if(i==2) flwhblh(); + +else if(i==3) { showmsg() $.done()} }, (i + 1) *500); @@ -223,6 +249,46 @@ tz+='【开启完毕】✖️:'+'礼盒已全部开启'+'\n' + +//用户登录 +function flwhbdl() { +return new Promise((resolve, reject) => { + + const toflwhbdlurl = { + + url: flwhbdlurlVal, + + headers: JSON.parse(flwhbdlhdVal), + //body: flwhbbodyVal + }; + $.get(toflwhbdlurl,(error, response, data) =>{ + if(logs) $.log(`${jsname}, 用户登录: ${data}`) + dlinfo =JSON.parse(data) + if (dlinfo.status==1) + { +tz+='【用户登录】'+'登录id:'+dlinfo.data.username+'\n' + +} + +else +tz+='【出现问题】✖️:'+dlinfo.data+'\n' + + + + + + + resolve() + }) + }) + } + + + + + + + function zhtx(y) { if(y>=txbz) diff --git a/qqread.js b/qqread.js deleted file mode 100644 index cefa0f7fe..000000000 --- a/qqread.js +++ /dev/null @@ -1,641 +0,0 @@ - -/*ziye - -本人github地址 https://github.com/ziye12/JavaScript -转载请备注个名字,谢谢 - -11.25 增加 阅读时长上传,阅读金币,阅读随机金币 -11.25 修复翻倍宝箱不同时领取的问题.增加阅读金币判定 -11.25 修复阅读时长问题,阅读金币问题,请重新获取时长cookie -11.26 随机金币只有一次,故去除,调整修复阅读金币问题,增加时长上传限制 -11.26 增加领取周时长奖励 -11.26 增加结束命令 -11.27 调整通知为,成功开启宝箱再通知 -11.28 修复错误 -12.1 调整通知为15次宝箱通知一次 -12.1 优化通知 -12.2 修复企鹅更新打卡不了的问题 - -⚠️cookie获取方法: - -进 https://m.q.qq.com/a/s/d3eacc70120b9a37e46bad408c0c4c2a 点我的 获取cookie - -进一本书 看 10秒以下 然后退出,获取阅读时长cookie,看书一定不能超过10秒 - -可能某些页面会卡住,但是能获取到cookie,再注释cookie重写就行了! - - - -⚠️宝箱奖励为20分钟一次,自己根据情况设置定时,建议设置11分钟一次 - -hostname=mqqapi.reader.qq.com - -############## 圈x - -#企鹅读书获取cookie -https:\/\/mqqapi\.reader\.qq\.com\/mqq\/user\/init url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js - -#企鹅读书获取时长cookie -https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js - - -############## loon - -//企鹅读书获取cookie -http-request https:\/\/mqqapi\.reader\.qq\.com\/mqq\/user\/init script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js,requires-header=true, tag=企鹅读书获取cookie - -//企鹅读书获取时长cookie -http-request https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid? script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js, requires-header=true, tag=企鹅读书获取时长cookie - - -############## surge - -//企鹅读书获取cookie -企鹅读书 = type=http-request,pattern=https:\/\/mqqapi\.reader\.qq\.com\/mqq\/user\/init,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js, requires-header=true - -//企鹅读书获取时长cookie -企鹅读书 = type=http-request,pattern=https:\/\/mqqapi\.reader\.qq\.com\/mqq\/addReadTimeWithBid?,script-path=https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.js, requires-header=true - - -*/ - -const jsname='企鹅读书' -const $ = Env(jsname) - -console.log(`\n========= 脚本执行时间(TM):${new Date(new Date().getTime() + 0 * 60 * 60 * 1000).toLocaleString('zh', {hour12: false})} =========\n`) - -const logs = 0; //0为关闭日志,1为开启 -const notifyInterval=3 -//0为关闭通知,1为所有通知,2为宝箱领取成功通知,3为宝箱每15次通知一次 - -const jbid=1//换号则修改这个值,默认账号1 -const dd=1//单次任务延迟,默认1秒 -const TIME=30//单次时长上传限制,默认5分钟 -const maxtime=20//每日上传时长限制,默认20小时 -const wktimess=1200//周奖励领取标准,默认1200分钟 -var tz='' - -const qqreadurlKey = 'qqreadurl'+jbid -const qqreadurlVal = $.getdata(qqreadurlKey) - -const qqreadheaderKey = 'qqreadhd'+jbid -const qqreadheaderVal= $.getdata(qqreadheaderKey) - -const qqreadtimeurlKey = 'qqreadtimeurl'+jbid -const qqreadtimeurlVal = $.getdata(qqreadtimeurlKey) - -const qqreadtimeheaderKey = 'qqreadtimehd'+jbid -const qqreadtimeheaderVal= $.getdata(qqreadtimeheaderKey) - - -//CK运行 -let isGetCookie = typeof $request !== 'undefined' -if (isGetCookie) { - GetCookie() -} else { - all() -} - -function GetCookie() { - - if($request &&$request.url.indexOf("init")>=0) { - - const qqreadurlVal = $request.url -if (qqreadurlVal) $.setdata(qqreadurlVal,qqreadurlKey) - $.log(`[${jsname}] 获取url请求: 成功,qqreadurlVal: ${qqreadurlVal}`) - - const qqreadbodyVal = $request.body - if (qqreadbodyVal) $.setdata(qqreadbodyVal,qqreadbodyKey) - $.log(`[${jsname}] 获取阅读: 成功,qqreadbodyVal: ${qqreadbodyVal}`) - - - const qqreadheaderVal = JSON.stringify($request.headers) - if (qqreadheaderVal) $.setdata(qqreadheaderVal,qqreadheaderKey) - $.log(`[${jsname}] 获取Cookie: 成功,qqreadheaderVal: ${qqreadheaderVal}`) - $.msg(qqreadheaderKey, `获取cookie: 成功🎉`, ``) - -} - -else if($request &&$request.url.indexOf("addReadTimeWithBid?")>=0) { - const qqreadtimeurlVal = $request.url -if (qqreadtimeurlVal) $.setdata(qqreadtimeurlVal,qqreadtimeurlKey) - $.log(`[${jsname}] 获取阅读时长url: 成功,qqreadtimeurlVal: ${qqreadtimeurlVal}`) - -const qqreadtimeheaderVal = JSON.stringify($request.headers) - if (qqreadtimeheaderVal) $.setdata(qqreadtimeheaderVal,qqreadtimeheaderKey) - $.log(`[${jsname}] 获取时长header: 成功,qqreadtimeheaderVal: ${qqreadtimeheaderVal}`) - $.msg(qqreadtimeheaderKey, `获取阅读时长cookie: 成功🎉`, ``) - - } - -} - - - - -function all() - - { - for(var i=0;i<18;i++) - { (function(i) { - setTimeout(function() { - if (i==0) -qqreadinfo();//用户名 - -else if (i==1) -qqreadconfig();//时长查询 - -else if (i==2) -qqreadtask();//任务列表 - -else if (i==3&&task.data.taskList[2].doneFlag==0) -qqreadsign();//金币签到 - -else if (i==4&&task.data.treasureBox.doneFlag==0) -qqreadbox();//宝箱 - -else if (i==5&&task.data.taskList[1].doneFlag==0) -qqreadssr1();//阅读金币1 - -else if (i==6&&config.data.pageParams.todayReadSeconds/3600<=maxtime) -qqreadtime();//上传时长 - -else if (i==7&&task.data.taskList[2].doneFlag==0) -qqreadtake();//阅豆签到 - -else if (i==8&&task.data.taskList[0].doneFlag==0) -qqreaddayread();//阅读任务 - -else if (i==9&&task.data.taskList[1].doneFlag==0) -qqreadssr2();//阅读金币2 - -else if (i==10&&task.data.taskList[3].doneFlag==0) -qqreadvideo();//视频任务 - -else if(i==11&&task.data.taskList[2].doneFlag==0) -qqreadsign2();//签到翻倍 - -else if (i==12&&task.data.treasureBox.videoDoneFlag==0) -qqreadbox2();//宝箱翻倍 - -else if (i==13&&task.data.taskList[1].doneFlag==0) -qqreadssr3();//阅读金币3 - -else if (i==14) -qqreadwktime();//周时长查询 - -else if (i==15) -qqreadpick();//领周时长奖励 - -else if (i==16) -showmsg();//通知 - -else if (i==17) -$.done();//结束 - - } -, (i + 1) *dd*1000); - })(i) - } -} - - -//任务列表 -function qqreadtask() { -return new Promise((resolve, reject) => { - const toqqreadtaskurl ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/page?fromGuid=', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadtaskurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 任务列表: ${data}`) - task =JSON.parse(data) -tz+= -'【现金余额】:'+ - (task.data.user.amount/10000).toFixed(2)+ - '元\n'+ - '【第'+ - task.data.invite.issue+ - '期】:时间'+ - task.data.invite.dayRange+ - '\n'+ - ' 已邀请'+ - task.data.invite.inviteCount+ - '人,再邀请'+ - task.data.invite.nextInviteConfig.count+ - '人获得'+ - task.data.invite.nextInviteConfig.amount+ - '金币\n'+ - '【'+ - task.data.taskList[0].title+ - '】:'+ - task.data.taskList[0].amount+ - '金币,'+ - task.data.taskList[0].actionText+ - '\n'+ - '【'+ - task.data.taskList[1].title+ - '】:'+ - task.data.taskList[1].amount+ - '金币,'+ - task.data.taskList[1].actionText+ - '\n'+ - '【'+ - task.data.taskList[2].title+ - '】:'+ - task.data.taskList[2].amount+ - '金币,'+ - task.data.taskList[2].actionText+ - '\n'+ - '【'+ - task.data.taskList[3].title+ - '】:'+ - task.data.taskList[3].amount+ - '金币,'+ - task.data.taskList[3].actionText+ - '\n'+ - '【宝箱任务'+ - (task.data.treasureBox.count+1)+ - '】:'+ - task.data.treasureBox.tipText+ - '\n'+ - '【'+task.data.fans.title+ - '】:'+ - task.data.fans.fansCount+ - '个好友,'+ - task.data.fans.todayAmount+ - '金币\n' - -resolve() - - }) - - }) - } - - -//用户名 -function qqreadinfo() { -return new Promise((resolve, reject) => { - const toqqreadinfourl = { - url: qqreadurlVal, - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadinfourl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 用户名: ${data}`) - info =JSON.parse(data) -tz+= -'【用户信息】:'+info.data.user.nickName+'\n' - -resolve() - }) - }) - } - - -//阅豆签到 -function qqreadtake() { -return new Promise((resolve, reject) => { - const toqqreadtakeurl ={url: 'https://mqqapi.reader.qq.com/mqq/sign_in/user', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.post(toqqreadtakeurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 阅豆签到: ${data}`) - take =JSON.parse(data) -if (take.data.takeTicket>0) - { -tz+= -'【阅豆签到】:获得'+take.data.takeTicket+'豆\n' -} - -resolve() - }) - }) - } - - -//阅读时长任务 -function qqreadconfig() { -return new Promise((resolve, reject) => { - const toqqreadconfigurl = { - url: 'https://mqqapi.reader.qq.com/mqq/page/config?router=%2Fpages%2Fbook-read%2Findex&options=', - headers: JSON.parse(qqreadheaderVal), - }; - $.get(toqqreadconfigurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 阅读时长查询: ${data}`) - config =JSON.parse(data) - if (config.code==0) -tz+='【时长查询】:今日阅读'+(config.data.pageParams.todayReadSeconds/60).toFixed(0)+'分钟\n' - - -resolve() - }) - }) - } - - -//阅读时长 -function qqreadtime() { -return new Promise((resolve, reject) => { - const toqqreadtimeurl = { - url: qqreadtimeurlVal.replace(/readTime=/g, `readTime=${TIME}`), - headers: JSON.parse(qqreadtimeheaderVal), - - }; - - $.get(toqqreadtimeurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 阅读时长: ${data}`) - time =JSON.parse(data) - if (time.code==0) -tz+='【阅读时长】:上传'+TIME/6+'分钟\n' - - -resolve() - }) - }) - } - - -//阅读金币1 -function qqreadssr1() { -return new Promise((resolve, reject) => { - const toqqreadssr1url = {url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=30`, - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; -if (config.data.pageParams.todayReadSeconds/60>=1){ - - $.get(toqqreadssr1url,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币奖励1: ${data}`) - ssr1 =JSON.parse(data) - if (ssr1.data.amount>0) -tz+='【阅读金币1】获得'+ssr1.data.amount+'金币\n' - - -resolve() - }) -} - }) - } - - -//阅读金币2 -function qqreadssr2() { -return new Promise((resolve, reject) => { - const toqqreadssr2url = {url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=300`, - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; -if (config.data.pageParams.todayReadSeconds/60>=5){ - - $.get(toqqreadssr2url,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币奖励2: ${data}`) - ssr2 =JSON.parse(data) - if (ssr2.data.amount>0) -tz+='【阅读金币2】获得'+ssr2.data.amount+'金币\n' - -resolve() - }) -} - }) - } - - -//阅读金币3 -function qqreadssr3() { -return new Promise((resolve, reject) => { - const toqqreadssr3url = {url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=1800`, - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - -if (config.data.pageParams.todayReadSeconds/60>=30){ - - $.get(toqqreadssr3url,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币奖励3: ${data}`) - ssr3 =JSON.parse(data) - if (ssr3.data.amount>0) -tz+='【阅读金币3】获得'+ssr3.data.amount+'金币\n' - - -resolve() - }) -} - }) - } - - -//金币签到 -function qqreadsign() { -return new Promise((resolve, reject) => { - const toqqreadsignurl ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/clock_in/page', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadsignurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币签到: ${data}`) - sign =JSON.parse(data) - -if (sign.data.videoDoneFlag) - { -tz+= -'【金币签到】:获得'+sign.data.todayAmount+'金币\n' - } - - -resolve() - }) - }) - } - - -//金币签到翻倍 -function qqreadsign2() { -return new Promise((resolve, reject) => { - const toqqreadsign2url ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/clock_in_video', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadsign2url,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 金币签到翻倍: ${data}`) - sign2 =JSON.parse(data) - -if (sign2.code==0) - { -tz+= -'【签到翻倍】:获得'+sign2.data.amount+'金币\n' -} - -resolve() - }) - }) - } - - -//每日阅读 -function qqreaddayread() { -return new Promise((resolve, reject) => { - const toqqreaddayreadurl ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/read_book', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreaddayreadurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 每日阅读: ${data}`) - dayread =JSON.parse(data) -if (dayread.code==0) - { -tz+= -'【每日阅读】:获得'+dayread.data.amount+'金币\n' - -} - -resolve() - }) - }) - } - - -//视频奖励 -function qqreadvideo() { -return new Promise((resolve, reject) => { - const toqqreadvideourl ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/watch_video', - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadvideourl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 视频奖励: ${data}`) - video =JSON.parse(data) - -if (video.code==0) - { -tz+= -'【视频奖励】:获得'+video.data.amount+'金币\n' - -} - -resolve() - }) - }) - } - - -//宝箱奖励 -function qqreadbox() { -return new Promise((resolve, reject) => { - - const toqqreadboxurl ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/treasure_box', - - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadboxurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 宝箱奖励: ${data}`) - box =JSON.parse(data) - -if (box.data.count>=0) - { -tz+= -'【宝箱奖励'+box.data.count+'】:获得'+box.data.amount+'金币\n' - - } - -resolve() - }) - }) - } - -//宝箱奖励翻倍 -function qqreadbox2() { -return new Promise((resolve, reject) => { - - const toqqreadbox2url ={url: 'https://mqqapi.reader.qq.com/mqq/red_packet/user/treasure_box_video', - - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadbox2url,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 宝箱奖励翻倍: ${data}`) - box2 =JSON.parse(data) - -if (box2.code==0) - { -tz+= -'【宝箱翻倍】:获得'+box2.data.amount+'金币\n' -} - -resolve() - }) - }) - } - -//本周阅读时长 -function qqreadwktime() { -return new Promise((resolve, reject) => { - - const toqqreadwktimeurl = { - - url: `https://mqqapi.reader.qq.com/mqq/v1/bookShelfInit`, - - headers: JSON.parse(qqreadheaderVal), - - }; - - $.get(toqqreadwktimeurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 阅读时长: ${data}`) - wktime =JSON.parse(data) - if (wktime.code==0) -tz+='【本周阅读时长】:'+wktime.data.readTime+'分钟\n' - -resolve() - }) - }) - } - - -//本周阅读时长奖励任务 -function qqreadpick() { -return new Promise((resolve, reject) => { - const toqqreadpickurl = { - url:`https://mqqapi.reader.qq.com/mqq/pickPackageInit`, - headers: JSON.parse(qqreadheaderVal), - }; - -if (wktime.data.readTime>=wktimess){ - $.get(toqqreadpickurl,(error, response, data) =>{ - if(logs) $.log(`${jsname},周阅读时长奖励任务: ${data}`) - pick =JSON.parse(data) - if (pick.data[7].isPick==true) -tz+='【周时长奖励】:已全部领取\n' -for(let i=0;i{ -var pickid=pick.data[i].readTime -var Packageid=['10','10','20','30','50','80','100','120'] -const toqqreadPackageurl = { - url:`https://mqqapi.reader.qq.com/mqq/pickPackage?readTime=${pickid}`, - headers: JSON.parse(qqreadheaderVal), - timeout:60000}; - $.get(toqqreadPackageurl,(error, response, data) =>{ - if(logs) $.log(`${jsname}, 领周阅读时长: ${data}`) - Package =JSON.parse(data) - if (Package.code==0) -tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n' -}) - - },i*100)} - -}) - resolve() - } -}) - } - - - -function showmsg() { -console.log(tz) - -if (notifyInterval==1) -$.msg(jsname,'',tz)//显示所有通知 - -else if (notifyInterval==2&&task.data.treasureBox.doneFlag==0) -$.msg(jsname,'',tz)//宝箱领取成功通知 - -else if (notifyInterval==3&&task.data.treasureBox.count==0||task.data.treasureBox.count==15||task.data.treasureBox.count==30||task.data.treasureBox.count==45||task.data.treasureBox.count==60) -$.msg(jsname,'',tz)//宝箱每15次通知一次 - -} - - -// prettier-ignore -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r)));let h=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];h.push(e),s&&h.push(s),i&&h.push(i),console.log(h.join("\n")),this.logs=this.logs.concat(h)}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)}