Giter VIP home page Giter VIP logo

tasks's Introduction

TASKS

支持任务

  • SockBoom

    SockBoom 每日签到领取流量

  • HuaMi

    小米运动步数修改(微信, 支付宝, QQ)

配置文件(Github Actions secrets)

SMTP邮箱配置

Name: SMTP | Secret: 见表格和例子

描述
host smtp host
port smtp port
username 用户名
password 密码
{
  "host": "smtp.qq.com",
  "port": 465,
  "username": "[email protected]",
  "password": "example password"
}
任务配置

Name: SMTP | Secret: 见表格和例子

描述
notice 需要发送通知的邮箱列表
sock_boom SockBoom配置
sock_boom.user 用户登录邮箱
sock_boom.passwd 用户登录密码
sock_boom.extra_notice 需要额外通知的邮箱
hua_mi HuaMi配置
hua_mi.user 用户登录邮箱或手机号
hua_mi.passwd 用户登录密码
hua_mi.step_range 步数范围
[
  {
    "notice": [
      "[email protected]"
    ],
    "sock_boom": {
      "user": "[email protected]",
      "passwd": "user passwd",
      "extra_notice": [
        "[email protected]"
      ]
    },
    "hua_mi": {
      "user": "email or phone",
      "passwd": "user passwd",
      "step_range": [
        222222,
        666666
      ]
    }
  }
]

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.