Deluge

Deluge是一款轻量级、自由软件、跨平台的BitTorrent客户端。(Deluge is a lightweight, Free Software, cross-platform BitTorrent client.)

Github stars Tracking Chart

Deluge BitTorrent客户端

Deluge是一个使用a的BitTorrent客户端 守护进程/客户端模型。有各种用户界面可供使用 Deluge,如GTK-UI,Web-UI和Console-UI。 Deluge使用 libtorrent在它的后端处理BitTorrent协议。

安装

从源代码安装说明。请参阅 DEPENDS 构建和运行时依赖性。关于维基的更多细节: 安装/来源

python setup.py build
python setup.py install

用法

Deluge有各种用户界面和守护进程可以用作如下:

  • Gtk
    • GTK deluge 或 deluge-gtk
  • 控制台
    • deluge-console
  • Web
  • 守护程序
    • deluged
    • 请参阅 瘦客户端指南,以便从其他计算机连接到该守护程序。

联系/支持

Overview

Name With Ownerdeluge-torrent/deluge
Primary LanguagePython
Program languagePython (Language Count: 6)
PlatformLinux, Mac, Windows
License:Other
Release Count83
Last Release Namedeluge-2.1.2.dev0 (Posted on )
First Release Namedeluge-0.5.0 (Posted on )
Created At2014-02-20 05:04:35
Pushed At2024-05-01 22:43:32
Last Commit At2022-07-10 13:20:41
Stargazers Count1.5k
Watchers Count73
Fork Count330
Commits Count9.1k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count89
Pull Requests Open Count23
Pull Requests Close Count338
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Deluge BitTorrent Client

build-status docs-status

Deluge is a BitTorrent client that utilizes a daemon/client model.
It has various user interfaces available such as the GTK-UI, Web-UI and
a Console-UI. It uses libtorrent at it's core to handle the BitTorrent
protocol.

Install

From PyPi:

pip install deluge

From source code:

python setup.py build
python setup.py install

See DEPENDS and Installing/Source for dependency details.

Usage

The various user-interfaces and Deluge daemon can be started with the following commands.

Use the --help option for further command options.

Gtk UI

deluge or deluge-gtk

Console UI

deluge-console

Web UI

deluge-web

Open http://localhost:8112 with default password deluge.

Daemon

deluged

See the Thinclient guide to connect to the daemon from another computer.

Contact

To the top