kblum / 500px-downloader

500px Image Downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

500px Image Downloader

License:MIT License


Languages

Language:Ruby 100.0%