<?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>Martin Ström &#187; twitter</title>
	<atom:link href="http://my-domain.se/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 11:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>TwitterFax</title>
		<link>http://my-domain.se/twitterfax/</link>
		<comments>http://my-domain.se/twitterfax/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 08:01:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=369</guid>
		<description><![CDATA[The TwitterFax is a small project done together with Konst &#38; Teknik. It will watch a given Twitter username for mentions and then print it, together with any twitpics or yimg images attached to it. The code is pretty simple and uses the Twitter gem for communicating with Twitter and Prawn to genereate the PDF&#8217;s. [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://twitpic.com/show/large/1ng4hj"></div>

<p>The TwitterFax is a small project done together with <a href="http://konst-teknik.se">Konst &amp; Teknik</a>. It will watch a given Twitter username for mentions and then print it, together with any twitpics or yimg images attached to it. </p>

<p>The code is pretty simple and uses the <a href="http://rubygems.org/gems/twitter">Twitter gem</a> for communicating with Twitter and <a href="http://rubygems.org/gems/prawn">Prawn</a> to genereate the PDF&#8217;s. I&#8217;ve set it up to run every 15 minute using a Cron job. </p>

<p><a href="http://github.com/haraldmartin/TwitterFax/blob/master/twitterfax.rb">Check out the full source code.</a> You&#8217;ll need to change what typeface to use or get <code>LucidFaxEFRom.ttf</code> from somewhere else.</p>

<p>So go ahead and <a href="http://twitter.com/home/?status=@konst_teknik">mention @konst_teknik</a> to try it out!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download torrent files from Twitter DMs</title>
		<link>http://my-domain.se/download-torrent-files-from-twitter-dms/</link>
		<comments>http://my-domain.se/download-torrent-files-from-twitter-dms/#comments</comments>
		<pubDate>Mon, 24 May 2010 06:10:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=356</guid>
		<description><![CDATA[Here&#8217;s a simple ruby script to download torrent files in Safari sent to you/an account as URLs in Twitter direct messages. It could be used on your home server to download torrent files you send to it from something like your iPad. I&#8217;ve set it up to run every fifth minute (using cron) to check [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple ruby script to download torrent files in Safari sent to you/an account as URLs in Twitter direct messages. </p>

<p>It could be used on your home server to download torrent files you send to it from something like your iPad.</p>

<script src="http://gist.github.com/396688.js"></script>

<p>I&#8217;ve set it up to run every fifth minute (using cron) to check for new files, but can of course be adjusted to something that works for you.</p>

<p>Also, make sure to point Safari&#8217;s download folder (in Safari&#8217;s preferences) to the same folder as you have Transmission automatically watch for <code>.torrent</code> files so the download actually starts.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

