The imdbpy 5.0 changelog claims "support for obtaining metacritic score and URL": http://imdbpy.sourceforge.net/docs/Changelog.txt
I checked module documentations and source code and didn't really figure out how to get the metacritic score. Can somebody please push me in the right direction?
Thanks!
Check out this commit: Add support for obtaining metacritic score and URL
You will have to call
get_movie_critic_reviews
with a movieID. Have a look at the example files in thebin/
directory.