Skip to content

Takes list of movies as input and returns them (movie name, rating) in their ratings order.

Notifications You must be signed in to change notification settings

amadamala/Movie-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie sorting

This project is to scratch my own itch.

Normally I make list of movies I want to watch. Whenever I got time I comeback and search imdb for ratings of movies. I watch the movie which has the highest ratings.

Which takes list of movies as input and returns (movie name, rating) in their ratings order.

I used following api's to search imdb, and google. IMDbPY, xgoogle

If you have pip or setuptools installed, you can also use one of these commands to install imdbpy

  • pip install imdbpy
  • easy_install imdbpy

Todo

  • movies.txt file as input
  • generate html table.
  • Take actor's name and generate his movie list in ratings order.
  • Generate suggested movies using google sets.

About

Takes list of movies as input and returns them (movie name, rating) in their ratings order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages