GitHunt
BO

bodhwani/IMDB-MovieRatings

This is a Python Script which will provide you an excel file which contains Movie names(present in your computer),their ratings, genre and description.

IMDb Movie Information

Updated version is available here - awesome-movie-prediction


A python script that looks up all movies in a folder on IMDb and gets the ratings, genre and plot of the movie and stores it in an excel sheet.
I wrote this to be able to decide which movie I wanted to watch from all the movies I had on my disk.

Demo

alt text

###Installation

git clone https://github.com/bodhwani/IMDB-MovieRatings.git

cd IMDB-MovieRatings

python imdbFinal.py

After running this script, excel file will be generated in the same folder in which this script is present.

Requirements

  • urllib - pip install urllib2
  • json - pip install simplejson
  • pandas - pip install pandas
  • requests - pip install request
  • xlsxwriter - sudo pip install xlsxwriter

Conditions

Your movies in the folder must contain names that can be found in IMDB. For eg. It cannot be like The Double(2013)[YTS], The Double1080.pxBR etc.The Double(2013) will work fine.

Languages

Python100.0%

Contributors

Created April 17, 2017
Updated July 18, 2023