Skip to content

IM-THE-GRASS/movie-streaming-site

Repository files navigation

Movie Streaming Site

This website is for educational purposes only, I am not distrubuiting these movies, this is just a wrapper for https://moviesapi.club

A site built in Reflex that uses the MoviesAPI.club and the TMDB api for movies streaming of thousands of movies for 100% free.

Search, streaming, recomended and getting info about movies are all features of the site that can be had for free and with barely any loading times.

Self hosting:

To self host and for developmentyou need python 3.11 or above1 in terminal, navigate to the movie_streaming_site folder and run

python -m pip install -r /requirements.txt

Once done, create a file called .env and using notepad write

auth="{YOUR TMDBAPI KEY HERE}"

and replace {YOUR TMDBAPI KEY HERE} with an api key from TMDB api

to run just write python -m reflex run in the command line

Demo / screenshots:

demovideo.1.mp4

image image

The site was built for Hack Club Arcade

Footnotes

  1. version 3.11 or above is fine, older versions may work but I haven't tested them

About

a site that made in reflex uses moviesapi.club to stream free movies

Resources

Stars

Watchers

Forks

Languages