RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in