Return to Snippet

Revision: 58922
at August 9, 2012 23:22 by Maximus1983


Initial Code
require 'grabzitclient'

grabzItClient = GrabzItClient.new("YOUR APPLICATION KEY", "YOUR APPLICATION SECRET")
grabzItClient.save_picture("http://www.google.com", "images/test.jpg")

Initial URL
http://grabz.it/api/ruby/

Initial Description
Use this Gem to programmatically take screenshots of websites with this completely open source and free library. We have also provided easy to follow online tutorials and sample applications to help you set up GrabzIt as quickly as possible.

First run:

gem install grabzit

Then register a new account on http://grabz.it to get your application key and application secret.

Then use the code as shown below!

Initial Title
Capture Screenshots in Ruby

Initial Tags
ruby, free

Initial Language
Ruby