Fork me on GitHub

topsy by etagwerker & pengwynn

A ruby gem implementation of the Topsy API

Overview

topsy 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 topsy

Use it!

Simple call in the console of any Rails project:

>> require 'topsy'
>> Topsy.author_info('http://twitter.com/barackobama')
=> <#Topsy::Author description="44th President of the United States" influence_level=10 name="Barack Obama" nick="barackobama" topsy_author_url="http://topsy.com/twitter/barackobama" type="twitter" url="http://twitter.com/barackobama">

Ruby Doc

Find it here: http://pengwynn.github.com/topsy/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/pengwynn/topsy