Display your GSSoC (GirlScript Summer of Code) achievements and contribution level directly on your GitHub profile with dynamically generated badges!
- Real-Time Updates: Badges are updated with live leaderboard data from GSSoC, reflecting your current progress.
- Milestone-Based Badges: Unlock badges based on your score, each representing a new achievement level.
- Customizable for Profile: Show your badge on your GitHub profile in a way that’s easy to set up.
Replace <username>
with your GitHub username and <year>
with the GSSoC year (e.g., 2024Extd
) in the URL below:
https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>
Add the generated badge to your GitHub profile using Markdown. Here’s how:
![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>)
Example:
![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/shubhagarwal1?year=2024Extd)
To link the badge to the GSSoC website or leaderboard, wrap the Markdown in a link:
[![GSSoC-Badges](https://gssoc-dymanic-badges.vercel.app/api/<username>?year=<year>)](https://gssoc.girlscript.tech)
Want to enhance the badge generator or add more features? Feel free to fork the repository, make improvements, and submit a pull request!