计算特定用户在Github中的所有项目中写入的总行数

mjk*_*fer 7 git github

我想知道在Github中是否有办法计算特定用户在其所有项目中编写的代码行总数.

git log --author="<author>" --oneline --shortstat 会列出给定仓库的代码量,但我想知道是否有办法列出用户曾经推送给Github的所有代码.

mjk*_*fer 15

我已经编写了一个基本程序来执行此操作:http://stats.kaufer.org/

它的来源是在Github上:https://github.com/mjkaufer/stats

基本上,我最终使用Github的API.