https://github.com/mobeets/correrater
Whose movie ratings should you trust?
https://github.com/mobeets/correrater
Last synced: 12 months ago
JSON representation
Whose movie ratings should you trust?
- Host: GitHub
- URL: https://github.com/mobeets/correrater
- Owner: mobeets
- Created: 2016-07-05T22:34:51.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-07-07T14:31:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T04:33:57.600Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mobeets.github.io/correrater
- Size: 687 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview:
1. Query a list of 10 movies; OR, let a user enter a list of movies he loves, hates, and feels neutrally about
2. Have critics rate those same movies (find movies where we can find ratings from a broad group of critics)
3. Have user rate those same movies, on a scale of 1-5, or didn't see
4. Return a sorted list of review sources, in order of correlation with the user.
Movie resources:
- to get a list of movies to query
- to query ratings of a list of movies
- Google scraping: Metacritic, IMDb, Rotten Tomatoes, Roger Ebert, etc.
- Netflix: https://github.com/jameskang410/scraping-netflix
- OMDb API: IMDb, Rotten Tomatoes
http://www.omdbapi.com/
- IMDb: User rating, and Metascore rating (average of Metacritics)
- Rotten Tomatoes API
- bootleg APIs for: IMDb, Metacritic, etc.