Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 813 Bytes

500px Image Downloader

Ruby script to download images from 500px.

Downloaded images are intended for personal usage as reference material. Copyright remains with the original content creator. This project does not condone or encourage copyright infringement.

Installation

Using rbenv will ensure that the correct Ruby version is loaded. Ruby dependencies are managed using Bundler.

Install Ruby dependencies:

bundle install

Usage

Download a single image (URL) as follows:

ruby downloader.rb URL

Download multiple images (URL1, URL2 and URL3) as follows:

ruby downloader.rb URL1 URL2 URL3

Downloaded images will be saved in the output directory.