<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Twitter direct message notifications with Prowl</title>
	<atom:link href="http://rackerhacker.com/2009/09/19/twitter-direct-message-notifications-with-prowl/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2009/09/19/twitter-direct-message-notifications-with-prowl/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jonathan George</title>
		<link>http://rackerhacker.com/2009/09/19/twitter-direct-message-notifications-with-prowl/#comment-15500</link>
		<dc:creator>Jonathan George</dc:creator>
		<pubDate>Sat, 19 Sep 2009 20:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=999#comment-15500</guid>
		<description>This is great for us developers.  One area you didn&#039;t bring up is notifications for @Mentions, which are streamed in real time when using Boxcar.

We poll every 2-3 minutes depending on load for new DMs, but that&#039;s a result of us playing nice with Twitter&#039;s API.  We also pickup any mentions sent from private accounts at the same time, since those don&#039;t show up in the streaming API.

We also have a few additional services forthcoming, along with a refocused application to move away from being so DM-heavy.  You can read more about it here: http://www.techcrunch.com/2009/08/27/boxcar-20-is-a-must-have-for-the-iphone-its-the-best-push-notification-app-yet/

Peter, keep in mind that if you&#039;re going to be polling for @mentions you&#039;ll end up using your own API limits, unless you&#039;re whitelisted of course.

best,
jonathan (@jdg)</description>
		<content:encoded><![CDATA[<p>This is great for us developers.  One area you didn't bring up is notifications for @Mentions, which are streamed in real time when using Boxcar.</p>
<p>We poll every 2-3 minutes depending on load for new DMs, but that's a result of us playing nice with Twitter's API.  We also pickup any mentions sent from private accounts at the same time, since those don't show up in the streaming API.</p>
<p>We also have a few additional services forthcoming, along with a refocused application to move away from being so DM-heavy.  You can read more about it here: <a href="http://www.techcrunch.com/2009/08/27/boxcar-20-is-a-must-have-for-the-iphone-its-the-best-push-notification-app-yet/" rel="nofollow">http://www.techcrunch.com/2009/08/27/boxcar-20-is-a-must-have-for-the-iphone-its-the-best-push-notification-app-yet/</a></p>
<p>Peter, keep in mind that if you're going to be polling for @mentions you'll end up using your own API limits, unless you're whitelisted of course.</p>
<p>best,<br />
jonathan (@jdg)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: major</title>
		<link>http://rackerhacker.com/2009/09/19/twitter-direct-message-notifications-with-prowl/#comment-15499</link>
		<dc:creator>major</dc:creator>
		<pubDate>Sat, 19 Sep 2009 18:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=999#comment-15499</guid>
		<description>The Boxcar limitations were upsetting to me as well.  Also, I think the interface could use some improvements.

You could easily pair up the twitter gem with the prowl gem to get alerts on a regular interval.  The only downside with that is that you won&#039;t get instant notification for direct messages.  You&#039;d have to wait until the next interval when your script runs.</description>
		<content:encoded><![CDATA[<p>The Boxcar limitations were upsetting to me as well.  Also, I think the interface could use some improvements.</p>
<p>You could easily pair up the twitter gem with the prowl gem to get alerts on a regular interval.  The only downside with that is that you won't get instant notification for direct messages.  You'd have to wait until the next interval when your script runs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Cooper</title>
		<link>http://rackerhacker.com/2009/09/19/twitter-direct-message-notifications-with-prowl/#comment-15498</link>
		<dc:creator>Peter Cooper</dc:creator>
		<pubDate>Sat, 19 Sep 2009 17:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=999#comment-15498</guid>
		<description>I really like the way you explained this. I actually got Boxcar yesterday because you mentioned it.. and am finding some limitations in the timing too, so this is good stuff to see.

I don&#039;t think I&#039;d do it this way though, but instead use the &#039;twitter&#039; gem to read the DMs /and/ responses (I rarely get DMs) and send those as notifications, but this post still gets me half the way on that :)</description>
		<content:encoded><![CDATA[<p>I really like the way you explained this. I actually got Boxcar yesterday because you mentioned it.. and am finding some limitations in the timing too, so this is good stuff to see.</p>
<p>I don't think I'd do it this way though, but instead use the 'twitter' gem to read the DMs /and/ responses (I rarely get DMs) and send those as notifications, but this post still gets me half the way on that <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

