All Projects → ItzBlitz98 → Torrentflix

ItzBlitz98 / Torrentflix

Licence: mit
Nodejs cli app to search torrent sites and stream using peerflix

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Torrentflix

Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+574.83%)
Mutual labels:  cli, p2p
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (-74.83%)
Mutual labels:  cli, p2p
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+112.42%)
Mutual labels:  cli, p2p
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-7.05%)
Mutual labels:  cli, p2p
Argparse
Argparse for golang. Just because `flag` sucks
Stars: ✭ 294 (-1.34%)
Mutual labels:  cli
Sync
syncs your local folder with remote folder using scp
Stars: ✭ 293 (-1.68%)
Mutual labels:  cli
Git Delete Merged Branches
Command-line tool to delete merged Git branches
Stars: ✭ 293 (-1.68%)
Mutual labels:  cli
Docopt.php
Command line argument parser
Stars: ✭ 291 (-2.35%)
Mutual labels:  cli
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (+0%)
Mutual labels:  cli
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (-1.01%)
Mutual labels:  cli
Libplanet
Blockchain core in C#/.NET for persistent peer-to-peer online games
Stars: ✭ 293 (-1.68%)
Mutual labels:  p2p
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+996.98%)
Mutual labels:  cli
Mech
Easy command line virtual machines for VMWare
Stars: ✭ 294 (-1.34%)
Mutual labels:  cli
Cli
✨ A powerful CLI for the Create Go App project. Create a new production-ready project with backend, frontend and deploy automation by running one CLI command!
Stars: ✭ 292 (-2.01%)
Mutual labels:  cli
Chepy
Chepy is a python lib/cli equivalent of the awesome CyberChef tool.
Stars: ✭ 295 (-1.01%)
Mutual labels:  cli
Crudini
A utility for manipulating ini files
Stars: ✭ 292 (-2.01%)
Mutual labels:  cli
Aws Gate
Better AWS SSM Session manager CLI client
Stars: ✭ 294 (-1.34%)
Mutual labels:  cli
Near
A P2P library for Android for discovery on local networks using UDP and transfer in general using TCP sockets
Stars: ✭ 296 (-0.67%)
Mutual labels:  p2p
Lev
The complete REPL & CLI for managing LevelDB instances.
Stars: ✭ 295 (-1.01%)
Mutual labels:  cli
Sentences
A multilingual command line sentence tokenizer in Golang
Stars: ✭ 293 (-1.68%)
Mutual labels:  cli

Torrentflix Travis

A cli tool for searching torrent sites and streaming using peerflix.

It currently supports kickasstorrents, 1337x, seedpeer, Rarbg, The Pirate Bay, YTS, Extratorrent, Limetorrents, nyaa.se, tokyotosho, Cpasbien & eztv.

Want more ? Create an issue with a request, Alternatively you can contribute your own scrapers.

Pull requests are welcome.

Key features

  • Subtitles fetched automatically.
  • Trakt.tv integration.
  • History of streamed torrents.
  • Stream or download torrents.

Install (automatic)

Install peerflix if you haven't already:

npm install -g peerflix

Then install torrentflix:

npm install -g torrentflix

Install (manual)

Install peerflix if you haven't already:

npm install -g peerflix

Clone the repository:

git clone [email protected]:ItzBlitz98/torrentflix.git

Install dependencies:

npm install

You can now update by doing a git pull:

git pull

Now you can run the executable inside the bin folder.

Preview

peerflix

Usage

To run the app run:

$ torrentflix

Cli arguments

Torrentflix has some handy cli arguements you can see them using the help flag.

$ torrentflix --help

History

Torrentflix can save a history of watched torrents if enabled.

Clearing the history can be done with the --clear flag ex:

$ torrentflix --clear

Subtitles

By default subtitles are disabled but you can enable them by running torrentflix --config=nano and setting use_subtitle to true. You can also change subtitle_language to one of this list, just be sure to use the three letter code.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].