Skip to content

iamantony/image_downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

image_downloader

Multi-thread image downloader.

Python app for parsing a text file for urls, then downloading all images from those urls.

Usage

$ image_downloader PATH_TO_FILE FOLDER_FOR_IMAGES
  • PATH_TO_FILE - absolute path to the txt-file with URLs
  • FOLDER_FOR_IMAGES - absolute path to folder where downloaded images should be saved. Folder will be created if it's not exist.

Examples

$ python image_downloader.py /home/my_user_name/urls.txt /home/my_user_name/folder_for_images

About

Python script for downloading all images from a parsed text file's urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%