Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonyang170/gametimepause

加速器时长自动暂停
https://github.com/jasonyang170/gametimepause

game-timer game-tool github-actions python-script script

Last synced: about 2 months ago
JSON representation

加速器时长自动暂停

Awesome Lists containing this project

README

        


GameTimePause 加速器时长暂停脚本







Discord

这是一项基于Python语言的Github Actions自动化定时脚本


## 支持平台
- ✅ 雷神加速器
- ✅ NN加速器

如您使用其他以时间结算的加速器请向我提出issues
## 使用教程
1.请先Fork本项目。

2.在仓库的Settings-Secrets-Actions中分别New repository secrets以下两个变量
- PHONE(填写您注册的手机号)
- PASSWORD(填写您的账户密码)
- TOKEN(可选 填写PUSHPLUS的Token)
3.点击仓库的Actions,再点击“I understand my workflows, go ahead and enable them”的绿色按钮启用actions

4.在左侧边栏找到“pause”并点击,再点击右侧的“Enable workflow”启用此action

5.默认每天凌晨3点(UTC+8)执行定时任务(由于github action的特性,可能会延迟20分钟左右),如需修改请手动更改- cron: '0 19 * * *'字段,生成表达式可以用https://crontab.guru/