/Proflix

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Proflix

What is this?

Proflix is a cross-platform python tool that scrapes a list of torrent sites for magnet links and uses webtorrent to stream the media directly to mpv.

Dependencies

Installation

Clone the repository and install the python requirements.txt :

$ git clone https://github.com/Albert24GG/Proflix.git
$ cd ./Proflix
$ pip install -r requirements.txt

Usage

Just go in Proflix directory and run the python script:

$ python3 proflix.py

License

Project licensed under GNU GPL3 License.