<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: UPDATED: Twittering Without a Client App</title>
	<atom:link href="http://gigaom.com/apple/twittering-without-a-client-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/twittering-without-a-client-app/</link>
	<description></description>
	<lastBuildDate>Sat, 26 May 2012 14:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Justin</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340072</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340072</guid>
		<description><![CDATA[Hi there, 

I&#039;m a scripting newbie trying to get twitter on my desktop via geektool.

I was able to use one the scripts posted above (thank you). However, the formatting is a little dense. 

Is there a way to add a space between each twitter entry?

Any help or input is greatly appreciated.]]></description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>I&#8217;m a scripting newbie trying to get twitter on my desktop via geektool.</p>
<p>I was able to use one the scripts posted above (thank you). However, the formatting is a little dense. </p>
<p>Is there a way to add a space between each twitter entry?</p>
<p>Any help or input is greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340071</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340071</guid>
		<description><![CDATA[Oh and if your wondering Thats just my name and DOB. Some people seemed to get the whole username and password this wrong.]]></description>
		<content:encoded><![CDATA[<p>Oh and if your wondering Thats just my name and DOB. Some people seemed to get the whole username and password this wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340070</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340070</guid>
		<description><![CDATA[Well i just fell for the newbie error of blogs, damn html. so on the first &quot;title&quot;, wrap it with less-than and greater-than signs, on the second one wrap with the slash &quot;/title&quot;.

curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; perl -nle &#039;print for m:title(.*)/title:&#039; &#124; head -n 6 &#124; tail -n 5]]></description>
		<content:encoded><![CDATA[<p>Well i just fell for the newbie error of blogs, damn html. so on the first &#8220;title&#8221;, wrap it with less-than and greater-than signs, on the second one wrap with the slash &#8220;/title&#8221;.</p>
<p>curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | perl -nle &#8216;print for m:title(.*)/title:&#8217; | head -n 6 | tail -n 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340069</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340069</guid>
		<description><![CDATA[Just found this blog as i was looking for the same thing. Anyway i was playing round with the scripts here and there and managed to produce a script that woks perfectly:

curl -s -u username:password 
http://twitter.com/statuses/friends_timeline.rss &#124; perl -nle &#039;print for m:(.*):&#039; &#124; head -n 6 &#124; tail -n 5

With this code it will only show your top 5 tweets

Tips.

Twitter only allows you to call this information on your IP address 100 times an hour. So if have been trying to get it to work and have been failing try setting the Refresh in Geektool to a larger number]]></description>
		<content:encoded><![CDATA[<p>Just found this blog as i was looking for the same thing. Anyway i was playing round with the scripts here and there and managed to produce a script that woks perfectly:</p>
<p>curl -s -u username:password<br />
<a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | perl -nle &#8216;print for m:(.*):&#8217; | head -n 6 | tail -n 5</p>
<p>With this code it will only show your top 5 tweets</p>
<p>Tips.</p>
<p>Twitter only allows you to call this information on your IP address 100 times an hour. So if have been trying to get it to work and have been failing try setting the Refresh in Geektool to a larger number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benson</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340068</link>
		<dc:creator><![CDATA[Benson]]></dc:creator>
		<pubDate>Sat, 21 Feb 2009 21:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340068</guid>
		<description><![CDATA[using pastie.org might overcome some of the constraints :)]]></description>
		<content:encoded><![CDATA[<p>using pastie.org might overcome some of the constraints :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly App Store Picks: Feb. 21, 2009 - TheAppleBlog</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340067</link>
		<dc:creator><![CDATA[Weekly App Store Picks: Feb. 21, 2009 - TheAppleBlog]]></dc:creator>
		<pubDate>Sat, 21 Feb 2009 20:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340067</guid>
		<description><![CDATA[[...] up, as a frequent tweeter, I was pleased to learn about desktop tweeting without a client app earlier this week. Check out the article for a helpful how-to [...]]]></description>
		<content:encoded><![CDATA[<p>[...] up, as a frequent tweeter, I was pleased to learn about desktop tweeting without a client app earlier this week. Check out the article for a helpful how-to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Santilli</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340066</link>
		<dc:creator><![CDATA[Nick Santilli]]></dc:creator>
		<pubDate>Sat, 21 Feb 2009 06:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340066</guid>
		<description><![CDATA[@Anthony - that image and plenty of other cool apple-themed wallpapers are listed here: http://tr.im/gDrd
Enjoy]]></description>
		<content:encoded><![CDATA[<p>@Anthony &#8211; that image and plenty of other cool apple-themed wallpapers are listed here: <a href="http://tr.im/gDrd" rel="nofollow">http://tr.im/gDrd</a><br />
Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-02-19 &#171; Brent Sordyl&#8217;s Blog</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340065</link>
		<dc:creator><![CDATA[links for 2009-02-19 &#171; Brent Sordyl&#8217;s Blog]]></dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340065</guid>
		<description><![CDATA[[...] Twittering Without a Client App - TheAppleBlog You’ll need Geek Tool to monitor incoming tweets. (Geek Tool is a free utility that runs as a Preference Pane and lets you embed shell output, URLs, and more in your desktop.) I set up a new Shell Command entry, with the following command (all on one line): (tags: osx twitter geektool) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Twittering Without a Client App &#8211; TheAppleBlog You’ll need Geek Tool to monitor incoming tweets. (Geek Tool is a free utility that runs as a Preference Pane and lets you embed shell output, URLs, and more in your desktop.) I set up a new Shell Command entry, with the following command (all on one line): (tags: osx twitter geektool) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340064</link>
		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Thu, 19 Feb 2009 04:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340064</guid>
		<description><![CDATA[I love your desktop picture!
Can you share it out?]]></description>
		<content:encoded><![CDATA[<p>I love your desktop picture!<br />
Can you share it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hum</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340063</link>
		<dc:creator><![CDATA[hum]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340063</guid>
		<description><![CDATA[Oh, I got it :D]]></description>
		<content:encoded><![CDATA[<p>Oh, I got it :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

