Code Monkey home page Code Monkey logo

daily-signer's Introduction

日常签到助手

截图

支持任务

  • 京东
    • 网页端每日签到
    • 移动端每日签到
    • 店铺每日签到
    • 京东金融每日签到
    • 双签
  • V2EX
    • 每日签到

使用方法

  1. 下载代码
  2. 添加配置,详见配置说明
  3. 安装依赖:npm install or yarn
  4. 运行:npm start

配置说明

修改 config/user.json.template,将其另存为 config/user.json 即可。支持设置多个账号。具体字段说明如下:

{
  "jd": [
    {
      "username": "", // 登录用户名
      "skipLogin": false, // 当 cookie 过期时,是否允许重新登录
      "skip": false // 是否忽略此账号的任务
    }
  ]
}

登录方式

  1. 初次使用时,会调起浏览器窗口,输入密码以及验证码登录即可
  2. 以后使用则会使用储存的 cookie直接登录,无需再次手动登录
  3. 当 cookie 过期后,会重新进入 1 的流程

注:

  1. 京东网页端以及移动端的 cookie 无法共享使用,因此首次使用时京东需要登录两次
  2. cookie 使用 base64 加密,储存在项目根目录下的 temp 文件夹中

daily-signer's People

Contributors

wxsms avatar

Watchers

 avatar  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.