Skip to content

File Downloader for Windows Console using json data. 🇰🇷 json 자료를 사용하는 윈도우즈 콘솔용 파일 다운로더

License

Notifications You must be signed in to change notification settings

JayTwoLab/json-downloader

Repository files navigation

json-downloader

Read this in other languages: English, 🇰🇷 한국어

Introduction

  • File Downloader for Windows Console

  • It is written for personal purpose.

DONE

  • Ability to download files continuously

  • Getting a download list from a json file

TODO

  • Extract files from compressed files

How to use program

  • Execute 'json-downloader.exe' with json parameter
json-downloader.exe data.json

Json file format

  • The json file(such as data.json) consists of the following:
{
	"https://raw.githubusercontent.com/j2doll/json-downloader/master/README.md" : "README.md" ,
	"https://raw.githubusercontent.com/j2doll/json-downloader/master/LICENSE" : "LICENSE" 
}
  • The first argument is the URL of the file you want to download.

  • The second argument is the name of the file to be saved locally.

Requred Build Environment

  • Visual Studio 2019 (x86/x64)

License and links

About

File Downloader for Windows Console using json data. 🇰🇷 json 자료를 사용하는 윈도우즈 콘솔용 파일 다운로더

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages