/unsplash-image-downloader-python

Unsplash image downloader python project -Version 2-

Primary LanguagePython

Unsplash-image-downloader

Download images from the photography website called "Unsplashed" and save/store the images based on the topic.

I modified this script which works well:
https://github.com/ibuetler/unsplash-image-downloader-python

Some modifications:

  • save the images in subfolders named after the topic
  • input validation, logging, sleep module, etc.

- You can use the script with command-line arguments or let the user enter the necessary values.

Usage Method 1:

python3 downloader.py --topic hacking --resolution 800x600 --amount 50
python3 downloader.py --topic hacking --resolution 640x451 --amount 50
python downloader.py --topic hacking --resolution 1280x1280 --amount 2

Usage Method 2:

You can also let the user provide the necessary values. The screenshot can give an idea:

image