Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aveek-Saha/lang-stats-box
💻 Update a pinned gist to show your most used programming languages.
https://github.com/Aveek-Saha/lang-stats-box
code-stats gist gistbox programming-languages
Last synced: 3 months ago
JSON representation
💻 Update a pinned gist to show your most used programming languages.
- Host: GitHub
- URL: https://github.com/Aveek-Saha/lang-stats-box
- Owner: Aveek-Saha
- License: mit
- Created: 2021-10-08T18:57:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T12:08:52.000Z (about 3 years ago)
- Last Synced: 2024-06-21T13:31:35.725Z (5 months ago)
- Topics: code-stats, gist, gistbox, programming-languages
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Aveek-Saha/lang-stats-box - 💻 Update a pinned gist to show your most used programming languages. (others)
README
lang-stats-box
💻 Update a pinned gist to show your most used programming languages
---
> 📌✨ For more pinned-gist projects like this one, check out: https://github.com/matchai/awesome-pinned-gists
## Setup
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
1. Create an access token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)### Project setup
1. Fork this repo
1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GH_TOKEN:** The GitHub access token generated above.
- **GIST_ID:** The ID portion from your gist url:
`https://gist.github.com/Aveek-Saha/`**`8335e85451541072dd25fda601129f7d`**.
- **GH_USERNAME:** Your `GitHub` account username.
- **EXCLUDE:** A comma separated list of languages you want to exclude from the gist.
Eg: *Jupyter Notebook,CSS,TeX,PHP*## Credits
This code was inspired by [@matchai's bird-box](https://github.com/matchai/bird-box).