SnakeDoc
SnakeDoc

Reputation: 14441

Git/GitHub Total Number Of Lines Contributed For An Account

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?

Upvotes: 7

Views: 4968

Answers (1)

Koraktor
Koraktor

Reputation: 42953

You can use the GitHub API for that:

Upvotes: 5

Related Questions