728x90
반응형
-
json 형식의 파일 다운로드 목록을 이용하여 파일을 다운로드하는 기능
-
운영체제: Windows 10 (타 버전도 가능하나 테스트를 별로 않해봄. 문제 발생시 연락. https://github.com/j2doll/json-downloader/issues)
- 일단 scoop 을 설치
- 다음 순서대로 명령어 입력
scoop bucket add j2doll-bucket https://github.com/j2doll/j2doll-scoop-bucket.git
scoop update
scoop install json-downloader
- 다음 경로에서 최신 버전을 다운로드 받으세요. https://github.com/j2doll/json-downloader/releases
1️⃣ 다음과 같은 형식의 json 파일을 생성 (예> data.json)
{
"https://raw.githubusercontent.com/j2doll/json-downloader/master/README.md" : "README.md" ,
"https://raw.githubusercontent.com/j2doll/json-downloader/master/LICENSE" : "LICENSE"
}
2️⃣ 다음 명령을 실행하여 파일(들)을 다운로드 시작
json-downloader data.json
728x90
반응형
'JSON INI TOML' 카테고리의 다른 글
설정 파일 비교 및 활용: .toml과 .ini (0) | 2025.04.06 |
---|---|
json-downloader-poweshell : 파워쉘(powershell)을 이용한 json-downloader (0) | 2024.04.12 |