This python scripts retrieves all the information of a movie given its title. The following web sites are used to retrieve the rating of movies:
- IMDB
- RogerEbert
- Metacritic
Currently only IMDB is supported but the support for the rest will be added.
pip install cinema
or locally:
python setup.py install
After installing the package, you can use the following command to retrieve the information of a movie. Note that you do not need to specify the movie's exact name.
watch-movie {MOVIE_NAME}
Example:
watch-movie 'a separation'
or
watch-movie 'redemption'
In case there are multiple versions of a movie, you can specify the production year too:
watch-movie 'The Lord of the Rings' 2002