abhisheknaiidu / abhisheknaiidu/awesome-github-profile-readme
Feature Request: Show Top Contributors Across Entire GitHub Profile (All Repositories)
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 31k
- Forks
- 4.5k
- Merge medio
- 10 d 21 h
- PR fusionados (30 d)
- 4
Descripción
### Is your feature request related to a problem? Please describe.
Currently, most tools (like contrib.rocks) only show contributors for a single repository, not across an entire GitHub profile. There isn’t a simple way to display top contributors across all repos in a profile README.
### Describe the solution you'd like
Add or reference a method/tool that:
- Aggregates contributors across all public repositories of a user
- Filters bots and excludes the owner
- Sorts and displays top N contributors
- Renders safely in README (image or HTML)
### Describe alternatives you've considered
contrib.rocks → repo-only
Manual HTML avatars → not scalable
Custom scripts + GitHub Actions → works, but not beginner-friendly
### Additional context
I built a small tool that:
- Uses GitHub Actions to aggregate contributors (monthly)
- Caches results
- Renders them via an API for README usage
- Uses Vercel
- Take a Look: https://top-contributors-api.vercel.app/
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.