KickFlix-cli
KickFlix-cli copied to clipboard
A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Stream your favorite shows straight from the command line.
ABOUT
A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli.
This module doesn't work as of now because KickAss Torrents changed the structure of their webpages. Need help porting it over to 1337x.to
Installation
pip install -r requirements.txt
It uses webtorrent-cli to stream/download torrents (necessary)
Download Nodejs from here, install the package and then run this command in terminal
npm install webtorrent-cli -g
ALso, if you want to stream torrents you'll need VLC Media Player (maybe the reason why you're using this script) (optional, downloaing will work without VLC)
Download VLC from here
Usage
To stream a torrent directly from command line (streams the torrent at top in search results)
python3 KickFlix.py -s "torrent"
Downloading a torrent from command line (downloads the torrent at top in search results)
python3 KickFlix.py -d "torrent"
To get the magnet of a torrent from command line (prints out the magnet of the torrent at top in search results)
python3 KickFlix.py -m "torrent"
Using the script to search torrents and then to stream/download selected torrent
python3 KickFlix.py
A video on how to use the script is here