<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>But if I say I will not mention Him... &#187; ruby</title>
	<atom:link href="http://www.gopulls.com/blog/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gopulls.com/blog</link>
	<description>Tech, Toys, and God.</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:43:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Twittering with Growl</title>
		<link>http://www.gopulls.com/blog/2009.02.23/twittering-with-growl/</link>
		<comments>http://www.gopulls.com/blog/2009.02.23/twittering-with-growl/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:48:56 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gopulls.com/blog/?p=243</guid>
		<description><![CDATA[If you&#8217;re comfortable with trying to use Terminal (or curious to start), you can get your twitter updates via growl on OS X. If you don&#8217;t know what growl is, you&#8217;re really missing out. Get it here &#8212; it updates you unobtrusively with program status messages that might typically show up in a popup box [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re comfortable with trying to use Terminal (or curious to start), you can get your twitter updates via growl on OS X.  If you don&#8217;t know what growl is, you&#8217;re really missing out.  Get it <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/24638">here</a> &#8212; it updates you unobtrusively with program status messages that might typically show up in a popup box or embedded into a program window, or not at all.</p>
<p>Once you&#8217;ve got growl, you&#8217;ll need to make sure you have Ruby 1.8.3 or higher.</p>
<p>You&#8217;ll also need MacPorts to make this work right: <a href="http://www.macports.org/install.php">Install MacPorts</a></p>
<ul>
<li>If you have 10.5 Leopard, you&#8217;re set</li>
<li>If you have 10.4 Tiger, you&#8217;ll probably need to update:
<ol>
<li>Open a Terminal window and type in the following command, hitting return at the end:<br />
            <code>sudo port install ruby</code>
      </li>
</ol>
</li>
</ul>
<p>Now, we&#8217;ll install some stuff that we need for our script to run. Using terminal, enter these commands  (Hit return after each one)<br />
<code><br />
sudo port install rb-rubygems<br />
sudo gem install xml-simple<br />
sudo gem install ruby-growl<br />
</code><br />
<br />(If the &#8220;gem&#8221; commands don&#8217;t work, you may need to restart terminal before running them)</p>
<p>Provided this all went well, you should be ready to install the script.  Download the <a href="/files/squawk.rb">Squawk Script</a>and move it into your home directory (looks like a house in finder if you&#8217;re totally lost here).  This file is thanks to <a href="http://blog.new-bamboo.co.uk/2007/3/2/squawk-twitter-growl-notifications">damien</a>, but I had to make a tweak for it to all work right.  You have to edit the file with your login info:<br />
<code><br />
sudo pico ~/squawk.rb<br />
</code><br />
It should be obvious where to put your email address and password.<br />
<br />
Finally, run your script!<br />
<code><br />
ruby squawk.rb<br />
</code><br />
If you want to run it in the background on startup, check back later.  I&#8217;ll be posting on this shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gopulls.com/blog/2009.02.23/twittering-with-growl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

