I was wondering how to get a list of movies that were released within a certain year. Generally I am looking for a way to store this data using Python, but I have no clue on how to do it. Any help or suggestions would be appreciated.
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur Travis Bell
op 14 Mei 2015 om 12:32 NM
Hi dmarti98,
While I can't offer much help when it comes to Python, from the API side of things you can do this a few different ways with the /discover/movie method. You can use any combination of the
primary_release_year
,primary_release_date.gte
,primary_release_date.lte
,release_date.gte
,release_date.lte
andyear
params.Cheers.
Antwoord deur dmarti98
op 14 Mei 2015 om 7:26 NM
That's what I wanted! I had troubles making the URL for the API search. Thanks for the help :)