tigerskitchen / howmanyin

How many "insert first name here" worked on a particular film? Does this have any effect on the quality of the film?
MIT License
0 stars 1 forks source link

Build function to scrape ratings #3

Open HEdingfield opened 9 years ago

HEdingfield commented 9 years ago

Related to #2.

Let's take this piece by piece... first we'll have to decide what metric to use for "quality of film". If it's just the IMDB user rating, we'll need to create a separate function that scrapes that info. Or maybe we can scrape multiple ratings (e.g. off Rotten Tomatoes and Metacritic also).

tigerskitchen commented 9 years ago

Which rating system do you think is best?

HEdingfield commented 9 years ago

Let's start with the basic IMDB rating, then we can move on to others as separate issues.