Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-s96/torrent-streamer
search, stream, download torrents from the terminal
https://github.com/mohit-s96/torrent-streamer
Last synced: 19 days ago
JSON representation
search, stream, download torrents from the terminal
- Host: GitHub
- URL: https://github.com/mohit-s96/torrent-streamer
- Owner: mohit-s96
- Created: 2022-03-25T14:48:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T07:11:45.000Z (7 months ago)
- Last Synced: 2024-06-13T10:14:23.040Z (7 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: history.py
Awesome Lists containing this project
README
## search and stream torrent videos
## Disclaimer
Downloading/streaming copyrighted content is illegal in most countries. Whatever you stream/download through this application is your resposibility. I am not responsible for how this software is used.
### Requirements
The program can install these automatically as well (must have python 3)
- nodejs
```sh
# install nvmcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/
install.sh | bash# install node through nvm
nvm use 16
```- webtorrent
```sh
npm i -g webtorrent-cli
```- vlc (or mpv or any other player which can play a stream)
### running
- make main.py executable with `chmod +x main.py`
- run `./main.py -q `
- run `./main.py --help` for help### update
- `./main.py --upgrade`
### further enhancement
This doesn't work on windows so please submit a PR if you like, thanks.