Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

gist box picture

Solved.ac Box

GitHub forks GitHub Actions Workflow Status
GitHub Gist last commit


📊 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)_