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
pip install -r requirements.txtIt 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 -gALso, 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
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.pyA video on how to use the script is here