staplegun

Easily post new pins to your Pinterest boards

Installation

$ gem install staplegun or add it to your Gemfile:

gem 'staplegun'

Usage

require 'staplegun'

  stapler = Staplegun.new :email => "your.pinterest.account@email.com", :password => "pinterest_password"
  stapler.pin {
    :board_id => "12345678910",
    :link => "http://some-awesome-website.com",
    :image_url => "http://some-awesome-website.com/badass-image.png",
    :description => "Awesome & Badass!"
  }

Contributing to staplegun

Copyright © 2013 Ben Sheldon. See LICENSE.txt for further details.