oscar

Are there any JavaScript libraries for interacting with AOL's OSCAR protocol?

I know AOL provides a library for their Web AIM (or whatever its called) but I'm more interested in something I can use with something like v8cgi. ...

A working Python AIM/Oscar bot

I've tried everything and haven't got an AIM bot to work, I've tried on two servers and they all return this error: "struct.error: unpack requires a string argument of length 10" List includes: pyaimt oscar demo w/ twisted words howie larvotto None of them work, does anyone know where to find a good example bot? ...

Status message in Oscar protocol

I am using toc to write a aim bot, but i don't seems to be able to find a function that set status text, I looked into libpurple and found oscar_status_text, but in toc, i only found toc_set_info, and nothing about set status, and they are obviously not the same thing, is there a set_status function for toc? ...