Leetflix is a simple software, mostly made for having fun in some hot summer days, which helps you whatch your favorite movies from the command line! But you know what makes it cooler? Of course you do. You won't pay a single penny to Netflix, HBO or Disney+ and you have tons of movies in your hand with a simple python script.
So, you want to run it? let's do the shit together.
- A computer with macOS, Linux or Windows operating systems (The code has been tested on macOS and worked fine.)
nodejs
andnpm
installed.webtorrent-cli
installed (to install it, you just runnpm i webtorrent-cli -g
in the command line.)- VLC media player
- Python installed on your computer (version 3.8 is preferred, as I developed the software in Python 3.8)
It's really simple. First, open up a command line window and run:
pip install -r requirements.txt
Then just run the code :
python3 ./leetflix.py
The rest of the work is completely easy :)