Stream movies using torrent links
User must have Python and pip installed
Install these in your PC:
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
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 :)