Git Product home page Git Product logo

downloader's Introduction

Downloader Tool

Introduction

The Downloader tool is a command-line application written in Go, designed to simplify the process of downloading files based on a YAML configuration. It supports downloading in parallel, making it efficient for batch downloading tasks.

Installation

To install the Downloader tool, download the latest version from the Releases page. Choose the appropriate binary for your operating system and architecture.

After downloading, you may need to make the binary executable (for Linux and macOS):

chmod +x downloader

Usage

To use the Downloader tool, you need a YAML configuration file specifying the files to download. Here's an example command:

./downloader .

For more detailed usage instructions, refer to the tool's help:

./downloader --help

Help

Downloads files from a YAML configuration

Usage:
  downloader [directory] [flags]

Flags:
  -c, --config string         config file (default is $HOME/.config.yaml) (default "config.yaml")
  -d, --download-dir string   Download directory (default "downloads")
  -h, --help                  help for downloader
  -p, --parallel int          parallel parameter (default 3)

Building from Source

If you prefer to build the Downloader tool from source, ensure you have Go installed and run:

git clone https://github.com/yurifrl/downloader.git
cd downloader
go build -o downloader ./cmd

downloader's People

Contributors

yurifrl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.