All Projects → sjlu → Popular Movies

sjlu / Popular Movies

Licence: mit
Tries to create a list of popular movies based on a series of heuristics

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Popular Movies

Cloudstream 2
CloudStream 2 is an android streaming app for movies, tv-shows and anime
Stars: ✭ 120 (-46.19%)
Mutual labels:  movies
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (-26.91%)
Mutual labels:  movies
Storyboarder
✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
Stars: ✭ 2,467 (+1006.28%)
Mutual labels:  movies
Scraper
A scraper that switches between normal mode and gentleman mode, built on Eletron, React
Stars: ✭ 127 (-43.05%)
Mutual labels:  movies
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-34.08%)
Mutual labels:  movies
Bandersnatch
💻 Interactive Black Mirror: Bandersnatch Paths Website 🎥
Stars: ✭ 169 (-24.22%)
Mutual labels:  movies
Itunes store transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter).
Stars: ✭ 117 (-47.53%)
Mutual labels:  movies
Major Scrapy Spiders
Scrapy spiders of major websites. Google Play Store, Facebook, Instagram, Ebay, YTS Movies, Amazon
Stars: ✭ 223 (+0%)
Mutual labels:  movies
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (-30.04%)
Mutual labels:  movies
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (-13.45%)
Mutual labels:  movies
Mediaunlock test
流媒体解锁检测
Stars: ✭ 121 (-45.74%)
Mutual labels:  movies
Emojiscreen
EmojiScreen is a listing of movies, TV shows and musicals depicted through emojis.
Stars: ✭ 140 (-37.22%)
Mutual labels:  movies
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+6138.12%)
Mutual labels:  movies
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (-43.5%)
Mutual labels:  movies
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (-10.31%)
Mutual labels:  movies
Seriesguide
Track your favorite TV shows and movies on Android devices.
Stars: ✭ 1,600 (+617.49%)
Mutual labels:  movies
Moviemon
🎥 Everything about your movies within the command line.
Stars: ✭ 166 (-25.56%)
Mutual labels:  movies
Movie Swiper
React Native client for TMDb 🎬 https://www.themoviedb.org
Stars: ✭ 223 (+0%)
Mutual labels:  movies
Movies2anki
Convert movies with subtitles to watch them with Anki. Inspired by subs2srs
Stars: ✭ 211 (-5.38%)
Mutual labels:  movies
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (-15.25%)
Mutual labels:  movies

popular-movies

This tool makes a best guess at what popular movies are based on a series of heuristics from multiple websites. This then returns a list of movies with their posters and IMDB ID.

Popular movies are based on some general rules:

  • Rating greater than the general sentiment of movies currently out
  • Released less than a year ago
  • At least 3 weeks old to generate a "stable" rating
  • Does not consider tastes, categories or genres of movies

Usage

You can poll the following JSON file for a list of movies.

https://s3.amazonaws.com/popular-movies/movies.json
  • This file is regenerated nightly so it is recommended that you only poll this file once per day
  • It is recommended that you take a snapshot of this list and not remove based on the list no longer displaying a particular movie
  • Subject to fair use; excessive usage will be rate limited

There are also several other variations of the main file:

File Description
movies-metacritic-min50.json Movies with a minimum score of 50 on Metacritic
movies-metacritic-min60.json Movies with a minimum score of 60 on Metacritic
movies-metacritic-min70.json Movies with a minimum score of 70 on Metacritic
movies-metacritic-min80.json Movies with a minimum score of 80 on Metacritic
movies-imdb-min5.json Movies with a minimum score of 5 on IMDB
movies-imdb-min6.json Movies with a minimum score of 6 on IMDB
movies-imdb-min7.json Movies with a minimum score of 7 on IMDB
movies-imdb-min8.json Movies with a minimum score of 8 on IMDB
movies-rottentomatoes-min50.json Movies with a minimum score of 50 on Rotten Tomatoes
movies-rottentomatoes-min60.json Movies with a minimum score of 60 on Rotten Tomatoes
movies-rottentomatoes-min70.json Movies with a minimum score of 70 on Rotten Tomatoes
movies-rottentomatoes-min80.json Movies with a minimum score of 80 on Rotten Tomatoes

If you're looking for historical files, you can amend a date to the main file like so:

https://s3.amazonaws.com/popular-movies/movies-20191202.json

This file is only available from December 2, 2019 onwards.

Develop

  • Make sure you are running Node.js and a local instance of Redis

  • If you want to run it locally you can clone this repository and add a .env file which includes the following lines

    TMDB_KEY=
    
  • Then run npm test and you should see an output of movies showing on your console and the grade it's gotten

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].