Skip to main content

Docker版本迅雷 API Client

Project description

pyxunlei

基于Docker版本的Xunlei API Client

支持版本

仅在3.7.1版本中测试通过

使用方法

可以使用pip安装 pip install pyxunlei -i https://pypi.python.org/simple

from pyxunlei import XunleiClient
#  初始化时支持以下参数:
#  host (str): 域名或IP
#  port (int): 端口号
#  ssl (bool): 是否启动HTTPS
#  device_name (str): 设备名称,当同一个账号下绑定了多个远程迅雷,可指定设备名称,设备名称可在迅雷APP查看
#      例如:群晖-xunlei
#      device_name为空时使用第一个设备.
#  download_root_dir(str): 下载根目录的目录名称,可以在web页面上查看,如不填写则默认选择第一个(一般是迅雷下载)
xunlei_client = XunLeiClient(
        '192.168.2.137', 2345, device_name="群晖-xunlei")

# 获取已完成任务列表
completed_tasks = xunlei_client.completed_tasks()

# 获取未完成任务列表
uncompleted_tasks = xunlei_client.uncompleted_tasks()

# 提交磁力链接
magnetic_link = "磁力链接"
sub_dir = "子目录"  # 为空时则不创建子目录
preprocess_file = xunlei_client.filter_file_by_size  # 指定预处理文件函数,可使用内置的filter_file_by_size过滤掉小于500M以及大于40G的文件
xunlei_client.download_magnetic(magnetic_link, sub_dir, preprocess_file)

# 提交种子链接
torrent_file_path = "your.torrent"  # 种子文件路径
xunlei_client.download_torrent(torrent_file_path, sub_dir, preprocess_file)

Project details


Download files

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

Source Distribution

pyxunlei-0.1.8.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyxunlei-0.1.8-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file pyxunlei-0.1.8.tar.gz.

File metadata

  • Download URL: pyxunlei-0.1.8.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.10.6 Darwin/20.6.0

File hashes

Hashes for pyxunlei-0.1.8.tar.gz
Algorithm Hash digest
SHA256 712c3da34ab319ae96f7bd33949e091f0e897525b9c96cd2d1b71d00a82d2374
MD5 d45f894c0b90a7457e9c0856ae722129
BLAKE2b-256 c7fe601cd6ebc40006ac4e959541b6d939387449d4f4c2cef08dfd0d63e3c50d

See more details on using hashes here.

File details

Details for the file pyxunlei-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: pyxunlei-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.10.6 Darwin/20.6.0

File hashes

Hashes for pyxunlei-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4fb35c702ac81b8ab90f79aecc4f6b7b8995c111ff424caadf7105398a606c23
MD5 b0d50f69f2bbc4f20d1c2f770b2b5f19
BLAKE2b-256 0413f8d767cdff518fe5bb000b03b6171e51376c255d0b79363780eaac0e852c

See more details on using hashes here.

Supported by

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