<?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>Techbelly &#187; scripts</title>
	<atom:link href="http://www.techbelly.com/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbelly.com</link>
	<description>Ben Griffiths&#039; weblog</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sucking tweets into a local database</title>
		<link>http://www.techbelly.com/2009/11/14/sucking-tweets-into-a-local-database/</link>
		<comments>http://www.techbelly.com/2009/11/14/sucking-tweets-into-a-local-database/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 01:47:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.techbelly.com/?p=406</guid>
		<description><![CDATA[A friend asked me yesterday if I could snap together a script to build a local database of tweets using the twitter search API. This is what I came up with. The script takes one argument &#8211; the term to search on &#8211; and creates a sqlite3 database in the current directory containing all the [...]]]></description>
			<content:encoded><![CDATA[<p>A friend asked me yesterday if I could snap together a script to build a local database of tweets using the twitter search API.</p>
<p><a href="http://pastie.textmate.org/698244">This is what I came up with.</a> </p>
<p>The script takes one argument &#8211; the term to search on &#8211; and creates a sqlite3 database in the current directory containing all the tweets that the twitter search API returns for that term. </p>
<p>It requires <a href="http://datamapper.org/">datamapper</a> and <a href="http://github.com/dancroak/twitter-search">twitter_search</a> gems to be installed. </p>
<p>Have at it, make it better, bend it to your twitter-slurping needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbelly.com/2009/11/14/sucking-tweets-into-a-local-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

