Question

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?

Était-ce utile?

La solution

You can use the GitHub API for that:

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top