<?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: Python code for retrieving all your tweets</title>
	<atom:link href="http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/</link>
	<description>Random thoughts on tech, books, programming, etc.</description>
	<lastBuildDate>Sat, 21 Jan 2012 10:19:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: iake</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1663</link>
		<dc:creator>iake</dc:creator>
		<pubDate>Fri, 13 Nov 2009 14:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1663</guid>
		<description>How to retrieve all tweet in favorites timeline?</description>
		<content:encoded><![CDATA[<p>How to retrieve all tweet in favorites timeline?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ake</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1600</link>
		<dc:creator>Ake</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1600</guid>
		<description>How to retrieve all tweet in favorites timeline?</description>
		<content:encoded><![CDATA[<p>How to retrieve all tweet in favorites timeline?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natural pond design</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1597</link>
		<dc:creator>natural pond design</dc:creator>
		<pubDate>Thu, 12 Nov 2009 04:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1597</guid>
		<description>this is nice information need to know more&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;sam hardsy&lt;br&gt;______________________________________________</description>
		<content:encoded><![CDATA[<p>this is nice information need to know more</p>
<p>Thanks<br />sam hardsy<br />______________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hay</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1543</link>
		<dc:creator>Hay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1543</guid>
		<description>&gt; This worked flawlessly for my 2,300 tweets, but only retrieved 
&gt; about half the tweets of someone who had over 7,000. I?m not
&gt; sure what happened there.

See the API docs: http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits

&quot;Clients may request up to 3,200 statuses via the page and count parameters for timeline REST API methods. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested. Twitter still maintains a database of all the tweets sent by a user. However, to ensure performance of the site, this artificial limit is temporarily in place.&quot;</description>
		<content:encoded><![CDATA[<p>&gt; This worked flawlessly for my 2,300 tweets, but only retrieved<br />
&gt; about half the tweets of someone who had over 7,000. I?m not<br />
&gt; sure what happened there.</p>
<p>See the API docs: <a href="http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits" rel="nofollow">http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits</a></p>
<p>&#8220;Clients may request up to 3,200 statuses via the page and count parameters for timeline REST API methods. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested. Twitter still maintains a database of all the tweets sent by a user. However, to ensure performance of the site, this artificial limit is temporarily in place.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hay</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-2075</link>
		<dc:creator>Hay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-2075</guid>
		<description>&gt; This worked flawlessly for my 2,300 tweets, but only retrieved 
&gt; about half the tweets of someone who had over 7,000. I?m not
&gt; sure what happened there.

See the API docs: http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits

&quot;Clients may request up to 3,200 statuses via the page and count parameters for timeline REST API methods. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested. Twitter still maintains a database of all the tweets sent by a user. However, to ensure performance of the site, this artificial limit is temporarily in place.&quot;</description>
		<content:encoded><![CDATA[<p>&gt; This worked flawlessly for my 2,300 tweets, but only retrieved<br />
&gt; about half the tweets of someone who had over 7,000. I?m not<br />
&gt; sure what happened there.</p>
<p>See the API docs: <a href="http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits" rel="nofollow">http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits</a></p>
<p>&#8220;Clients may request up to 3,200 statuses via the page and count parameters for timeline REST API methods. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested. Twitter still maintains a database of all the tweets sent by a user. However, to ensure performance of the site, this artificial limit is temporarily in place.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hedge</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1535</link>
		<dc:creator>Mike Hedge</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1535</guid>
		<description>genius</description>
		<content:encoded><![CDATA[<p>genius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hedge</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-2074</link>
		<dc:creator>Mike Hedge</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-2074</guid>
		<description>genius</description>
		<content:encoded><![CDATA[<p>genius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Ryner</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1530</link>
		<dc:creator>Steve Ryner</dc:creator>
		<pubDate>Wed, 08 Jul 2009 06:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1530</guid>
		<description>Cheers! I cut-n-pasted this into my terminal and then had to clean up &quot;educated&quot; quotes and at least one en-dash that was masquerading as a minus. Not sure if it&#039;s safari, your HTML, EBCAK, but FYI.</description>
		<content:encoded><![CDATA[<p>Cheers! I cut-n-pasted this into my terminal and then had to clean up &#8220;educated&#8221; quotes and at least one en-dash that was masquerading as a minus. Not sure if it&#8217;s safari, your HTML, EBCAK, but FYI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Ryner</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-2073</link>
		<dc:creator>Steve Ryner</dc:creator>
		<pubDate>Wed, 08 Jul 2009 06:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-2073</guid>
		<description>Cheers! I cut-n-pasted this into my terminal and then had to clean up &quot;educated&quot; quotes and at least one en-dash that was masquerading as a minus. Not sure if it&#039;s safari, your HTML, EBCAK, but FYI.</description>
		<content:encoded><![CDATA[<p>Cheers! I cut-n-pasted this into my terminal and then had to clean up &#8220;educated&#8221; quotes and at least one en-dash that was masquerading as a minus. Not sure if it&#8217;s safari, your HTML, EBCAK, but FYI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Combelle</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-1528</link>
		<dc:creator>Xavier Combelle</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-1528</guid>
		<description>I think the amout of tweets that can be retrieve with the api is ilimited. I could check in the api doc but I&#039;m lazy. However none of tweet are lost.</description>
		<content:encoded><![CDATA[<p>I think the amout of tweets that can be retrieve with the api is ilimited. I could check in the api doc but I&#8217;m lazy. However none of tweet are lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Combelle</title>
		<link>http://blogs.fluidinfo.com/terry/2009/06/24/python-code-for-retrieving-all-your-tweets/comment-page-1/#comment-2072</link>
		<dc:creator>Xavier Combelle</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fluidinfo.com/terry/?p=608#comment-2072</guid>
		<description>I think the amout of tweets that can be retrieve with the api is ilimited. I could check in the api doc but I&#039;m lazy. However none of tweet are lost.</description>
		<content:encoded><![CDATA[<p>I think the amout of tweets that can be retrieve with the api is ilimited. I could check in the api doc but I&#8217;m lazy. However none of tweet are lost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

