<?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: Automatic site login using Python urllib2</title>
	<atom:link href="http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/</link>
	<description>Django, Python, jQuery and whatever cool stuff I can think of</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:08:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rahul</title>
		<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/comment-page-1/#comment-105</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Wed, 01 Jul 2009 11:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=85#comment-105</guid>
		<description>hello all..

im doing research project on openid in python.can u tell me what should i do for automaticallt redirect my openid url to openid server and check authentication itself and send beck to me confirmation of success in login.

do u have any logic behind it....share wid me...</description>
		<content:encoded><![CDATA[<p>hello all..</p>
<p>im doing research project on openid in python.can u tell me what should i do for automaticallt redirect my openid url to openid server and check authentication itself and send beck to me confirmation of success in login.</p>
<p>do u have any logic behind it&#8230;.share wid me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/comment-page-1/#comment-94</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Wed, 10 Jun 2009 13:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=85#comment-94</guid>
		<description>urllib2 is okay for scraping but for site logins and stuff, it sucks because it cannot handle basic redirects either automatically or using redirect_handler. You&#039;re better off using pycurl.</description>
		<content:encoded><![CDATA[<p>urllib2 is okay for scraping but for site logins and stuff, it sucks because it cannot handle basic redirects either automatically or using redirect_handler. You&#8217;re better off using pycurl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/comment-page-1/#comment-17</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 21 Apr 2009 17:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=85#comment-17</guid>
		<description>Thanks for the clue!

One remark:
&#039;username&#039; and &#039;password&#039; keys should be provided, instead of &#039;user&#039; and &#039;pass&#039; in #6 line of the snippet above (at least in django 1.0.2 generic login handler)</description>
		<content:encoded><![CDATA[<p>Thanks for the clue!</p>
<p>One remark:<br />
&#8216;username&#8217; and &#8216;password&#8217; keys should be provided, instead of &#8216;user&#8217; and &#8216;pass&#8217; in #6 line of the snippet above (at least in django 1.0.2 generic login handler)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizam</title>
		<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/comment-page-1/#comment-9</link>
		<dc:creator>Nizam</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=85#comment-9</guid>
		<description>Thanks Adam. I have corrected the snippet. I was kind of in a hurry when I posted this so I totally missed this one! :)</description>
		<content:encoded><![CDATA[<p>Thanks Adam. I have corrected the snippet. I was kind of in a hurry when I posted this so I totally missed this one! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Crymble</title>
		<link>http://www.nomadjourney.com/2009/03/automatic-site-login-using-python-urllib2/comment-page-1/#comment-4</link>
		<dc:creator>Adam Crymble</dc:creator>
		<pubDate>Thu, 02 Apr 2009 20:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=85#comment-4</guid>
		<description>&quot;pass&quot; creates a syntax error since &quot;pass&quot; is used for something else in python</description>
		<content:encoded><![CDATA[<p>&#8220;pass&#8221; creates a syntax error since &#8220;pass&#8221; is used for something else in python</p>
]]></content:encoded>
	</item>
</channel>
</rss>
