Skip to content

Mohamed3on/IMDb-Top-Titles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb Top Titles

This is a script to find the best titles on IMDb, based on a score that is (number of likes - number of dislikes).

What are likes/dislikes?

Likes are the number of people who gave the title a 10 or a 9 rating, which is the same as 4.5-5/5 ratings, which for me is a great way to tell that person really liked that title.

In a similar fashion, dislikes are the number of 1 and 2 ratings, which translate to 0.5-1/5, which are the number of people who really disliked that title.

The rest of the votes (3-8) are, for me, not as important. I don't care about a movie that most people gave a 7 rating, these ratings pretty much translate to 'meh', and 'meh' votes are irrelevant.

Why likes - dislikes?

Because I want to know what titles are:

  1. popular (have many votes).
  2. are liked by many of who saw it.
  3. are disliked by few of who saw it.

How to use it?

You can just run the movies.py script if you want a list of the best titles voted by 25000 or more. you can change the number of minimum votes, or the url of the list, provided the url looks like this format: IMDb.

Questions?

Please submit an issue if you have any inquiry!

About

A script to get the top IMDb titles based on their number of likes - number of dislikes. (Method in README)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages