github-stats icon indicating copy to clipboard operation
github-stats copied to clipboard

Better GitHub statistics images for your profile, with stats from private repos too

Results 54 github-stats issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be great to have a statistic that shows how much issues a user has opened. Due to the support nature of issues such contributions usually get overlooked, but...

The query used to get the users contributions apparently only includes repositories to which the user has recently contributed to. ```gql { viewer { repositoriesContributedTo(first: 100, includeUserRepositories: false, contributionTypes: [COMMIT,...

I am a programming language collector. This may seem like a crazy question, but is there a way to display ALL languages in `languages.svg` instead of just the top 13?...

I've changed my username and now my stats were cut to 1/3 of what they were. Also, occasionally, the lines of code changed will show 0. I think it might...

Added a point to point 4 in Installation step. Solves: https://github.com/jstrieb/github-stats/issues/102

Remove white spaces in step 6 in Installation: https://github.com/Akash3121/github-stats-1/blob/master/README.md#installation i.e., an extra line

If personal access token is not generated, then go to [tokens](https://github.com/settings/tokens) and click on Generate new token to generate a new token and use it. I wanna add this to...

I was investigating, why most of the stats in the overview image were `0` lately. Turns out, there was a race condition in the properties awaiting `get_stats()`. All of these...

Would it be possible? Specifically, only considering commits where the commit _author_ is me. To my understanding, this currently does its maths on all full repositories, but I'm in a...

Hello, I'm trying to ignore ipynb files (jupyter notebook files). However it doesn't work. I created a new secret `EXCLUDED_LANGS`. And I added `ipynb`. But it doesn't ignore ipynb files.