File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('机场签到')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55多服务自动签到脚本
66
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('阿里云盘签到')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55阿里云盘 每日签到脚本
66实现功能:
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('B站每日任务')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55Bilibili 每日任务脚本
66实现以下功能:
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('HelloGithub月刊')
3- # cron 0 8 1 * *
3+ # cron: 0 8 1 * *
44"""
55HelloGitHub 月刊更新提醒
66每月运行一次,检查并发送最新月刊内容。
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# -*- coding: utf-8 -*-
33# new Env('Nodeseek签到')
4- # cron 0 0 * * *
4+ # cron: 0 0 * * *
55"""
66NodeSeek-Signin (Single-file / Check-in only / Minimal)
77=======================================================
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('SSL证书检查')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55SSL证书检查脚本
66
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('Bitwarden备份')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55Bitwarden自动备份脚本(带哈希比较,避免重复同步)
66
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# new Env('百度贴吧签到')
3- # cron 0 0 * * *
3+ # cron: 0 0 * * *
44"""
55百度贴吧 每日自动签到脚本
66实现功能:
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# -*- coding: utf-8 -*-
33# new Env('森空岛签到')
4- # cron 0 8 * * *
4+ # cron: 0 8 * * *
55
66"""
77森空岛(Skland)自动签到脚本
You can’t perform that action at this time.
0 commit comments