{ "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 } ] }