Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 394 Bytes

#Description This gem downloads the user defined number of robohash images from the robohash.org

#Installation gem install robohash

OR in your gemfile

gem robohash

#Use

  1. Download Images Robohash.get_images

2.Change default number of images to be downloaded Robohash.default_num=150

3.Change default directory to download images Robohash.default_directory="images/robots"