阿里云盘自动签到脚本
Go to file
fldhhh 3c9302cf7f
update README.md
2023-11-30 22:48:53 +08:00
.gitignore update .gitignore 2023-11-30 22:43:11 +08:00
Dockerfile add: first commit 2023-11-30 22:33:47 +08:00
LICENSE Initial commit 2023-11-30 14:22:12 +00:00
MsgSender.py add: first commit 2023-11-30 22:33:47 +08:00
README.md update README.md 2023-11-30 22:48:53 +08:00
config.json add: first commit 2023-11-30 22:33:47 +08:00
docker-compose.yaml add: first commit 2023-11-30 22:33:47 +08:00
main.py add: first commit 2023-11-30 22:33:47 +08:00
requirements.txt add: first commit 2023-11-30 22:33:47 +08:00

README.md

阿里云盘自动签到脚本

获取 refresh_token

  1. 网页登录阿里云盘官网https://www.aliyundrive.com/drive
  2. 按F12, 进入开发者模式, 在菜单栏点击Application, 找到Local Storage下的域名https://www.aliyundrive.com,点击token选项,复制refresh_token字段的值

配置环境变量

编辑config文件

  • env_time: 脚本运行的时间
  • refresh_token_list: 阿里云盘refresh_token, 多个refresh_token以逗号分开, 如"refresh_token_list": "token1,token2"
  • dingding: 钉钉机器人
  • telegram: telegram机器人
  • mail: 邮件通知

启动

docker-compose up -d