<?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>Joe Jacobs &#187; application</title>
	<atom:link href="http://joejacobs.org/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://joejacobs.org</link>
	<description>Anything&#039;s Possible</description>
	<lastBuildDate>Sun, 18 Jul 2010 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pyTwit</title>
		<link>http://joejacobs.org/2008/11/18/pytwit/</link>
		<comments>http://joejacobs.org/2008/11/18/pytwit/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:07:27 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pyTwit]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=237</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve decided to call my Twitter app pyTwit. I&#8217;ve searched the Twitter Fan Wiki list of apps and there doesn&#8217;t seem to be a pyTwit yet so I&#8217;ve decided to claim the name (hey it rhymes!)
Anyways, I did a version 0.1.1 which was basically adding the functionality for posting tweets but I&#8217;ve also added many]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjoejacobs.org%2F2008%2F11%2F18%2Fpytwit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjoejacobs.org%2F2008%2F11%2F18%2Fpytwit%2F&amp;source=hazardcell&amp;style=normal&amp;service=bit.ly&amp;hashtags=application,Python,pyTwit,Twitter" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve decided to call my Twitter app pyTwit. I&#8217;ve searched the Twitter Fan Wiki list of apps and there doesn&#8217;t seem to be a pyTwit yet so I&#8217;ve decided to claim the name <em>(hey it rhymes!)</em></p>
<p>Anyways, I did a version 0.1.1 which was basically adding the functionality for posting tweets but I&#8217;ve also added many more features <em>(like displaying multiple timelines and a command system for using the different features)</em> and redesigned the code structure so I&#8217;ve decided to call this one version 0.2</p>
<p>You can check it out <a title="pyTwit" href="http://joejacobs.org/software/pytwit/">here</a>. I&#8217;ve also included a compiled Windows executable in the archive for those who are unfortunate enough to be running using Microsuck Windows&#8230;me included <img src='http://joejacobs.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><img src="http://joejacobs.org/?voyeur=1"></p>]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/18/pytwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My own Twitter app</title>
		<link>http://joejacobs.org/2008/11/17/my-own-twitter-app/</link>
		<comments>http://joejacobs.org/2008/11/17/my-own-twitter-app/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 23:49:21 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pyTwit]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=229</guid>
		<description><![CDATA[
			
				
			
		
OK I know we really don&#8217;t need yet another Twitter app but I&#8217;m doing this to practice programming in python. This is version 0.1 so I&#8217;ll definately add more stuff as I go along.
I&#8217;m using the XML feed from the Twitter REST API. I know there are modules to process the XML feed (like minidom]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjoejacobs.org%2F2008%2F11%2F17%2Fmy-own-twitter-app%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjoejacobs.org%2F2008%2F11%2F17%2Fmy-own-twitter-app%2F&amp;source=hazardcell&amp;style=normal&amp;service=bit.ly&amp;hashtags=application,Python,pyTwit,Twitter" height="61" width="50" /><br />
			</a>
		</div>
<p>OK I know we really don&#8217;t need yet another Twitter app but I&#8217;m doing this to practice programming in python. This is version 0.1 so I&#8217;ll definately add more stuff as I go along.</p>
<p>I&#8217;m using the XML feed from the Twitter REST API. I know there are modules to process the XML feed (like minidom and sax) but I decided to write my own method for processing the feed for educational purposes. My method won&#8217;t work with any feed <em>(yet)</em> but it&#8217;ll work fine for the Twitter feed.</p>
<p>At the moment, the app will only get your friends timeline and display it for you. I&#8217;ll add more functionality later this week if I have the time. In the mean time please try it out. All comments/criticism/suggestions/feedback are welcomed.</p>
<p><a href="http://joejacobs.org/software/pytwit" title="pyTwit">twitter.py</a></p>
<p><img src="http://joejacobs.org/?voyeur=1"></p>]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/17/my-own-twitter-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
