May 2009
August 2008
Anders Conbere
how to build a fast and efficient XMPP bot that lives in ejabberd.
doing a bot as a client instead of a server module seems outdated already.
November 2007
scie.nti.st ยป 1 Minute Post: AIM Bot in Ruby
require 'net/toc' # "aimbot99" needs to be a real AIM username, get one at aim.aol.com Net::TOC.new("aimbot99", "mypass") do |msg, buddy| buddy.send_im("You said: #{msg}") end
too easy
September 2007
Jabber::Bot :: Crisis Averted!
Jabber::Bot makes it simple to create and command your own Jabber bot with little fuss. By adding custom commands powered by regular expressions to your bot's repertoire, you and your new bot will be able to accomplish nearly anything.
a simple and extensible Jabber bot in Ruby