Skip to content

netconstructor/pagerank

Repository files navigation

Google PageRank scripts

Generates the CheckHash (ch) and lookups up the URL to parse the PageRank from Google.

Copyright (c) 2011, James Wade. All rights reserved.

LICENSE: http://www.opensource.org/licenses/bsd-license.php The BSD License

Get PageRank in your language:

* pagerank2.class.php (PHP Class)
* pagerank2.cli.php (PHP CLI)
* pagerank2.php (PHP function)
* pagerank2.py (Python)
* pagerank.pl (Perl)
* pagerank.tcl (for Eggdrop)
* pagerank.cpp (C++)
* pagerank.d (D)
* pagerank.html - Google PageRank (Bookmarklet)
* pagerank.class.php (Legacy PHP Class)
* pagerank.py (Legacy Python)
* pagerank.c (Legacy C)

* Also see: http://pagerank.phurix.net/

UPDATE 06/10/2011:

Google has changed their code for Google PageRank lookups.

We've already updated all the code here with the new fix which is:

REPLACE:
	toolbarqueries.google.com/search

WITH:
	toolbarqueries.google.com/tbr

* Read more: http://labs.phurix.net/posts/is-google-pagerank-dead

About

Get Google Pagerank in your language. PageRank lookup scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published