Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysammahfouzi/cinema
This python scripts retrieves the rating of a movie with its title
https://github.com/meysammahfouzi/cinema
cinema imdb imdb-movie imdb-rating movie-database movies python python-2 python-3 python-script
Last synced: 2 months ago
JSON representation
This python scripts retrieves the rating of a movie with its title
- Host: GitHub
- URL: https://github.com/meysammahfouzi/cinema
- Owner: meysammahfouzi
- License: mit
- Created: 2016-11-04T20:08:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:44:59.000Z (over 1 year ago)
- Last Synced: 2024-10-01T19:17:57.457Z (3 months ago)
- Topics: cinema, imdb, imdb-movie, imdb-rating, movie-database, movies, python, python-2, python-3, python-script
- Language: Python
- Size: 70.3 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/meysammahfouzi/cinema.svg?branch=master
:target: https://travis-ci.org/meysammahfouzi/cinema
.. image:: https://coveralls.io/repos/github/meysammahfouzi/cinema/badge.svg?branch=master
:target: https://coveralls.io/github/meysammahfouzi/cinema?branch=masterCinema
------
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
- MetacriticCurrently only IMDB is supported but the support for the rest will be added.
Installation
------------
pip install cinemaor locally:
python setup.py install
Usage:
------
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