No commit activity in last 3 years
No release in over 3 years
Ruby library for openaim - only Presence API implemented so far.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.11
 Project Readme
OpenAIM Ruby Library

Very basic. Only has Presence API for now. For more info on OpenAIM Presence API, check out http://dev.aol.com/aim/presence

Disclaimer: I don't have the need for more than the presence API now so I don't intend to add more than that functionality to the gem.

Example:
require 'rubygems'
require 'openaim'

presence = OpenAIM::Presence.new('YOUR OPEN AIM API KEY')
user = presence.get('aim_username')
puts "User is #{user.status}"