Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abiriadev/solvedac-box
Solved.ac 프로필 정보를 GitHub Gist로 보여주는 GitHub Action
https://github.com/abiriadev/solvedac-box
gistbox solved-ac solvedac
Last synced: 11 days ago
JSON representation
Solved.ac 프로필 정보를 GitHub Gist로 보여주는 GitHub Action
- Host: GitHub
- URL: https://github.com/abiriadev/solvedac-box
- Owner: abiriadev
- License: mit
- Created: 2023-10-17T04:58:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T15:55:41.000Z (2 months ago)
- Last Synced: 2024-10-14T01:25:57.241Z (26 days ago)
- Topics: gistbox, solved-ac, solvedac
- Language: Go
- Homepage:
- Size: 105 KB
- Stars: 18
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - solvedac-box - Update a pinned gist to show [solved.ac](https://solved.ac) profile. (External Services)
README
Solved.ac Box
📊 Show your Solved.ac profile information as a GitHub Gist 📊---
## 🎒 Prep Work
1. [Create a new GitHub PAT token](https://github.com/settings/personal-access-tokens/new) with `Gists` to `Read and write` and copy it.
2. Create a new public [GitHub Gist](https://gist.github.com/) then copy the ID from the URL.
3. Lastly, prepare your BOJ(Baekjoon Online Judge) account ID.## 🖥 Project Setup
1. [Fork this repository](https://github.com/abiriadev/solvedac-box/fork).
2. Go to `Settings` > `Secrets and variables` > `Actions` then add the below informations as a `New repository secret`s.
3. Go to `Actions` > `Update Gist` then push the `Run workflow` > `Run workflow` button!
4. After the Gist has beed updated, you can pin it to your GitHub profile!## 🤫 Environments Secrets
- **GH_TOKEN:** The GitHub PAT token generated above
- **GIST_ID:** The ID of your GitHub Gist
- **USERNAME:** Your BOJ account ID## 📄 License
[![GitHub](https://img.shields.io/github/license/abiriadev/pia?color=17ce3a&style=for-the-badge)](./LICENSE)
_Special thanks to [BOJ](https://www.acmicpc.net/) and [@solved-ac](https://github.com/solved-ac)_