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 details)

Uploaded Source

Built Distribution

File details

Details for the file imdb-rotten_tomatoes-metacritic-0.1.tar.gz.

File metadata

  • Download URL: imdb-rotten_tomatoes-metacritic-0.1.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for imdb-rotten_tomatoes-metacritic-0.1.tar.gz
Algorithm Hash digest
SHA256 c70af0217ddf201e2fd86cde84b5582e626040a3b770a54441852fd192346d36
MD5 7df28e3372d2e49a7e62686059cf0c61
BLAKE2b-256 06b7b8710fddfd63bbb491c321deaa93d97bfd9087f03dd0a508d563c44474e2

See more details on using hashes here.

File details

Details for the file imdb_rotten_tomatoes_metacritic-0.1-py3-none-any.whl.

File metadata

  • Download URL: imdb_rotten_tomatoes_metacritic-0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for imdb_rotten_tomatoes_metacritic-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9569fa7099bbb65be7d9298de18be145979fefd394472c7e626256e3cc9bde13
MD5 d6381d62ac73ff982bf837b774b92f86
BLAKE2b-256 24d0d21bcfe0d44daea62fa7f2438315844f6f4eda28d0778265b9e9c787f727

See more details on using hashes here.

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