Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1k
🏆 Add dynamically generated GitHub Stat Trophies on your readme
License
ryo-ma/github-profile-trophy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can use this service for free. I'm looking for sponsors to help us keep up with this service❤️
⚠️ Notice from the Project OwnerHello everyone,
I am the owner of this project.Currently, due to the increase in users and traffic, the cost of maintainingthis service has become quite high, and it is becoming financially difficultto sustain.
As costs continue to rise, there is a possibility that the service may have tobe discontinued.
We are now at a stage where monetization and financial support are essential.Your support in the following ways would be greatly appreciated:
- Financial support:GitHub Sponsors
- Reducing server load through self-hosting (by forking on GitHub anddeploying to Vercel)
Add the following code to your readme. When pasting the code into your profile'sreadme, change the?username=
value to your GitHub's username.
[](https://github.com/ryo-ma/github-profile-trophy)
Add optional parameter of the theme.
[](https://github.com/ryo-ma/github-profile-trophy)
Ranks areSSS
SS
S
AAA
AA
A
B
C
UNKNOWN
SECRET
.
Rank | Description |
---|---|
SSS, SS, S | You are at a hard to reach rank. You can brag. |
AAA, AA, A | You will reach this rank if you do your best. Let's aim here first. |
B, C | You are currently making good progress. Let's aim a bit higher. |
UNKNOWN | You have not taken action yet. Let's act first. |
SECRET | This rank is very rare. The trophy will not be displayed until certain conditions are met. |
NOTE: TheUNKNOWN
rank is denoted by?
The acquisition condition is secret, but you can see this.
There are only a few secret trophies. Therefore, if you come up with interestingconditions, I will consider adding a trophy. I am waiting for contributions.
- Title name of aggregation target.
- Current rank.
- Title according to rank.
- Target aggregation result.
- Rank progress bar.
You can filter the display by specifying the titles of trophy.
https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Followers
If you want to specify multiple titles.
https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Stars,Followers
You can also exclude the trophies you don't want to display.
https://github-profile-trophy.vercel.app/?username=ryo-ma&title=-Stars,-Followers
You can filter the display by specifying the ranks.Available values: SECRET SSS SS S AAA AA A B C
https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=S
If you want to specify multiple ranks.
https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=S,AAA
You can also exclude ranks.
https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=-C,-B
NOTE: SinceUNKNOWN
is denoted by?
, in order to include or exclude it youwill have to userank=?
andrank=-?
respectively
You can specify the maximum row and column size.
Trophy will be hidden if it exceeds the range of both row and column.
Available value: number type
Default: column=6 row=3
Restrict only row
https://github-profile-trophy.vercel.app/?username=ryo-ma&row=2
Restrict only column
https://github-profile-trophy.vercel.app/?username=ryo-ma&column=2
Restrict row & column
https://github-profile-trophy.vercel.app/?username=ryo-ma&row=2&column=3
Adaptive column
https://github-profile-trophy.vercel.app/?username=ryo-ma&column=-1
You can setcolumn
to-1
to adapt the width to the number of trophies, theparameterrow
will be ignored.
Available themes.
theme |
---|
flat |
onedark |
gruvbox |
dracula |
monokai |
chalk |
nord |
alduin |
darkhub |
juicyfresh |
buddhism |
oldie |
radical |
onestar |
discord |
algolia |
gitdimmed |
tokyonight |
matrix |
apprentice |
dark_dimmed |
dark_lover |
kimbie_dark |
aura |
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=flat
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onedark
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gruvbox
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dracula
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=monokai
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=chalk
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=nord
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=alduin
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=darkhub
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=juicyfresh
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=buddhism
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=oldie
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=radical
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onestar
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=discord
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=algolia
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gitdimmed
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=tokyonight
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=matrix
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=apprentice
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_dimmed
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_lover
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=kimbie_dark
https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=aura
You can put a margin in the width between trophies.Available value: number type
Default: margin-w=0
https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-w=15
You can put a margin in the height between trophies.Available value: number type
Default: margin-h=0
https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-h=15
https://github-profile-trophy.vercel.app/?username=ryo-ma&column=3&margin-w=15&margin-h=15
You can turn the background transparent.Available value: boolean type (true or false)
Default: no-bg=false
https://github-profile-trophy.vercel.app/?username=ryo-ma&no-bg=true
You can hide the frames around the trophies.Available value: boolean type (true or false)
Default: no-frame=false
https://github-profile-trophy.vercel.app/?username=ryo-ma&no-frame=true
CheckCONTRIBUTING.md for more details.
This product is licensed under theMIT License.
Thank you so much to all the amazing sponsors who support this project!Your contributions help keep development going and make this work possible.
- @chenfeng-huang — $10 / month
- @holly-hacker — $2 / month
- @skillerious — $2 / month (since Aug 17, 2024)
- @LudovicGardy — $10 / month (since Aug 15, 2024)
- @alexcastrodev — $10 / month (since Oct 13, 2023, previously $50 / month)
- @great-work-told-is — $10 / month (since Apr 12, 2023)
- @Ilithy — $5 / month (since Jul 21, 2022)
- @weakish — $2 / month (since Jan 22, 2022)
- @Kazuhito00 — $2 / month (since Jan 19, 2022)
- @KATO-Hiro — $2 / month (since Jan 5, 2022)
- @batazor — $2 / month (since Oct 28, 2021)
- @port19x — $2 / month (since Jan 27, 2022)
- @arnabnandy7 — $10 (Oct 3, 2025)
- @JoqarSabon — $5 (May 24, 2024)
- @syaghoubi00 — $5 (Jan 28, 2024)
- @pylapp — $20 (Jan 15, 2024)
- @Dobefu — $10 (Dec 22, 2024)
- @michele-lorenzoni — $10 (Nov 26, 2024)
- @skillerious — $10 (Aug 17, 2024)
About
🏆 Add dynamically generated GitHub Stat Trophies on your readme
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.