Skip to content

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.

Notifications You must be signed in to change notification settings

thiefsheep/IMDB-MovieRatings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb Movie Information

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%