Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pudding124/leetcode-solved-box
Update a pinned gist to show your latest leetcode solved problems
https://github.com/Pudding124/leetcode-solved-box
Last synced: 6 days ago
JSON representation
Update a pinned gist to show your latest leetcode solved problems
- Host: GitHub
- URL: https://github.com/Pudding124/leetcode-solved-box
- Owner: Pudding124
- License: mit
- Created: 2022-06-15T14:05:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T06:49:16.000Z (over 2 years ago)
- Last Synced: 2024-08-02T07:09:36.420Z (3 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
- awesome-pinned-gists - leetcode-solved-box - Update a pinned gist to show leetcode solved problem. (External Services)
README
📌 Leetcode Solved Problem
Show your leecode solved problem> This project is inspired by many projects collected in [awesome-pinned-gists](https://github.com/matchai/awesome-pinned-gists)
## Overview
Show how many Leetcode problems you have solved.
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
2. Create a token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)### Project setup
1. Fork this repo
2. Go to the fork repo's **Actions** tab to enable workflow in fork repo
3. Go to the fork repo's **Settings > Secrets**
4. 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**
- **USERNAME:** The user name of your leetcode name5. [Pin your gist](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)
6. 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.