10Mar/100
Googler.php
Googler is a simple command line URL fetcher using google search. Googler uses DOM parsing to find the URL for the entered search string.
Googler requires php5 and php_curl to run.
Example:
$ ./googler.php "google"
Results: 101
URL:
http://www.google.com/intl/el/
URL:
http://www.google.com/
URL:
http://www.google.gr/
.
.
.
URL:
http://infolab.stanford.edu/~backrub/google.html
URL:
http://www.google.to/
$./googler.php
[googler v1.0 - by Cirrus [0x0lab.org]]
Usage: ./googler.php "search string" [num_of_result_pages]
Example: ./googler.php "allinurl:.php?id= site:.gr" 2
Download: Googler.php