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.
Using rbenv will ensure that the correct Ruby version is loaded. Ruby dependencies are managed using Bundler.
Install Ruby dependencies:
bundle installDownload a single image (URL) as follows:
ruby downloader.rb URLDownload multiple images (URL1, URL2 and URL3) as follows:
ruby downloader.rb URL1 URL2 URL3Downloaded images will be saved in the output directory.