Skip to content

Stream or download movies, animes from torrent sites from your terminal

Notifications You must be signed in to change notification settings

Kabouik/torrenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

torrenter

Stream or download movies, animes from torrent sites from your terminal

Install

Linux

  • First of all update & install the following dependencies listed below
curl -L 'https://github.com/Based-Programmer/torrenter/raw/main/torrenter' -O && \
chmod +x torrenter && \
sudo mv torrenter /usr/local/bin/

Termux

pkg up -y && \
pkg in curl fzf aria2 nodejs && \
npm -g install webtorrent-cli && \
curl -L 'https://github.com/Based-Programmer/torrenter/raw/main/torrenter' -O && \
chmod +x torrenter && \
mv torrenter $PREFIX/bin/

Dependencies

  • curl
  • fzf
  • rofi (alternative menu to fzf without terminal)
  • dmenu (alternative menu without terminal)
  • webtorrent-cli (Streaming torrent)
  • peerflix (alternative to webtorrent)
  • mpv (Streaming video)
  • aria2 (Optimal, for downloading)

About

Stream or download movies, animes from torrent sites from your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%