Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

arcturus-script/everphoto

Repository files navigation

时光相册签到(云函数版)

注意需要把子模块一起下载了, 直接下载时 push 文件夹是空的

git clone --recursive https://github.com/arcturus-script/everphoto.git

配置 config.py , 执行入口改为 index.main

# config.py

# 重复的推送服务可以写成一个
push = {
  "type": "pushplus",
  "key": "069ac93da07...",
}

config = {
    "multi": [
        {
            "account": "189...",
            "country": "+86",
            "password": "root123",
            "push": push,
        },
        {
            "account": "186...",
            "password": "root123",
            "push": push,
        }
    ],
}

About

时光相册签到 云函数

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages