<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/962397</link>
		<description>Comments by Chris</description>
<item>
<title>Random Stuff that Matters : Manipulating list of tweets with TextMate (with screencast)</title>
<link>http://reganmian.net/blog/2010/04/12/manipulating-list-of-tweets-with-textmate-with-screencast-2/#IDComment67738080</link>
<description>You might want to install the twitter gem (sudo gem install twitter) and then try something like:  #!/usr/bin/env ruby require &amp;#039;rubygems&amp;#039; gem &amp;#039;twitter&amp;#039; require &amp;#039;twitter&amp;#039;  Twitter::Search.new(&amp;#039;#oerhf&amp;#039;).from(&amp;#039;houshuang&amp;#039;).each do |r|    puts r.created_at, r.text end </description>
<pubDate>Tue, 13 Apr 2010 14:20:27 +0000</pubDate>
<guid>http://reganmian.net/blog/2010/04/12/manipulating-list-of-tweets-with-textmate-with-screencast-2/#IDComment67738080</guid>
</item>	</channel>
</rss>