Giter Site home page Giter Site logo

moyanj / alist3sdk Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 1.4 MB

AList3SDK 是用于与 AList 服务集成和交互的 Python SDK。它旨在简化开发人员与 AList 服务进行集成和交互的过程。

License: GNU Lesser General Public License v2.1

Python 100.00%

alist3sdk's Introduction

AList3SDK

[!WARNING] 本SDK已发生重大更新,完全不兼容上一个版本(v1.0)

AList3SDK 是用于与 AList 服务集成和交互的 Python SDK。它旨在简化开发人员与 AList 服务进行集成和交互的过程。

安装

您可以使用 pip 安装 AList3SDK:

pip install alist3

快速开始

使用 AList3SDK,您可以轻松地与 AList 服务进行交互。以下是一个快速示例,演示如何使用 AList3SDK 查询 AList 服务:

from alist import AList, AListUser

# 初始化 AList3SDK 客户端
user = AListUser("<your-user-name>","<your-password>")
alist = AList("<your-server-url>")

# 登录 AList 服务
client.login(user)
response = client.listdir("/")
# 处理响应
print('AList 服务查询结果:', list(response))

示例代码

有关示例代码,请参阅我们的 文档📄

API 文档

请参阅我们的 文档📄

常见问题解答

Q: 如果遇到身份验证问题应该怎么办? A: 请确保您的 AList地址和账号密码正确,并具有足够的权限。

贡献指南

我们欢迎社区贡献者为改进和完善 AList3SDK 做出贡献。如果发现任何 bug 或有新的功能建议,请提交 issue 或 PR。

版本历史

  • 1.0.0 (2024-02-16): 初始版本发布。
  • 1.1 (2024-05-10) : 改了一大堆东西
  • 1.1.1 (2024-05-20): 修改文档与修复bug
  • 1.1.2 (2024-07-04):适配部分admin操作,添加一多线程下载器
  • 1.1.3 (2024-07-05): 更新文档,增加用户类加载

alist3sdk's People

Contributors

moyanj avatar

Stargazers

chenxingyu avatar Yqhg8Nt4tuu avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

chenxingyuu

alist3sdk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.