Python quark webdisk client.
Project description
python-quark
python-quark 是一个 夸克网盘 的 Python 客户端模块,不过仅提供最直接的接口包装。
安装
你可以从 pypi 安装最新版本
pip install -U python-quark
或者从 github 安装最新版本
pip install -U git+https://github.com/ChenyangGao/python-quark@main
入门介绍
1. 导入模块
导入模块
from quark import QuarkClient
2. 创建实例
1. 用 cookies 创建实例
创建客户端对象,需要传入 cookies,如果不传,则需要扫码登录
cookies = "..."
client = QuarkClient(cookies)
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
python_quark-0.0.0.tar.gz
(8.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_quark-0.0.0.tar.gz.
File metadata
- Download URL: python_quark-0.0.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b9fa0dcb730a2d88c055157e514901627fd6a9dd69c02795efd9984c52e482e
|
|
| MD5 |
1ce8e3de3f2fb840f251bd5dd33a205d
|
|
| BLAKE2b-256 |
912f08490afb2dbea4b2a027cb4e365438945c462c90da4483df3cc013e4ed57
|
File details
Details for the file python_quark-0.0.0-py3-none-any.whl.
File metadata
- Download URL: python_quark-0.0.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62808ab796df1450e60baa4c252a682d7e0bb1acb9575c459ebb786a55a206dc
|
|
| MD5 |
39239c0e807538b8465b9f182293878b
|
|
| BLAKE2b-256 |
52bee7f459ad88eb13d2d67d916bdcbd7c8abcc3b0f7dd23107420965fa77012
|