<?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: Google Page Rank Python Script</title>
	<atom:link href="http://www.halotis.com/2009/08/02/google-page-range-python-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/</link>
	<description>Entrepreneurship in the 21st Centruy</description>
	<lastBuildDate>Sat, 21 Jan 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MZB</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-18360</link>
		<dc:creator>MZB</dc:creator>
		<pubDate>Mon, 02 Jan 2012 18:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-18360</guid>
		<description>Thanks - that fixed it for me.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; that fixed it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dahax</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-18239</link>
		<dc:creator>dahax</dc:creator>
		<pubDate>Fri, 02 Dec 2011 12:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-18239</guid>
		<description>you should use another url:

gurl = &quot;http://toolbarqueries.google.com/tbr?client=navclient-auto&amp;ch=&quot; + hsh + &quot;&amp;features=Rank&amp;q=info:&quot; +url+&quot;&amp;num=100&amp;filter=0&quot;;</description>
		<content:encoded><![CDATA[<p>you should use another url:</p>
<p>gurl = &#8220;http://toolbarqueries.google.com/tbr?client=navclient-auto&amp;ch=&#8221; + hsh + &#8220;&amp;features=Rank&amp;q=info:&#8221; +url+&#8221;&amp;num=100&amp;filter=0&#8243;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobek</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17947</link>
		<dc:creator>Bobek</dc:creator>
		<pubDate>Mon, 14 Nov 2011 11:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17947</guid>
		<description>Any ideas how to turn this to work after google changes ?</description>
		<content:encoded><![CDATA[<p>Any ideas how to turn this to work after google changes ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudraksha</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17851</link>
		<dc:creator>rudraksha</dc:creator>
		<pubDate>Tue, 18 Oct 2011 10:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17851</guid>
		<description>It rocks. Very good work.</description>
		<content:encoded><![CDATA[<p>It rocks. Very good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: google traffic</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17845</link>
		<dc:creator>google traffic</dc:creator>
		<pubDate>Mon, 10 Oct 2011 23:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17845</guid>
		<description>I changed the url and it worked a few days ago, but now it doesn&#039;t. 

gurl = &#039;http://toolbarqueries.google.com/tbr?client=navclient-auto&amp;features=Rank&amp;ch=%s&amp;q=info:%s&#039; % (hsh,urllib.quote(url))

Although now that I am looking more closely, it looks like the hash isn&#039;t  returning a valid value.</description>
		<content:encoded><![CDATA[<p>I changed the url and it worked a few days ago, but now it doesn&#8217;t. </p>
<p>gurl = &#8216;<a href="http://toolbarqueries.google.com/tbr?client=navclient-auto&#038;features=Rank&#038;ch=%s&#038;q=info:%s" rel="nofollow">http://toolbarqueries.google.com/tbr?client=navclient-auto&#038;features=Rank&#038;ch=%s&#038;q=info:%s</a>&#8216; % (hsh,urllib.quote(url))</p>
<p>Although now that I am looking more closely, it looks like the hash isn&#8217;t  returning a valid value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Warren</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17674</link>
		<dc:creator>Matt Warren</dc:creator>
		<pubDate>Mon, 30 May 2011 15:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17674</guid>
		<description>probably not.  it was relying on a private, undocumented API from google, and they seem to like changing things fairly often.</description>
		<content:encoded><![CDATA[<p>probably not.  it was relying on a private, undocumented API from google, and they seem to like changing things fairly often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17668</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Tue, 24 May 2011 04:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17668</guid>
		<description>Does this code work?</description>
		<content:encoded><![CDATA[<p>Does this code work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 获取Google PageRank的PHP程序 &#124; freemouse-笔记-感悟-成长</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17307</link>
		<dc:creator>获取Google PageRank的PHP程序 &#124; freemouse-笔记-感悟-成长</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17307</guid>
		<description>[...] 原文：http://www.halotis.com/2009/08/02/google-page-range-python-script/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文：http://www.halotis.com/2009/08/02/google-page-range-python-script/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PageRank API &#124; To Be Continued</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17282</link>
		<dc:creator>PageRank API &#124; To Be Continued</dc:creator>
		<pubDate>Tue, 06 Apr 2010 04:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17282</guid>
		<description>[...] 加粗部分为要查询的网页地址(URL)，返回为JSON格式的数据，包含所查询的URL及PR值。 更新：由于接口的请求限制，该API会频繁出错，不再公开。获取PR的接口代码可以参考这篇Google Page Rank Python Script -EOF-  Posted in General &#124; Tags: PageRank   &#171; 全国各地ISP IP表   You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] 加粗部分为要查询的网页地址(URL)，返回为JSON格式的数据，包含所查询的URL及PR值。 更新：由于接口的请求限制，该API会频繁出错，不再公开。获取PR的接口代码可以参考这篇Google Page Rank Python Script -EOF-  Posted in General | Tags: PageRank   &laquo; 全国各地ISP IP表   You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iker</title>
		<link>http://www.halotis.com/2009/08/02/google-page-range-python-script/comment-page-1/#comment-17275</link>
		<dc:creator>iker</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=585#comment-17275</guid>
		<description>Hi, I have tested the Page Rank IURL with my personal webpage (sniffed with whireshark): 

http://toolbarqueries.google.es/search?features=Rank&amp;sourceid=navclient-ff&amp;client=navclient-auto-ff&amp;googleip=O;208.117.235.17;97&amp;iqrn=8VdB&amp;querytime=4P&amp;orig=0X557&amp;swwk=-1&amp;ch=84f831859&amp;q=info:http%3A%2F%2Fwww.ikeralbeniz.net%2F

adding this headers to de http petition..

            Client.Headers.Add(&quot;User-Agent&quot;, &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTBDFff GTB7.0 GoogleToolbarFF 7.0.20091216&quot;);
            Client.Headers.Add(&quot;Accept&quot;, &quot;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&quot;);
            Client.Headers.Add(&quot;Accept-Language&quot;, &quot;es-es,es;q=0.8,en-us;q=0.5,en;q=0.3&quot;);
            Client.Headers.Add(&quot;Accept-Encoding&quot;, &quot;gzip,deflate&quot;);
            Client.Headers.Add(&quot;Accept-Charset&quot;, &quot;ISO-8859-1,utf-8;q=0.7,*;q=0.7&quot;);
            Client.Headers.Add(&quot;Keep-Alive&quot;, &quot;300&quot;);

and works ok... i get Rank_1:1:0 (je je je)

what i have not found is the way to get the google hash.. in my case:

84f831859 &lt; http://www.ikeralbeniz.net/

but if i use your function the hash is:
620570008487

have you got any idea about the way google calculates the hash?</description>
		<content:encoded><![CDATA[<p>Hi, I have tested the Page Rank IURL with my personal webpage (sniffed with whireshark): </p>
<p><a href="http://toolbarqueries.google.es/search?features=Rank&#038;sourceid=navclient-ff&#038;client=navclient-auto-ff&#038;googleip=O;208.117.235.17;97&#038;iqrn=8VdB&#038;querytime=4P&#038;orig=0X557&#038;swwk=-1&#038;ch=84f831859&#038;q=info:http%3A%2F%2Fwww.ikeralbeniz.net%2F" rel="nofollow">http://toolbarqueries.google.es/search?features=Rank&#038;sourceid=navclient-ff&#038;client=navclient-auto-ff&#038;googleip=O;208.117.235.17;97&#038;iqrn=8VdB&#038;querytime=4P&#038;orig=0X557&#038;swwk=-1&#038;ch=84f831859&#038;q=info:http%3A%2F%2Fwww.ikeralbeniz.net%2F</a></p>
<p>adding this headers to de http petition..</p>
<p>            Client.Headers.Add(&#8220;User-Agent&#8221;, &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTBDFff GTB7.0 GoogleToolbarFF 7.0.20091216&#8243;);<br />
            Client.Headers.Add(&#8220;Accept&#8221;, &#8220;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#8243;);<br />
            Client.Headers.Add(&#8220;Accept-Language&#8221;, &#8220;es-es,es;q=0.8,en-us;q=0.5,en;q=0.3&#8243;);<br />
            Client.Headers.Add(&#8220;Accept-Encoding&#8221;, &#8220;gzip,deflate&#8221;);<br />
            Client.Headers.Add(&#8220;Accept-Charset&#8221;, &#8220;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#8243;);<br />
            Client.Headers.Add(&#8220;Keep-Alive&#8221;, &#8220;300&#8243;);</p>
<p>and works ok&#8230; i get Rank_1:1:0 (je je je)</p>
<p>what i have not found is the way to get the google hash.. in my case:</p>
<p>84f831859 &lt; <a href="http://www.ikeralbeniz.net/" rel="nofollow">http://www.ikeralbeniz.net/</a></p>
<p>but if i use your function the hash is:<br />
620570008487</p>
<p>have you got any idea about the way google calculates the hash?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

