Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ItzBlitz98/torrentflix
Nodejs cli app to search torrent sites and stream using peerflix
https://github.com/ItzBlitz98/torrentflix
cli nodejs p2p peerflix torrentflix
Last synced: 5 days ago
JSON representation
Nodejs cli app to search torrent sites and stream using peerflix
- Host: GitHub
- URL: https://github.com/ItzBlitz98/torrentflix
- Owner: ItzBlitz98
- License: mit
- Created: 2015-01-09T16:06:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T22:14:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T11:18:01.040Z (about 1 month ago)
- Topics: cli, nodejs, p2p, peerflix, torrentflix
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 347
- Watchers: 19
- Forks: 60
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Torrentflix [![Travis](https://api.travis-ci.org/ItzBlitz98/torrentflix.svg?branch=master)](https://travis-ci.org/ItzBlitz98/torrentflix)
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](https://i.imgur.com/rre0MtK.png)## 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](https://github.com/divhide/node-subtitler/blob/master/langs.dump.txt), just be sure to use the three letter code.## License
MIT