public
Description: API wrapper for the BTexty API
Homepage: http://github.com/amerine/btexty/tree/master
Clone URL: git://github.com/amerine/btexty.git
btexty /
name age message
file .document Loading commit data...
file .gitignore
file LICENSE Mon May 11 14:35:54 -0700 2009 Added authentication and unread message count [amerine]
file README.rdoc
file Rakefile Mon May 11 15:43:16 -0700 2009 Writing more tests to the initalization [amerine]
file VERSION
file btexty.gemspec
directory lib/
directory test/
README.rdoc

btexty - API wrapper for the BTexty API

btexty is a ruby gem for accessing the btexty.com API.

Installation

        sudo gem install amerine-btexty --source http://gems.github.com

Usage

        require 'btexty'
        require 'pp'

        btexty = BTexty.new('+15419777188', 12312)
        puts btexty.unread
        btexty.messages.each do |message|
          pp message.content, message.created_on
        end

Produces

        1
        "Welcome to btexty! Click on the link we just sent you as text message to activate your account."
        "2009-05-11 22:32:43.643042"

Copyright

Copyright © 2009 Mark Turner. See LICENSE for details.