misalraj / kaggle-badge

Add dynamically generated Kaggle Tier & Medals on your readme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Readme Stats

🥇Add dynamically generated Kaggle Tier & Medals on your readme.🥇

Hits subinium

Usage & Example

Like any other Github badge, you can add it to your profile with a code.

To use badges, edit the following code and copy-paste it.

If you forgot your ID, you can go to your profile and check the string at the end of the url.

  • Simple Status
  • Badge

Simple Status

  • Change the {your_id} value to your Kaggle's username.
![your id](https://road-to-kaggle-grandmaster.vercel.app/api/simple/{your id})

Example

subinium

ttagu99

adldotori

dolylupec

Badge

  • Additionaly, change the {part} value.
    • {part} : competition, datatset, notebook, discussion
  • It both supports dark(default) and light version
![default version](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/{part})
![light version](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/{part}/light)

Example(default)

![competition](https://road-to-kaggle-grandmaster.vercel.app/api/badges/subinium/competition)
![dataset](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/dataset)
![notebook](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/notebook)
![discussion](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/discussion)

competition dataset notebook discussion

Example(light)

![competition](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/competition/light)
![dataset](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/dataset/light)
![notebook](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/notebook/light)
![discussion](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/discussion/light)

competition dataset notebook discussion

License

Original design licenses for tiers, medals and colors are all owned by Kaggle.

ETC

Official website and more cool designs will be added.

About

Add dynamically generated Kaggle Tier & Medals on your readme.

License:MIT License