Fork me on GitHub

rtopsy by etagwerker

A ruby gem implementation of the Topsy API

Overview

rtopsy implements the Topsy API specified here: http://code.google.com/p/otterapi

Use it at your own risk. You're welcome to collaborate!

Install

You can install the gem from the gemcutter repository

$ gem install gemcutter
$ gem tumble
$ gem install rtopsy

Use it!

Simple call in the console of any Rails project:

>> require 'rtopsy'
>> Topsy::API.authorinfo('barackobama')

Ruby Doc

Find it here: http://etagwerker.github.com/rtopsy/doc/index.html

Discussion Group

rtopsy @ Google Groups => http://groups.google.com/group/rtopsy

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/etagwerker/rtopsy