Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 424 Bytes

Host your own IMDB API using imdb-scraper script running flask server

####Following are the dependencies for it:

requests==1.2.3
lxml==3.2.1

####You can use it by passing any valid imdb id as an argument: ####This starts the flask server serving

$ python imdb.py

This will return a JSON object containing the data for the movie.

try it out at https://getimdb.herokuapp.com/