Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 458 Bytes

File metadata and controls

16 lines (16 loc) · 458 Bytes

.

Setup

1. Install Python

(3.9.x would be a good one)

2. Install Flask and Requests through pip

pip install requests Flask flask_cors

3. Get a TMDB API Key

https://developer.themoviedb.org/docs/getting-started

4. Run Notflix

python server.py

5. Tunneling

If you want your Notflix instance to be online for everyone, consider using Cloudflare Tunnels.