<?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: Retweeting in Python</title>
	<atom:link href="http://www.chrisfinke.com/2009/03/19/retweeting-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/</link>
	<description>Christopher Finke is a software engineer. He is available for birthday parties and bar mitzvahs.</description>
	<lastBuildDate>Mon, 01 Mar 2010 03:46:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twitter retweet mit Python &#187; Projektmanagement etc.</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-127178</link>
		<dc:creator>Twitter retweet mit Python &#187; Projektmanagement etc.</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-127178</guid>
		<description>[...] habe ich es gemacht &#8230;Zum Start habe ich ein schönes Python-Skript bei Chris Finke gefunden. Das war schonmal die halbe Strecke, allerdings retweeted dieses Skript direkte [...]</description>
		<content:encoded><![CDATA[<p>[...] habe ich es gemacht &#8230;Zum Start habe ich ein schönes Python-Skript bei Chris Finke gefunden. Das war schonmal die halbe Strecke, allerdings retweeted dieses Skript direkte [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Weller</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-127035</link>
		<dc:creator>Thomas Weller</dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-127035</guid>
		<description>Hi,

patched the script to allow searches via API and retweet based on result. My bot now retweets all German posts containing the word &quot;Projektmanagement&quot;.

Send my your email address and I am more than happy to share.

Follow @pm_retweet_de ;-)

Thanks for the effort,

Thomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>patched the script to allow searches via API and retweet based on result. My bot now retweets all German posts containing the word "Projektmanagement".</p>
<p>Send my your email address and I am more than happy to share.</p>
<p>Follow @pm_retweet_de ;-)</p>
<p>Thanks for the effort,</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Dallman</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-122362</link>
		<dc:creator>Bill Dallman</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-122362</guid>
		<description>Sending SkyFOX9 based upon your tweet!  Hope it&#039;s still there on 41 and Peavey</description>
		<content:encoded><![CDATA[<p>Sending SkyFOX9 based upon your tweet!  Hope it's still there on 41 and Peavey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Graber</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-119629</link>
		<dc:creator>Shane Graber</dc:creator>
		<pubDate>Mon, 30 Mar 2009 01:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-119629</guid>
		<description>Nice bot!  I just started using it for retweeting events for different reefkeeping conferences and society meetings:  http://twitter.com/reefevents

Shane</description>
		<content:encoded><![CDATA[<p>Nice bot!  I just started using it for retweeting events for different reefkeeping conferences and society meetings:  <a href="http://twitter.com/reefevents" rel="nofollow">http://twitter.com/reefevents</a></p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aa</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-118660</link>
		<dc:creator>aa</dc:creator>
		<pubDate>Sat, 21 Mar 2009 04:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-118660</guid>
		<description>This:
        for row in rows:
            max_status_id = row[0]
            break
        

could just be:
     max_status_id = rows[0][0]</description>
		<content:encoded><![CDATA[<p>This:<br />
        for row in rows:<br />
            max_status_id = row[0]<br />
            break</p>
<p>could just be:<br />
     max_status_id = rows[0][0]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @SanMo, a Twitter service for locals &#171; RobotSkirts</title>
		<link>http://www.chrisfinke.com/2009/03/19/retweeting-in-python/#comment-118608</link>
		<dc:creator>@SanMo, a Twitter service for locals &#171; RobotSkirts</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1209#comment-118608</guid>
		<description>[...] UPDATE: @SanMo is now using Chris Finke&#8217;s implementation in Python. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: @SanMo is now using Chris Finke&#8217;s implementation in Python. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
