Cthulhu is a simple python CLI application that facilitates the streaming of torrents directly from various sources. It uses peerflix to stream video from magnet links directly.
Cthulhu is heavily inspired by Bugswriter's notflix, which was written using shell scripting. All in all, I wrote this program mainly for fun and practice.
Feel free to submit issues and feature requests.
pip3 install requests
pip3 install lxml
npm install -g peerflix
Make sure that /usr/local/bin
exists with the proper permissions. If not, then sudo mkdir -p -m 775 /usr/local/bin
cURL cthulhu to your $PATH and give execute permissions.
sudo curl -sL "https://raw.githubusercontent.com/trianglecirclexyz/cthulhu/main/cthulhu" -o /usr/local/bin/cthulhu
sudo chmod +x /usr/local/bin/cthulhu
curl
again, no need to chmod
anymore.cthulhu
from your $PATH, for example sudo rm -f /usr/local/bin/cthulhu.