qbittorrent-api:qBittorrent的Web API的Python客户端实现

时间:2024-05-20 09:00:04
【文件属性】:

文件名称:qbittorrent-api:qBittorrent的Web API的Python客户端实现

文件大小:290KB

文件格式:ZIP

更新时间:2024-05-20 09:00:04

api client qbittorrent api-client python-client

qBittorrent Web API客户端 qBittorrent Web API的Python客户端实现。 支持qBittorrent v4.1.0 +(即Web API v2.0 +)。 目前最多支持2021年3月24日发布的qBittorrent (Web API v2.8.1)。 特征 整个实现。 qBittorrent版本检查端点的存在/功能会自动处理。 支持所有Python版本。 如果身份验证cookie过期,则会根据任何API调用自动请求一个新的cookie。 安装 通过pip安装 pip install qbittorrent-api 入门 import qbittorrentapi # instantiate a Client using the appropriate WebUI configuration qbt_client = qbittorrent


【文件预览】:
qbittorrent-api-master
----MANIFEST.in(99B)
----requirements-dev.txt(93B)
----.coveragerc(505B)
----docs()
--------make.bat(799B)
--------Makefile(638B)
--------source()
----pytest.ini(255B)
----qbittorrentapi()
--------app.py(7KB)
--------auth.py(4KB)
--------definitions.py(6KB)
--------_attrdict.py(16KB)
--------search.py(13KB)
--------torrents.py(75KB)
--------request.py(26KB)
--------rss.py(11KB)
--------client.py(5KB)
--------decorators.py(9KB)
--------__init__.py(439B)
--------transfer.py(9KB)
--------log.py(6KB)
--------sync.py(5KB)
--------exceptions.py(3KB)
----.github()
--------workflows()
----tests()
--------test_zzz_last_tests.py(347B)
--------test_request.py(10KB)
--------test_decorators.py(6KB)
--------root_folder.torrent(198B)
--------conftest.py(10KB)
--------test_torrent.py(16KB)
--------test_sync.py(1KB)
--------test_rss.py(7KB)
--------test_torrents.py(39KB)
--------__init__.py(0B)
--------test_torrent_states.py(2KB)
--------test_search.py(7KB)
--------test_log.py(1KB)
--------test_transfer.py(4KB)
--------test_app.py(1KB)
--------kubuntu-20.04.2.0-desktop-amd64.iso.torrent(197KB)
----.travis.yml.disabled(3KB)
----LICENSE(1KB)
----CHANGELOG.txt(7KB)
----requirements.txt(43B)
----setup.py(2KB)
----.gitignore(1KB)
----README.md(3KB)

网友评论