Skip to main content

A Single package which will help to get the imdb,rotten tomatoes and metacritic ratings,with this python package we can get the number of people/critic who reviewd it

Project description

imdb-rotten_tomatoes-metacritic

With the help of this module, you can get the imdb,rotten tomatoes and metacritic rating.

Also you can get how many peoples have voted on imdb,rotten tomatoes and metacritic so thay there ratings are calculated

--

Installation

Install the package

--

Usage

from imdb_rtomatoes_metacritic import Rating

#In the quotes give the movie name or webseries name for which you want to get the ratings or votes
movie = Rating("Avengers Endgame") 

#To get the imdb score
imdb_score = movie.imdb_score()
or
print(movie.imdb_score())

#To get the number of people who have voted on imdb
imdb_votes = movie.imdb_votes()
or
print(movie.imdb_votes())

#To get the Rotten Tomatoes rating that is tomatometer
tomatometer = movie.tomatometer()
or
print(movie.tomatometer())

#To get the number of reviews on rotten tomatoes
reviews = movie.tomatometer_reviews()
or
print(movie.tomatometer_reviews())

#To get the metacritic rating that is metascore
metascore = movie.metacritic_score()
or
print(movie.metacritic_score())

#To get the critic reviews on metacritic 
metacritic_votes = movie.metacritic_votes()
or
print(movie.metacritic_votes())

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imdb-rotten_tomatoes-metacritic-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page