# lxk0301-scripts **Repository Path**: QuincyC379/lxk0301-scripts ## Basic Information - **Project Name**: lxk0301-scripts - **Description**: 京东薅羊毛(京东农场,东东萌宠,种豆得豆)工具(入口:京东app->我的->游戏与互动->查看更多) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2021-02-25 - **Last Updated**: 2021-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 京东薅羊毛工具(活动入口:京东app->我的->游戏与互动->查看更多) 1. 京东水果([jd_fruit.js](https://gitee.com/lxk0301/scripts/raw/master/jd_fruit.js)) 2. 东东萌宠([jd_pet.js](https://gitee.com/lxk0301/scripts/raw/master/jd_pet.js)) 3. 宠汪汪([jd_joy.js](https://gitee.com/lxk0301/scripts/raw/master/jd_joy.js)) 4. 种豆得豆([jd_plantBean.js](https://gitee.com/lxk0301/scripts/raw/master/jd_plantBean.js)) 5. 天天加速([jd_speed.js](https://gitee.com/lxk0301/scripts/raw/master/jd_speed.js)) 6. 摇钱树([jd_moneyTree.js](https://gitee.com/lxk0301/scripts/raw/master/jd_moneyTree.js)) ### 使用说明 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js 注: 1、如果使用Node.js, 需自行安装依赖包(`crypto-js` ,`got` ,`http-server` , `tough-cookie`) 例: npm install crypto-js http-server tough-cookie got --save 2、需自行提供京东cookie填写到脚本第20行(以 [jd_fruit](https://gitee.com/lxk0301/scripts/blob/master/jd_fruit.js) 为例)Key处的单引号内 3、获取京东cookie教程可参考 [浏览器获取京东cookie教程](https://shimo.im/docs/CTwhjpG6ydvC3qJJ/) node.js运行结果截图: ![node运行截图](https://images.gitee.com/uploads/images/2020/0721/100942_fec635e9_938321.png "屏幕截图.png") #### 【boxjs简单说明】[boxjs仓库地址](https://github.com/chavyleung/scripts/) 使用box可以实现远程订阅助力好友。 1、boxjs使用教程请查看Chavy频道 [Chavy频道链接](https://t.me/chavyscripts); 2、boxjs教程视频 [视频链接](https://youtu.be/eIpBrRxiy0w); 目前京东活动中以下三个脚本可以使用box功能 【1】京东水果 【2】京东萌宠 【3】京东种豆 【用box订阅的好处】 1、脚本也可以远程挂载。京东活动助力功能的分享码只需在box里面填写。以后只需远程更新就行。 2、所有脚本的cookie都可以备份,方便你迁移到其他支持box的软件。 3、box可以支持多账号 [京东活动的box订阅链接](https://gitee.com/lxk0301/scripts/raw/master/lxk0301.boxjs.json) #### 2个京东账号的Qumutumult X cron设置(5分钟为间隔) ``` [task_local] #切换会话 30,59 1-23 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js, tag=切换会话, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/BOXJS.png, enabled=true #京东摇钱树 25,56 */2 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_moneyTree.js, tag=京东摇钱树, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/moneyTree.png, enabled=true #京东宠汪汪 20,51 */3 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_joy.js, tag=京东宠汪汪, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/jdww.png, enabled=true #京东天天加速 15,46 */4 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_speed.js, tag=京东天天加速, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/jdttjs.png, enabled=true #东东农场 10,41 7-19/6 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_fruit.js, tag=东东农场, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/jdsg.png, enabled=true #京东萌宠 5,36 6-18/6 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_pet.js, tag=京东萌宠, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/jdmc.png, enabled=true #种豆得豆 0,31 6-23/2 * * * https://gitee.com/lxk0301/scripts/raw/master/jd_plantBean.js, tag=种豆得豆, img-url=https://raw.githubusercontent.com/znz1992/Gallery/master/jdzd.png, enabled=true ```