Will spit out per-project contribution statistics for the project owner (added lines, deleted lines, the difference thereof) and a total for each statistic over all owned repos.
- Clone the repo.
- Install ruby with 'apt-get install ruby-dev' if necessary.
- Install the json gem with 'gem install json'.
- Run with 'ruby filename.rb'
- Occasionally fails to find statistics for a project - need to add a retry mechanism or something instead of just ignoring missed projects