PublisherName / Fmovies_API_Flask

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

Home Page:https://fmoviesapi.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://fmoviesapi.azurewebsites.net/


Languages

Language:Python 100.0%