Skip to content

Python script to get IMDB and Rotten Tomato rating for movies via OMDB API

License

Notifications You must be signed in to change notification settings

nikhilgeo/Movie-Oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Movie-Oracle

1 TB HDD full of Hollywood movies, and want to watch a movie out of it. Yep to find that exact movie which got a decent IMDB and Rottentomato rating it's a nightmare, just like finding a needle out of hay stack.

This is my attempt to speed things up and find that movie to watch.

This is Python script to retrieve IMDB and Rotten Tomatoes rating and details for movies in a Folder. Script will traverse into the folders recursively to find the files. OMDB API is used to query IMDB and Rottentomato details.

How to Run: Run the script from a folder having movie files. python3.4 launchpad.py [Should install Apache Request module check this link: http://docs.python-requests.org/en/latest/user/install/#install]

The movie rating will be displayed on screen and a handy CSV file will be created in the same folder with the name "MovieRating.csv"

About

Python script to get IMDB and Rotten Tomato rating for movies via OMDB API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages