I am working on a web application that allows users to share their favorite movies, directors, filmmakers and actors. To do this, I want to provide them with a drop-down list or automatically fill out for each of them, so that they can simply select their options.
To do this: I need a list of all the titles of films, actors, directors, writers present on Imdb.
I checked Imdbpy and doesn't seem to provide methods for getting this data.
Will imdbpy2sql.py be used to create the database and use sql to query db, provide the necessary data? Is there any other way to do this?
Thanks!
movie imdb imdbpy
shreyj
source share