Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazassumnida/mazassumnida
Github 프로필에서 boj 프로필을 이쁘게 보여주는 프로젝트
https://github.com/mazassumnida/mazassumnida
competitive-programming github-profile github-profile-card problem-solving
Last synced: 3 months ago
JSON representation
Github 프로필에서 boj 프로필을 이쁘게 보여주는 프로젝트
- Host: GitHub
- URL: https://github.com/mazassumnida/mazassumnida
- Owner: mazassumnida
- Created: 2020-08-22T15:05:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:51:56.000Z (almost 2 years ago)
- Last Synced: 2024-06-14T01:27:40.896Z (5 months ago)
- Topics: competitive-programming, github-profile, github-profile-card, problem-solving
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 582
- Watchers: 3
- Forks: 103
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-baekjoon - mazassumnida/mazassumnida - 레이팅, 푼 문제 수, 티어 정보, 자체 티어 아이콘 등을 담은 예쁜 [solved.ac][] 정보 기반 뱃지/배너를 만들어줍니다. (서비스)
README
# Project Mazassumnida
Github 프로필에서 boj 프로필을 이쁘게 보여주는 프로젝트
## 주의사항
- **V1, V2는 1시간, mini는 하루 간격으로 업데이트됩니다.**
- 만약 로드된 후 애니메이션을 다시 보고싶으시면 `ctrl + shift + R` 을 눌러서 강력 새로고침을 하시면 다시 보실 수 있습니다![![Solved.ac
프로필](http://mazassumnida.wtf/api/mini/generate_badge?boj=koosaga)](https://github.com/mazassumnida/mazassumnida)[![Solved.ac
프로필](http://mazassumnida.wtf/api/v2/generate_badge?boj=Malkoring)](https://solved.ac/malkoring)
[![Solved.ac
프로필](http://mazassumnida.wtf/api/generate_badge?boj=ccoco&c=c)](https://solved.ac/ccoco)
[![Solved.ac
프로필](http://mazassumnida.wtf/api/v2/generate_badge?boj=strawJI)](https://solved.ac/strawji)## install
### Poetry를 이용할 경우
```sh
poetry install # 의존성 설치
poetry shell # 가상환경에 진입
python manage.py runserver # 서버 실행
```### requirements.txt를 이용할 경우
```sh
pip install -r requirements.txt
python manage.py runserver # 서버 실행
```## Mazassumnida v.1.0
### Usage
```html
[![Solved.ac
프로필](http://mazassumnida.wtf/api/generate_badge?boj={handle})](https://solved.ac/{handle})
```### Screenshots
#### Ruby 🍒
#### Diamond 💎
#### Platinum 💚
#### Gold 🏅
#### Silver 💍
#### Bronze 🍂
## Mazassumnida v.2.0
### Usage
```html
[![Solved.ac
프로필](http://mazassumnida.wtf/api/v2/generate_badge?boj={handle})](https://solved.ac/{handle})
```### Screenshots
#### Ruby 🍒
#### Diamond 💎
#### Platinum 💚
#### Gold 🏅
#### Silver 💍
#### Bronze 🍂
## Mazassumnida v.mini
### Usage
```html
[![Solved.ac
프로필](http://mazassumnida.wtf/api/mini/generate_badge?boj={handle})](https://solved.ac/{handle})
```### Screenshots
#### Ruby 🍒
#### Diamond 💎
#### Platinum 💚
#### Gold 🏅
#### Silver 💍
#### Bronze 🍂