Skip to content

voidrohit/Streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Streamer 🎥

Stream movies using torrent links

How to use

Windows Users

User must have Python and pip installed

Install these in your PC:

Nodejs

Git

Webtorrent

Run these command on command prompt

pip install requests

pip install npm

npm install webtorrent-cli -g

Let's start the script now! Run the script using the command

python streamer.py

To get all the available option keep it fullscreen after fetching the movies

Linux Users

Just fire up the terminal and run these commands.

sudo apt-get update

sudo apt-get install nodejs

sudo apt-get install npm

This should install node.js and npm on your PC

pip3 install requests

sudo npm install webtorrent-cli -g

It is suggested to install VLC in your PC. Read installation instruction here

Let's start the script now! Run the script using the command

python3 streamer_linux.py

Don't forget to star the repo if you like the work :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages