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
플래그와 함께 명령을 실행하여 토렌트를 스트리밍할 수 있습니다.
이는 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을 사용합니다. xdg-open을 사용하는 토렌트 클라이언트로 대체하여 subprocess.run(["xdg-open", magnet])
을 편집하여 이를 변경할 수 있습니다.