Firstly, apologies in advance if this has been discussed before - a
search turned up nothing.
In order to run an external Twitter-consuming service that responds to
messages quickly, one basically needs to run a Jabber bot so as not to
run into API rate-limiting problems. This is a right pain for those of
us who don't have server accounts which let us run long-running
processes (for example, Dreamhost will kill any process that runs for
more than half an hour).
Alex: How about setting up a new HTTP notification option to go
alongside Jabber and SMS? I'm thinking of something where the user
specifies a notification URL for their Twitter account, and on a
notification,
twitter.com will POST an XML document - of the same
format currently returned by the API - to that URL. It'll do this for
all common kinds of notification - tweets from followees, direct
messages and track alerts. (No, I'm not asking for the public timeline
to work this way as well)
I'm currently writing my first web-based Twitter app, and this would
be immensely useful in many ways - mainly so I can write my web app as
just a web app rather than a marriage of web app and daemon, and then
find somewhere to host the daemon.
-- Yoz