Skip to content

A Flask-based API for accessing FMovies, a popular online streaming platform for movies and TV shows.

Notifications You must be signed in to change notification settings

PublisherName/Fmovies_API_Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fmovies API Using Flask

This is a basic fmovies api that allows you to search for movies and tv shows and get the links to watch them.

Requirements

  • Python 3.9
  • pip
  • gunicorn

Installation

pip install -r requirements.txt

Usage

gunicorn --reload app:app

Endpoints

- /media/trending

- /media/recommendation

- /media/searchByName?name=<movie_name>

About

A Flask-based API for accessing FMovies, a popular online streaming platform for movies and TV shows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages