- Python 3.6+
- Python modules from the
requirements.txt
Dowload and install the dependencies with the command:
$ python -m pip install -r requirements.txt
$ python rmovie.py "MOVIE TITLE"
You can specify the year in which the movie was released.
$ python rmovie.py "MOVIE TITLE (YEAR)"
examples:
$ python rmovie.py "Shawshank Redemption"
$ python rmovie.py "STAR WARS (1977)"