how can I automate finding the pagerank of a domain? I came across this Python script but it no longer works. Seems Google doesn't like people au开发者_如何学Ctomating this.
So, is there an alternative provider of page rank scores? I do not need the exact same result as Google, but something comparable.
Here is a python script which does work. I had to do exactly the same thing recently!
Have you tried HalOtis Marketing's Page Rank script at http://www.halotis.com/2009/08/02/google-page-range-python-script/? He generally writes good, simple Python code for exactly this kind of stuff.
精彩评论