Skip to content

A Linguist style language breakdown, but for all your repositories

Notifications You must be signed in to change notification settings

daczarne/personal_language_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal language statistics

stable

Builds a linguist-style plot of all languages used in your repositories. You can read more about the default linguist behavior here. The program will skip repositories that you are not the owner of, and forked repositories. If you wish to use this project, you'll have to register your own GitHub PAT. After that create a file called credentials.json in the data directory with the following:

{
  "user_name": "your_github_user_name",
  "pat": "personal_access_token"
}