Awesome
<p align="center"> <img src="https://imgur.com/U6IV5Ka.png" alt="screenshot" width="500"> <h3 align="center">📌 Stack Overflow Stats Box </h3> </p> <p align="center"> <img src="https://img.shields.io/github/license/Pudding124/stackoverflow-stats-box"/> </p> <p align="center"> Show your stack overflow stats </p>This project is inspired by many projects collected in awesome-pinned-gists
Overview
Show your stack overflow personal data, include top tag, badges and stats.
Prep work
- Create a new public GitHub Gist (https://gist.github.com/)
- Create a token with the
gist
scope and copy it. (https://github.com/settings/tokens/new)
Project setup
-
Fork this repo
-
Go to the fork repo's Actions tab to enable workflow in fork repo
-
Go to the fork repo's Settings > Secrets
-
Add the following environment variables:
- GT_TOKEN: The personal access token generated above.
- GIST_ID: The ID portion from your gist url: ex: https://gist.github.com/Pudding124/**af7077999686aeac5df7963906bbba93**
- USERID: your stackoverflow user id, you can find it from your personal stackoverflow page ex: https://stackoverflow.com/users/**8601026**/mars
-
Wait for it to update (the github aciton cron job will run every 6 hours), or you can manually push the repo to trigger the action.