Skip to content

Uses IMDB API to retrieve full size artwork for any show in IMDB database - built with Flask

Notifications You must be signed in to change notification settings

chnihy/imdb_artwork_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB API Flask App

A (very) minimal IMDB API App that returns a full resolution poster for any show in IMDB's database. Built using Flask.

preview

Requirement

pip3 install flask

How to run

  1. Download app as zip or clone repo
git clone https://github.com/chnihy/imdb_artwork_app.git
  1. Change to app directory
cd imdb_api_app
  1. Run app
python3 main.py

Open your browser and go to

http://127.0.0.1:5000

Future Plans

  • Incorporate more API features: trailer, cast, reviews etc...
  • Facelift with Bootstrap--

About

Uses IMDB API to retrieve full size artwork for any show in IMDB database - built with Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published