Giter VIP home page Giter VIP logo

jd_task's Introduction

jd_task

ql repo https://github.com/twjacy/jd_task.git "jd_|jx_|js_" "" "function"

function目录是脚本引用的必要文件夹,请连同function文件一起放到srcrips目录,一起更新

文件名/filename: aid(助力模块), work(任务模块) exchange(兑换模块)

此模块助力逻辑:所有账户会去助力前面的主号,而不是所有账户轮流助力

JdMain为你想设置的主号数,假如你docker挂了10个号,前面2个号是你自己的主要账户,后面8个号都是朋友代挂,JdMain设置为2,那么这10个号都会去助力前面2个主要账号

如果,你想单独设置某一个任务的助力次数,假如这个任务的文件名叫jd_work_test.js,你想助力前面三个账号,那么就单独添加 export jd_work_test=3

如果都没添加,那么会根据脚本中的min参数来设置主要助力个数

如需排除账号做某一个任务,只需在全局变量filename_except中添加账户pt_pin,用","隔开;比如export jd_work_test_except='pt_pin1,pt_pin2'

全局助力次数: JdMain

export JdMain=2

单任务助力次数: filename(单独设置某个任务助力个数)

export jd_work_test=3

跳过当前账号: filename_except

export jd_help_test_except='jd_1,jd_2'

单任务限制账户个数运行: filename_limit

export jd_work_test_limit=3

自定义配置: user.js

module.exports = {'key1':'value1','key2':'value2'}

jd_task's People

Contributors

twjacy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.