imdb-movie-links icon indicating copy to clipboard operation
imdb-movie-links copied to clipboard

pagerank movie references

trafficstars

Link analysis of IMDB movie connections

Code for the blog post: Link analysis of IMDB movie connections

Usage

$ git clone git://github.com/jberkel/imdb-movie-links.git
$ cd imdb-movie-links
$ easy_install networkx imdbpy
$ brew install graphviz wget   # OSX/homebrew
$ bundle install
$ rake rank                    # CSV export ranking
$ rake graph.svg MAX=50        # create a graph, max. 50 nodes

Credits

License

Released under the term of the GNU GPL license, see LICENSE.