I want to get the total number of lines of code that an account on GitHub has done. This is not for judging productivity or whatever (LOC is a poor choice for that), it's really just for our amusement.

Is it possible to get the total number of lines of code that an Account on GitHub (by email address or handle) has done?

有帮助吗?

解决方案

You can use the GitHub API for that:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top