GrabzIt, launches a new free service to take web screenshots with Ruby!
To use this service you use the free Ruby API, which offers many advanced features the full details of which can be found in the Ruby API
The package ships as a Ruby Gem and can be installed by using gem install grabzit alternativley it can be downloaded in a ZIP file along with a sample Rails application from GrabzIt.
This simplest way to to use GrabzIt is as follows:
require 'grabzitclient'
grabzItClient = GrabzItClient.new(“YOUR APPLICATION KEY”, “YOUR APPLICATION SECRET”) grabzItClient.save_picture(“http://www.google.com”, filepath) </code>
Post a comment