dbr / themoviedb

Python wrapper to themoviedb.org API [Not actively maintained]
https://www.themoviedb.org/documentation/api/wrappers-libraries
The Unlicense
33 stars 13 forks source link

Update to TMDB API v3 #7

Open dbr opened 11 years ago

dbr commented 11 years ago

The currently-used v2.1 is almost being ended. Should update to the JSON'y v3 API

http://docs.themoviedb.apiary.io/

catesandrew commented 10 years ago

+1

felciano commented 10 years ago

+1 any outlook on getting this upgraded?

cytec commented 10 years ago

any news on this, seems like the 2.1 api finally stopped working

dbr commented 10 years ago

I've no immediate plans to update it, but there are a few other Python interfaces which have updated for the v3 API, https://github.com/doganaydin/themoviedb seems most similar