Skip to content

amildo/Sort_Movies_based_on_imdbRating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort_Movies_based_on_imdbRating

Sort movies based on their IMDB ratings.

In this project i used omdbapi to fetch every movie data like Title,Year,imdbRating,...

#NOTE if you want to use that api you must sign up here and you can get your apikey and use it 1000 times every day.

Also i used IMDB API and downloaded a simple Dataset. In this directory "..\IMDb-API sample data\Sample-Data IDs\Movies.txt" of that dataset you can find a .txt file that i called it MoviesIMDB_Id.txt , in this file you can find the ID of 250 best movies on IMDB. In my project i imported that file and with OMDBAPI fetched data from 5 randomly selected ID and sorted them by their IMDBRatings. And finally saved them in IMDB_Sorted_based_on_imdbRating.txt.

Author

Amir Mohammad Ghiasi

About

Sort movies based on their IMDB ratings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages