Git Product home page Git Product logo

go's Introduction

Image Downloader Tool (imgdl) Documentation

Purpose

The imgdl tool is a command-line utility developed in Go (Golang) to facilitate the download of images from a specified URL. It offers a simple and efficient way to extract image URLs from a webpage and save the images locally.

Installation

Currently, there's no installation required for the imgdl tool. Simply ensure you have Go installed and can compile and run Go programs.

Usage

Command Structure

imgdl [command] [URL]

Commands

  • Version Command

    • Use: imgdl version
    • Description: Displays the current version number of the imgdl tool.
  • Download Command

    • Use: imgdl get [URL]
    • Aliases: down, download, grap
    • Description: Downloads all images found in the specified URL from the internet.
    • Example: imgdl get https://example.com

Functionality

  • Version Command (imgdl version)

    • Retrieves and displays the current version of the imgdl tool.
  • Download Command (imgdl get [URL])

    • Downloads images from a provided URL by:
      • Fetching the webpage content using HTTP GET.
      • Extracting image URLs using regular expressions.
      • Saving the images locally within a saved_images directory.

Dependencies

  • net/http: For making HTTP requests to fetch webpages and images.
  • os, path/filepath: For file operations and directory management.
  • regexp: For using regular expressions to extract image URLs.
  • strings: For string manipulation.
  • io: For input/output operations.
  • github.com/spf13/cobra: CLI library for building command-line applications.

Contributing and Enhancements

Contributions to this tool are welcome. Feel free to contribute by submitting bug reports, feature requests, or enhancements to the GitHub repository.

go's People

Contributors

madhoshyagnik avatar

Watchers

 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.