Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

jberkel/imdb-movie-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.