/ Published in: Ruby
URL: http://grabz.it/api/ruby/
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!
Expand |
Embed | Plain Text
require 'grabzitclient' grabzItClient = GrabzItClient.new("YOUR APPLICATION KEY", "YOUR APPLICATION SECRET") grabzItClient.save_picture("http://www.google.com", "images/test.jpg")
You need to login to post a comment.
