github-readme-stats
github-readme-stats copied to clipboard
feat: include gists in top language data
Is your feature request related to a problem? Please describe.
Yes, if a user makes a lot of gists then the data about what are their top languages becomes inaccurate.
For example on my friend's page there are some gists in Jupyter Notebook, C and so on: https://gist.github.com/tomrockdsouza
However, these programming languages don't even show up in his top-langs: https://github-readme-stats.vercel.app/api/top-langs/?username=tomrockdsouza&size_weight=0.5&count_weight=0.5&langs_count=10
Describe the solution you'd like
It would be great if commits from gists were counted as well, they are basically git repos.
Describe alternatives you've considered
No response
Additional context
My man would finally have Python as his top language and not HTML if this were implemented.