<?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, 11 Feb 2012 06:01:09 +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>
	<item>
		<title>By: hum</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340062</link>
		<dc:creator><![CDATA[hum]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340062</guid>
		<description><![CDATA[@Nick - maybe just link to a screenshot of what the code should look like? I tried entering the fixes per your posts #13 and #14 and I still can&#039;t get them to work. (Well, actually, Matt&#039;s code worked for 10 minutes or so, but then disappeared :/ …)]]></description>
		<content:encoded><![CDATA[<p>@Nick &#8211; maybe just link to a screenshot of what the code should look like? I tried entering the fixes per your posts #13 and #14 and I still can&#8217;t get them to work. (Well, actually, Matt&#8217;s code worked for 10 minutes or so, but then disappeared :/ …)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Pigford</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340061</link>
		<dc:creator><![CDATA[Josh Pigford]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 06:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340061</guid>
		<description><![CDATA[If you&#039;d like to post to post actual HTML then you&#039;ll need to use something like &lt;a href=&quot;http://www.elliotswan.com/postable/&quot; rel=&quot;nofollow&quot;&gt;Postable&lt;/a&gt; to make your HTML &quot;comment safe.&quot;]]></description>
		<content:encoded><![CDATA[<p>If you&#8217;d like to post to post actual HTML then you&#8217;ll need to use something like <a href="http://www.elliotswan.com/postable/" rel="nofollow">Postable</a> to make your HTML &#8220;comment safe.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Santilli</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340060</link>
		<dc:creator><![CDATA[Nick Santilli]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 06:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340060</guid>
		<description><![CDATA[wow, now I&#039;m really getting frustrated with this too...
basically, anyplace you see title, wrap it with less-than and greater-than signs, because they should be html title tags. the closing title tag /title actually looks like / because of the bash syntax. so when you see the /title, include both of those slashes when you wrap it in the less-than and greater-than signs.
[sigh] the formatting really made me screw the pooch on this one. Sorry folks.

Mine (a bit rudimentary)
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep title &#124; sed -e &#039;s/title/ /&#039; &#124; sed &#039;s//title/ /&#039; &#124; sed &#039;s/     //&#039;

Scott’s (With some added customization)
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep &quot;title&quot; &#124; sed -E &#039;s/^[ ]+//; s/title(.+)/title/1/&#039; &#124; head -n 15 &#124; tail -n 14

Matt’s
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep title &#124; sed -e &#039;s/title/ /&#039; &#124; sed -e &#039;s//title/ /&#039;]]></description>
		<content:encoded><![CDATA[<p>wow, now I&#8217;m really getting frustrated with this too&#8230;<br />
basically, anyplace you see title, wrap it with less-than and greater-than signs, because they should be html title tags. the closing title tag /title actually looks like / because of the bash syntax. so when you see the /title, include both of those slashes when you wrap it in the less-than and greater-than signs.<br />
[sigh] the formatting really made me screw the pooch on this one. Sorry folks.</p>
<p>Mine (a bit rudimentary)<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep title | sed -e &#8216;s/title/ /&#8217; | sed &#8216;s//title/ /&#8217; | sed &#8216;s/     //&#8217;</p>
<p>Scott’s (With some added customization)<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep &#8220;title&#8221; | sed -E &#8216;s/^[ ]+//; s/title(.+)/title/1/&#8217; | head -n 15 | tail -n 14</p>
<p>Matt’s<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep title | sed -e &#8216;s/title/ /&#8217; | sed -e &#8216;s//title/ /&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Santilli</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340059</link>
		<dc:creator><![CDATA[Nick Santilli]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 05:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340059</guid>
		<description><![CDATA[@Mitch - snark away :)
Actually, they do work, but the &#039;code&#039; display is being tripped up because we&#039;re trying to reference html tags.

we&#039;re trying to update the update to read properly... In the meantime just know that anywhere you see  or , you should remove the _. Sorry for the confusion. so here are the 3 commands:

Mine (a bit rudimentary)
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep title &#124; sed -e &#039;s// /&#039; &#124; sed &#039;s// /&#039; &#124; sed &#039;s/     //&#039;

Scott&#039;s (With some added customization)
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep &quot;&quot; &#124; sed -E &#039;s/^[ ]+//; s/(.+)/1/&#039; &#124; head -n 15 &#124; tail -n 14

Matt&#039;s
curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss &#124; grep title &#124; sed -e &#039;s// /&#039; &#124; sed -e &#039;s// /&#039;

Hope that helps, and again, sorry for the confusion]]></description>
		<content:encoded><![CDATA[<p>@Mitch &#8211; snark away :)<br />
Actually, they do work, but the &#8216;code&#8217; display is being tripped up because we&#8217;re trying to reference html tags.</p>
<p>we&#8217;re trying to update the update to read properly&#8230; In the meantime just know that anywhere you see  or , you should remove the _. Sorry for the confusion. so here are the 3 commands:</p>
<p>Mine (a bit rudimentary)<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep title | sed -e &#8216;s// /&#8217; | sed &#8216;s// /&#8217; | sed &#8216;s/     //&#8217;</p>
<p>Scott&#8217;s (With some added customization)<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep &#8220;&#8221; | sed -E &#8216;s/^[ ]+//; s/(.+)/1/&#8217; | head -n 15 | tail -n 14</p>
<p>Matt&#8217;s<br />
curl -s -u username:password <a href="http://twitter.com/statuses/friends_timeline.rss" rel="nofollow">http://twitter.com/statuses/friends_timeline.rss</a> | grep title | sed -e &#8216;s// /&#8217; | sed -e &#8216;s// /&#8217;</p>
<p>Hope that helps, and again, sorry for the confusion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340058</link>
		<dc:creator><![CDATA[Mitch]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 04:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340058</guid>
		<description><![CDATA[I don&#039;t want to sound narky, but is anyone actually *testing* the code? Seriously, none of these work for me.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to sound narky, but is anyone actually *testing* the code? Seriously, none of these work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Santilli</title>
		<link>http://gigaom.com/apple/twittering-without-a-client-app/#comment-340057</link>
		<dc:creator><![CDATA[Nick Santilli]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 00:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=17316#comment-340057</guid>
		<description><![CDATA[Matt - nick DOT appleblog AT gmail me the code snippet you&#039;re trying for and I&#039;ll get the post updated to reflect the better way

thx]]></description>
		<content:encoded><![CDATA[<p>Matt &#8211; nick DOT appleblog AT gmail me the code snippet you&#8217;re trying for and I&#8217;ll get the post updated to reflect the better way</p>
<p>thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
