Live data from Hacker News

Chatterous (YC W08) launches im/email/sms group API and widgets.

chatterous.wordpress.com

1–10 of 15 posts

Re: Chatterous (YC W08) launches im/email/sms group API and widgets.

#3
Chatterous has become essential for us really. Feels almost like a "utility" at this point. Keep up the great work, guys.

We've been playing with the API-- at the moment we're using it to send SVN commit notices and production code releases to our team. Seems cool so far.

Re: Chatterous (YC W08) launches im/email/sms group API and widgets.

#6
post #3

Chatterous has become essential for us really. Feels almost like a "utility" at this point. Keep up the great work, guys. We've been playing with the API-- at the moment we're using it to send SVN commit notices and production code releases to our team. Seems cool so far.

I don't know why we hadn't done this yet - but I am now sending svn commit notices, website errors, and all of our other msgs to a Chatterous group.

It took 5 minutes, and is super handy.

Re: Chatterous (YC W08) launches im/email/sms group API and widgets.

#7
The value of public embeddable chats, at least to me, is the ability to participate without having to sign in for anything. Meebome works extremely well for this.

A possible application to look into is integration with BlackBerry Messenger. It is very powerful and would seem more appropriate for a chat session than over SMS.

Good luck.

Re: Chatterous (YC W08) launches im/email/sms group API and widgets.

#8
If you want to have the HN chatroom always at your side when browsing HN... go grab the GreaseMonkey HN toolkit, then copy paste this code at the end of the file, but inside the last IF clause. No warranties expressed or implied. :-)

  var center = document.getElementsByTagName('center')[0];
  var tbl = document.getElementsByTagName('table')[0];
  tbl.setAttribute('width','100%');
  var chat = "";
  center.innerHTML = "" + center.innerHTML 
  + "" + chat + "";

(edited for formatting)

Re: Chatterous (YC W08) launches im/email/sms group API and widgets.

#9
post #7

The value of public embeddable chats, at least to me, is the ability to participate without having to sign in for anything. Meebome works extremely well for this. A possible application to look into is integration with BlackBerry Messenger. It is very powerful and would seem more appropriate for a chat session than over SMS. Good luck.

Yikes, Meebo Rooms is a UX disaster though. I tried using it on our 'maintenance page' once when we were upgrading our servers, and it was a visual design abortion.

Definitely psyched about using Chatterous in the future.

Also, Campfire, watch out.

Post reply on HN