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

jberkel/imdb-movie-links

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.