← 返回
未分类 中文

Thunder Core

Windows Thunder download client via COM interface — add, commit, cancel, and manage download tasks programmatically.
通过 COM 接口操作 Windows 迅雷下载客户端—添加、提交、取消和管理下载任务。
534422530 534422530 来源
未分类 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 241
下载
💾 1
安装
2
版本
#automation#com#download#latest#thunder#windows

概述

Thunder Download Core

Control the Thunder (迅雷) download engine on Windows via COM interface. Add download tasks, set custom headers (Referer, User-Agent, Cookie), commit tasks, cancel all, and query task list.

Prerequisites: Windows OS with Thunder client installed. Python packages: pywin32 (pip install pywin32).

Quick Start

from thunder_core import ThunderCore, download

# Quick one-shot download
download("https://example.com/file.zip", "C:\\Downloads\\file.zip")

# Full control
tc = ThunderCore()
if tc.initialize():
    tc.add_task("https://example.com/file.zip", "C:\\Downloads\\file.zip",
                refer_url="https://example.com",
                user_agent="Mozilla/5.0")
    tc.commit_tasks()
    tasks = tc.get_tasks()
    tc.close()

API

ThunderCore

| Method | Description |

|--------|-------------|

| initialize() | Initialize Thunder COM component |

| add_task(url, save_path, ...) | Add a download task with custom headers |

| commit_tasks() | Submit all queued tasks |

| add_and_commit(url, save_path, ...) | Add task and immediately commit |

| cancel_all() | Cancel all active tasks |

| get_tasks() | Get current task list |

| close() | Release COM resources |

Utility

| Function | Description |

|----------|-------------|

| download(url, save_path, ...) | Convenience: create, add, commit in one call |

Notes

  • Windows-only (uses COM interface ThunderAgent.ThunderAgent)
  • Thunder must be installed at default path or custom _install_path
  • Run as administrator if COM registration fails

Source

thunder_core.py (155 lines) in this skill directory.

触发场景

  • 用户说"下载"、"迅雷下载"、"加下载任务"
  • 用户说"迅雷"、"thunder"、"xunlei"
  • 用户说"管理下载"、"查看下载进度"

B站学习

> 学习时间: 2026-06-01 20:58

  • 大明子1014: 【大明子】地心护核者CORE KEEPER 第四BOSS天空泰坦埃齐欧斯讨伐攻略!!!【手残党福音】
  • 关键词: 大明子, 地心护核者CORE, KEEPER, 第四BOSS天空泰坦埃齐欧斯讨伐攻略, 手残党福音
  • AhiruMochi: 【搬運】DJ Myosuke - Joe Thunder 原版MV
  • 关键词: 搬運, DJ, Myosuke, Joe, Thunder

B站学习

> 学习时间: 2026-06-01 21:02

  • 大明子1014: 【大明子】地心护核者CORE KEEPER 第四BOSS天空泰坦埃齐欧斯讨伐攻略!!!【手残党福音】
  • AhiruMochi: 【搬運】DJ Myosuke - Joe Thunder 原版MV
  • 台绒-_-: Dream-Core&连接 实机预告

B站学习 (第1轮)

> 学习时间: 2026-06-02 09:22

  • 健身让我勇敢: 2026年二季度lesmills莱美core核心提升62期

https://www.bilibili.com/video/BV1kRVn6AEwb

  • AhiruMochi: 【搬運】DJ Myosuke - Joe Thunder 原版MV

https://www.bilibili.com/video/BV1pN411G7tm

  • 台绒-_-: Dream-Core&连接 实机预告

https://www.bilibili.com/video/BV1tnVJ6qEK2

B站学习 (第2轮)

> 学习时间: 2026-06-02 09:35

  • 健身让我勇敢: 2026年二季度lesmills莱美core核心提升62期

https://www.bilibili.com/video/BV1kRVn6AEwb

  • AhiruMochi: 【搬運】DJ Myosuke - Joe Thunder 原版MV

https://www.bilibili.com/video/BV1pN411G7tm

  • 台绒-_-: Dream-Core&连接 实机预告

https://www.bilibili.com/video/BV1tnVJ6qEK2

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-06-03 13:30
  • v1.0.0
    2026-05-26 23:57 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

professional

Academic Research Skills

534422530
提供AI驱动的工具与工作流,帮助研究人员在学术研究中完成选题、提纲、写作、审稿和回复。
★ 0 📥 753
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,535
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 67,975