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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for imdb-rotten_tomatoes-metacritic-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c70af0217ddf201e2fd86cde84b5582e626040a3b770a54441852fd192346d36 |
|
MD5 | 7df28e3372d2e49a7e62686059cf0c61 |
|
BLAKE2b-256 | 06b7b8710fddfd63bbb491c321deaa93d97bfd9087f03dd0a508d563c44474e2 |
Close
Hashes for imdb_rotten_tomatoes_metacritic-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9569fa7099bbb65be7d9298de18be145979fefd394472c7e626256e3cc9bde13 |
|
MD5 | d6381d62ac73ff982bf837b774b92f86 |
|
BLAKE2b-256 | 24d0d21bcfe0d44daea62fa7f2438315844f6f4eda28d0778265b9e9c787f727 |