<?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>Unterbahn &#187; twitter</title>
	<atom:link href="http://unterbahn.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://unterbahn.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 17:26:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Batch importing text messages from Twitter in Rails</title>
		<link>http://unterbahn.com/2009/03/batch-importing-text-messages-from-twitter-in-rails/</link>
		<comments>http://unterbahn.com/2009/03/batch-importing-text-messages-from-twitter-in-rails/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:07:37 +0000</pubDate>
		<dc:creator>Jeffrey Warren</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[nocollision]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[whooz]]></category>

		<guid isPermaLink="false">http://unterbahn.com/?p=196</guid>
		<description><![CDATA[Here we actually batch import the messages, saving them in a local model. I also demonstrate a script to perform the imports, and set up a table to store key:value pairs for more advanced usage &#8211; I&#8217;ll finish that feature up in a subsequent tutorial. Saving the messages locally is important for not exceeding the [...]]]></description>
			<content:encoded><![CDATA[<p>Here we actually batch import the messages, saving them in a local model. I also demonstrate a script to perform the imports, and set up a table to store key:value pairs for more advanced usage &#8211; I&#8217;ll finish that feature up in a subsequent tutorial.</p>
<p>Saving the messages locally is important for not exceeding the Twitter rate limit, as well as for performing more complex searches and manipulations with the data. It also provides a common message storage if you&#8217;re importing from multiple sources, say, <a href="http://www.frontlinesms.com/">FrontlineSMS</a>, <a href="http://clickatell.com">Clickatell</a>, and Twitter.</p>
<p><object width="500" height="313"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3560955&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3560955&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="313"></embed></object><br /><a href="http://vimeo.com/3560955">WHOOZ Tutorial: Importing text messages from Twitter to Ruby on Rails</a>.</p>
<p>Download the code for this tutorial here: <a href="http://unterbahn.com/wp-content/uploads/2009/03/whooz-messages-table-batch-importing.zip">whooz-messages-table-batch-importing.zip</a> (LGPL 3.0) or on <a href="http://code.google.com/p/whooz/">Google Code</a></p>
<p>This builds on the code written in the last tutorial, <a href="http://unterbahn.com/2009/03/connecting-a-ruby-on-rails-application-to-twitter/">Sending and receiving text messages in Rails with Twitter</a></p>
<p>I know this is pretty low resolution, but I&#8217;ll upload an HD version next week; Vimeo allows only one HD clip per week.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://unterbahn.com/2009/04/parsing-out-keyvalue-pairs-from-text-messages-and-geocoding-them/" rel="bookmark" class="crp_title">Parsing out key:value pairs from text messages and geocoding them</a></li><li><a href="http://unterbahn.com/2009/03/connecting-a-ruby-on-rails-application-to-twitter/" rel="bookmark" class="crp_title">Sending and receiving text messages in Rails with Twitter</a></li><li><a href="http://unterbahn.com/2009/04/manhattan-mapped-in-cartagen-htmljavascript-with-gss/" rel="bookmark" class="crp_title">Manhattan mapped in Cartagen html/javascript with gss</a></li><li><a href="http://unterbahn.com/2010/05/short-video-clip-of-oil-at-the-chandeleur-islands-on-may-9th/" rel="bookmark" class="crp_title">Short video clip of oil at the Chandeleur islands on May 9th</a></li><li><a href="http://unterbahn.com/2009/09/idea-connect-paper-video-camera-to-cell-audio-connection/" rel="bookmark" class="crp_title">Idea: connect paper video camera to cell audio connection</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://unterbahn.com/2009/03/batch-importing-text-messages-from-twitter-in-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending and receiving text messages in Rails with Twitter</title>
		<link>http://unterbahn.com/2009/03/connecting-a-ruby-on-rails-application-to-twitter/</link>
		<comments>http://unterbahn.com/2009/03/connecting-a-ruby-on-rails-application-to-twitter/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:27:50 +0000</pubDate>
		<dc:creator>Jeffrey Warren</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[nocollision]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[whooz]]></category>

		<guid isPermaLink="false">http://unterbahn.com/?p=145</guid>
		<description><![CDATA[In this tutorial I cover how to set up a basic Ruby on Rails 2.2.2 application and how to connect it to the Twitter API. Then I demonstrate receiving and sending Tweets, i.e. text messages through Twitter. I&#8217;ve also shared the code in Google Code. WHOOZ Tutorial: Sending and receiving text messages in Rails with [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I cover how to set up a basic Ruby on Rails 2.2.2 application and how to connect it to the Twitter API. Then I demonstrate receiving and sending Tweets, i.e. text messages through Twitter. I&#8217;ve also shared the code in <a href="http://code.google.com/p/whooz/">Google Code</a>.</p>
<p><object width="500" height="313"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3541782&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3541782&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="313"></embed></object><br /><a href="http://vimeo.com/3541782">WHOOZ Tutorial: Sending and receiving text messages in Rails with Twitter</a></p>
<p>Download the code for this tutorial here: <a href="http://unterbahn.com/wp-content/uploads/2009/03/whooz-twitter-integration.zip">whooz-twittter-integration.zip</a> (LGPL 3.0)</p>
<p>This code requires <a href="http://rubyonrails.org">Rails 2</a> &#8211; if you have OS X 10.5, it ships with 1.2; you can upgrade with the commands <code>sudo gem update --system</code> and <code>sudo gem install rails</code></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://unterbahn.com/2009/03/batch-importing-text-messages-from-twitter-in-rails/" rel="bookmark" class="crp_title">Batch importing text messages from Twitter in Rails</a></li><li><a href="http://unterbahn.com/2009/04/parsing-out-keyvalue-pairs-from-text-messages-and-geocoding-them/" rel="bookmark" class="crp_title">Parsing out key:value pairs from text messages and geocoding them</a></li><li><a href="http://unterbahn.com/2009/04/manhattan-mapped-in-cartagen-htmljavascript-with-gss/" rel="bookmark" class="crp_title">Manhattan mapped in Cartagen html/javascript with gss</a></li><li><a href="http://unterbahn.com/2009/09/idea-connect-paper-video-camera-to-cell-audio-connection/" rel="bookmark" class="crp_title">Idea: connect paper video camera to cell audio connection</a></li><li><a href="http://unterbahn.com/2008/11/video-2/" rel="bookmark" class="crp_title">Mapwar presentation</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://unterbahn.com/2009/03/connecting-a-ruby-on-rails-application-to-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

