torrentCLI
1.0.0
sudo curl -s https://raw.githubusercontent.com/amogusussy/torrentCLI/main/torrentcli -o /usr/bin/torrentcli && sudo chmod +x /usr/bin/torrentcli
あるいは、上記のリンクを使用してブラウザからスクリプトを直接ダウンロードすることもできます。
torrentcli search query
と入力すると実行できます。たとえば、Big Buck Bunny のトレントが必要な場合は、 torrentcli Big Buck Bunny
と入力できます。
ブラウザからダウンロードした場合は、 python3 /path/to/torrentcli search query
を使用して実行できます。
vlc-bittorrent
がインストールされている場合は、 -s
フラグを指定してコマンドを実行して torrent をストリーミングできます。
これはLibrex APIに依存しています。
次のコマンドを使用して、自分でセルフホストできます。
git clone https://github.com/hnhx/librex/
cd librex
php -S localhost:8080
次に、 /usr/bin/torrentcli
を開き、 site = random.choice(sites)
をsite = 'http://localhost:8080'
に置き換えます。
デフォルトでは、Unix 系マシン上の Xorg サーバーに固有の xdg-open が使用されます。これを変更するには、 subprocess.run(["xdg-open", magnet])
を編集し、xdg-open を使用する torrent クライアントに置き換えます。