bkvirendra / imdb-scraper

Host your own IMDB API
https://getimdb.herokuapp.com/
19 stars 14 forks source link

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/