forked from Sitoi/dailycheckin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dailycheckin-elecV2P.json
67 lines (67 loc) · 1.93 KB
/
dailycheckin-elecV2P.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dailycheckin-elecV2P",
"author": "Sitoi",
"note": "可基于【腾讯云函数】/【Docker】/【青龙面板】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅|",
"date": "2021-09-22 16:45:35",
"list": [
{
"name": "安装 Linux 依赖",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "apk add bash curl gcc git libffi-dev musl-dev openssl-dev python3 python3-dev py3-pip"
},
"running": false
},
{
"name": "安装 Pypi 依赖",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "pip3 install cryptography~=3.2.1 requests rsa urllib3"
},
"running": false
},
{
"name": "安装/更新 Dailycheckin",
"type": "schedule",
"time": "0 3",
"job": {
"type": "exec",
"target": "pip3 install dailycheckin --upgrade"
},
"running": false
},
{
"name": "运行 Dailycheckin",
"type": "cron",
"time": "0 45 8 * * *",
"job": {
"type": "exec",
"target": "dailycheckin -timeout 1200000"
}
},
{
"name": "单次运行签到",
"type": "schedule",
"time": "0",
"job": {
"type": "exec",
"target": "dailycheckin -timeout 1200000"
},
"running": false
},
{
"name": "立即执行小米运动",
"type": "schedule",
"time": "0",
"job": {
"type": "exec",
"target": "dailycheckin --include MIMOTION -timeout 1200000"
},
"running": false
}
]
}