https://github.com/oxeu/cloud_transfer
☁使用Github Action自动转存网络文件至蓝奏云/阿里云盘
https://github.com/oxeu/cloud_transfer
Last synced: 4 months ago
JSON representation
☁使用Github Action自动转存网络文件至蓝奏云/阿里云盘
- Host: GitHub
- URL: https://github.com/oxeu/cloud_transfer
- Owner: OXeu
- License: apache-2.0
- Created: 2021-03-30T16:26:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T11:42:26.000Z (about 3 years ago)
- Last Synced: 2025-04-04T22:33:28.832Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 729 KB
- Stars: 8
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 自动转存
## 简介
本仓库原设计为为云转存公开仓库,已停止维护
## 食用方法
### Fork本仓库
点击页面顶部的Fork按钮,

创建一个分支(建议将仓库设置为私有,否则可能有泄露网盘账户的风险)
### 生成 Access Token
点击右上角头像,点击 Settings 进入设置

下拉列表,点击 Developer settings

点击 Personal access token

点击 Generate new token

Note 为备注,可随意输入
Expiration 为token过期时间,建议设置为 No expiration(安全性较低,适合懒人)
Select Scope 勾选 workflow 即可

点击Generate token 生成 token 并复制
### APP 内配置
在 App 中填入您的 Github用户名(如 ThankRain) 、Fork仓库名(cloud_transfer)

以及刚才生成的 token
## 鸣谢(排名不分先后)
### 阿里云盘上传脚本 - Pluto
[https://github.com/Hidove/aliyundrive-uploader](https://github.com/Hidove/aliyundrive-uploader)
### 蓝奏云API - zaxtyson
[https://github.com/zaxtyson/LanZouCloud-API](https://github.com/zaxtyson/LanZouCloud-API)