Skip to main content

aliyundrive apis package

Project description

aligo

Wiki 帮助文档

🚀🔥 用Python连接阿里云盘 👍👍

aligo 是一个操作阿里云盘的 Python

提供简单易用的API接口,可以让你轻松通过代码与阿里云盘进行交互。

python version Downloads

pip install --upgrade aligo

快速入门

"""快速入门"""
from aligo import Aligo

if __name__ == '__main__':
    ali = Aligo()
    user = ali.get_user()  # 获取用户信息
    ll = ali.get_file_list()  # 获取网盘根目录文件列表

基本功能

  • 持久化登录、多帐户登录
  • 获取帐户、云盘(容量)等基本信息
  • 文件(夹)上传下载、移动复制、删除恢复、重命名、分享收藏、自定义分享(无限制)
  • 搜索文件/标签
  • 福利码兑换
  • 支持功能扩展

注:由于秒传链接的失效,自定分享信息的有效期只有4个小时。

欢迎加入讨论群 ❤️‍🔥

aligo反馈交流群

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aligo-1.3.2.tar.gz (54.7 kB view hashes)

Uploaded Source

Built Distribution

aligo-1.3.2-py3-none-any.whl (100.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page