Skip to content

Alist批量添加阿里云盘链接Golang版本

License

Notifications You must be signed in to change notification settings

nzlov/alist_batch

This branch is 19 commits behind yzbtdiy/alist_batch:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

041867c · Jan 10, 2023

History

10 Commits
Jan 10, 2023
Jan 4, 2023
Dec 6, 2022
Jan 7, 2023
Dec 6, 2022
Dec 6, 2022
Dec 31, 2022
Dec 6, 2022
Dec 31, 2022

Repository files navigation

Alist批量添加阿里云资源(Golang)

此项目为 https://github.com/yzbtdiy/alist_batch_add 的 Golang实现

  • 使用 Golang 实现了 Alist 批量添加阿里云链接
  • 自动获取并保存 token
  • 操作前验证 cookie 有效性, cookie 无效自动更新
  • 配置文件和阿里云资源文件使用 yaml 文件保存

网友DayoWong0提供了一个油猴脚本可以从浏览器打开的阿里云盘链接抓取资源名和链接, 大家可以试试 脚本地址

如果您不了解Alist, 请查看官网 https://alist.nn.ci/zh/

用法说明

Bilibili视频介绍

  • Golang 编译的二进制文件可直接运行(alist_batch.exe)

    • 初次运行会自动生成配置模板和阿里云资源模板
    • 在 config.yaml 文件中添加 alist 地址, url 结尾不需要 /
    • 在 config.yaml 文件中 username 和 password 字段后添加 alist 登录账号和密码
    • 在 config.yaml 文件中 refresh_token 字段后添加阿里云盘的 refresh_token
    • 在 ali_share.yaml 文件中添加资源的分类
    • 在 ali_share.yaml 文件分类下级添加 资源名: 阿里云资源链接 , 链接需要需要包含 folder
    • 修改后运行 alist_batch.exe 即可, 推荐命令行执行, 双击运行不会输出信息
  • 下载源码编译

    • git clone https://github.com/yzbtdiy/alist_batch.git
    • cd alist_batch
    • go mod tidy
    • go build .
  • 使用 go install 安装

    • go install github.com/yzbtdiy/alist_batch@latest

other

  • alist 的登录用户和密码仅用于自动获取 cookie, 手动获取有效cookie填入config.yaml可以不用添加用户和密码
  • 目前只实现了不带提取码的阿里云盘链接批量添加

About

Alist批量添加阿里云盘链接Golang版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%