Skip to content

A concurrent xkcd.com image ripper / downloader using goroutines and channels.

Notifications You must be signed in to change notification settings

vanderkilu/xkcdDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xkcdDL

A tiny utility to help you concurrently download memes(images) from xkcd.com by specifying the number of images to download. Default is the 10 most current images. It pretty fast as it maskes use of goroutines.

image

Install

go get -u -x github.com/vanderkilu/xkcdDL

Usage

cd go/bin
./xkcdDL [options]

Options

  • -d The directory(relative) to save the downloaded images. Default is currently directory the tool is running in.
  • -w The number of workers to concurrently use to download the images. Default is 10.
  • -m The number of images to download from xkcd.com. Default is the 10 most current images

Examples

xkcdDL //uses default values

xkcdDL -d /home/vndrkl/xkcd -w 20 -m 100

About

A concurrent xkcd.com image ripper / downloader using goroutines and channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages