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

Latest commit

 

History

History
35 lines (29 loc) · 677 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 677 Bytes

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

注意需要把子模块一起下载了, 直接下载时 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,
        }
    ],
}