Skip to content

利用雷神加速器api(包含了登陆接口的签名认证逻辑)以及Github的Actions定时自动暂停时长

Notifications You must be signed in to change notification settings

ArthurSmoke/leigod-auto-pause

 
 

Repository files navigation

leigod-auto-pause

利用雷神加速器 api(包含了登陆接口的签名认证逻辑)以及 Github 的 Actions 定时自动暂停时长

Usage

Important

确保你的隐私安全,请不要上传任何带有账号密码信息的文件到项目中,包括.env, .github/workflows/main.yml

Set secrets

Fork 项目之后,设置 Actions 的 secrets

可以设置多个账号,用逗号 , 分割,账号和密码需要一一对应

USERNAME_ARR="17000000001,17000000002"
PASSWORD_ARR="password1,password2"

image

image

Run actions

可以在 Actions 里手动触发,默认是北京时间凌晨 3 点触发

如需修改 schedule 时间,请修改.github/workflows/main.yml文件

image

Run locally

修改 .env 文件的 USERNAME_ARRPASSWORD_ARR

npm i
node index.js

请使用 18.x 及以上 nodejs 版本

References

About

利用雷神加速器api(包含了登陆接口的签名认证逻辑)以及Github的Actions定时自动暂停时长

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%