Skip to content

Instantly share code, notes, and snippets.

@tijmenb
Created May 22, 2017 21:47
Show Gist options
  • Save tijmenb/f1eba2a1aeda6777b858e84e48ffadfa to your computer and use it in GitHub Desktop.
Save tijmenb/f1eba2a1aeda6777b858e84e48ffadfa to your computer and use it in GitHub Desktop.
370.times do |i|
url = "https://www.rijksmuseum.nl/api/nl/collection?key=#{ENV["API_KEY"]}&format=json&imgonly=true&ps=100&p=#{i + 1}&q=portret"
json = HTTP.get(url)
File.write("pages/page-#{i+1}.json", json)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment