GithubHelp home page GithubHelp logo

imatch's Introduction

Find common crew/actors in multiple IMDb credit pages

A quick hack solution inspired by the reddit post https://www.reddit.com/r/movies/comments/u35jgx/is_there_any_tool_out_there_that_quickly_filters/

About this tool:

  • A Node CLI to find common crew from a list of IMDb credit pages

Installation:

  • npm i

Usage:

  • In the index.js, add your IMDb urls to the input array
    • CAUTION: The url should be in this exact format: https://www.imdb.com/title/tt0838221 (trailing slash is optional). Just change the title ID to suit your need.
  • Run npm start or node index.js
  • You can add any number of urls to compare. Be warned, if you add many unrelated titles, you're not likely to get a result (no common crew).

Comments:

  • On account of being a quick hack, the code is largely untested.
  • Only the typical happy path is tested.
  • Tested with movie full credit URLs. Behavior with other url types might be unpredictable.
  • Feel free to file a bug.

If you like this, check out my other useful project: https://theshowgrid.com/ (See IMDb ratings for all episodes of a TV show in a table)

ย 

Changelog:

v1.1 (2022-04-15)

  • Removed the requirement for trailing slash in the url
  • Added a primitive validation to check the input urls
  • Added a pretty tabular format for results
    • Result will be alphabetically sorted by first name
  • Added a progress indicator while fetching urls

v1 (2022-04-14)

  • First release

imatch's People

Contributors

dvnlgls avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.