anku94 / imdb-rating-fetcher

Fetches ratings for movie titles found in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDB Rating Fetcher

Recursively fetches all movie titles in a given folder and prints ratings for all found movie titles

Does not support TV shows yet. Might work incorrectly if given folder has TV shows mixed with movies.

Install dependencies first:

sudo pip install imdbpy
sudo pip install progressbar

Run as:

python main.py /path/to/movies/folder

About

Fetches ratings for movie titles found in a directory

License:MIT License


Languages

Language:Python 100.0%