Module: Thimbl

Defined in:
lib/thimbl/base.rb,
lib/thimbl/utils.rb,
lib/thimbl/finger.rb,
lib/thimbl/command.rb

Overview

Thimbl ruby client

Author: fernandoguillen.info Code: github.com/fguillen/ThimblClient Use:

require 'rubygems'
require 'thimbl'
thimbl =
  Thimbl::Base.new(
    '[email protected]',
    {
      :bio      => 'my bio',
      :website  => 'my website', 
      :mobile   => 'my mobile', 
      :email    => 'my email', 
      :name     => 'my name'
    }
  )
thimbl.follow 'dk', '[email protected]'
thimbl.fetch
thimbl.messages
thimbl.post 'My first post'
thimbl.push 'password'

Defined Under Namespace

Classes: Base, Command, Finger, NoPlanException, Utils