<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: django + twitter.com: automatic new statuses</title>
	<atom:link href="http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses</link>
	<description>... because from time to time I&#039;m a web developer, too</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:20:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Download a number of your twitter followers in python</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-874</link>
		<dc:creator>Download a number of your twitter followers in python</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-874</guid>
		<description>[...] already know how to implement functionality for automatic adding statuses to twitter. Today we will implement a functionality for automatic downloading a number of your twitter [...]</description>
		<content:encoded><![CDATA[<p>[...] already know how to implement functionality for automatic adding statuses to twitter. Today we will implement a functionality for automatic downloading a number of your twitter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Zielinski</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-862</link>
		<dc:creator>Karol Zielinski</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-862</guid>
		<description>@Thomas

I agree. In more complicated examples it&#039;s much better to use external library. However in easy examples - it&#039;s not necessary to include huge libraries into our code.</description>
		<content:encoded><![CDATA[<p>@Thomas</p>
<p>I agree. In more complicated examples it&#8217;s much better to use external library. However in easy examples &#8211; it&#8217;s not necessary to include huge libraries into our code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-856</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-856</guid>
		<description>Check out Tweepy - http://github.com/joshthecoder/tweepy. It&#039;ll save you a lot of time if you decide to add additional Twitter integration later.</description>
		<content:encoded><![CDATA[<p>Check out Tweepy &#8211; <a href="http://github.com/joshthecoder/tweepy" rel="nofollow">http://github.com/joshthecoder/tweepy</a>. It&#8217;ll save you a lot of time if you decide to add additional Twitter integration later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Zielinski</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-849</link>
		<dc:creator>Karol Zielinski</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-849</guid>
		<description>@John

I totally agree! However in this example I wanted to show the easiest possible way to communicate with twitter. That&#039;s why I don&#039;t cache any exceptions, check response status, etc.

However in real, production environment - I agree. It has to be done like you just said.</description>
		<content:encoded><![CDATA[<p>@John</p>
<p>I totally agree! However in this example I wanted to show the easiest possible way to communicate with twitter. That&#8217;s why I don&#8217;t cache any exceptions, check response status, etc.</p>
<p>However in real, production environment &#8211; I agree. It has to be done like you just said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Boxall</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-844</link>
		<dc:creator>John Boxall</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-844</guid>
		<description>Whenever you&#039;re communicating with other services, remember to consider how your code will behave when that service goes down.

If you&#039;re not catching exceptions from HTTP errors and handling them gracefully you can be opening yourself to all kinds of nasty errors.

For example, let&#039;s say you&#039;re pulling Twitter status updates onto your homepage - what happens if Twitter goes down? Does your homepage go down too because you forgot to catch the HTTP error thrown by urllib2?

Always wrap this kind of thing in a try/except and have a fallback!

Cheers,

John</description>
		<content:encoded><![CDATA[<p>Whenever you&#8217;re communicating with other services, remember to consider how your code will behave when that service goes down.</p>
<p>If you&#8217;re not catching exceptions from HTTP errors and handling them gracefully you can be opening yourself to all kinds of nasty errors.</p>
<p>For example, let&#8217;s say you&#8217;re pulling Twitter status updates onto your homepage &#8211; what happens if Twitter goes down? Does your homepage go down too because you forgot to catch the HTTP error thrown by urllib2?</p>
<p>Always wrap this kind of thing in a try/except and have a fallback!</p>
<p>Cheers,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: django + twitter.com: automatyczne statusy - develway.pl - wiadomości dla programistów, wiadomości IT, świeże linki ze świata IT</title>
		<link>http://tech.karolzielinski.com/django-twitter-com-automatic-new-statuses/comment-page-1#comment-843</link>
		<dc:creator>django + twitter.com: automatyczne statusy - develway.pl - wiadomości dla programistów, wiadomości IT, świeże linki ze świata IT</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=373#comment-843</guid>
		<description>[...] tech.karolzielinski.com       Follow us on Twitter 1,521 śledzących RSS Feed 173 czytelników     django + twitter.com: automatyczne statusy     1   głosuj!    Jak zaimplementować (w django) funkcjonalność, która automatycznie będzie [...]</description>
		<content:encoded><![CDATA[<p>[...] tech.karolzielinski.com       Follow us on Twitter 1,521 śledzących RSS Feed 173 czytelników     django + twitter.com: automatyczne statusy     1   głosuj!    Jak zaimplementować (w django) funkcjonalność, która automatycznie będzie [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
