It is the program for parsing of search engines Google and Yandex.
Only for home use!
The program uses a proxy server, User-Agents substitution, substitution of IP addresses (for regional search).
Example:
//Creates a copy of a class of parsing of Google.
//Parameters:
//-Depth of request
//-A key received from Google (search service on own site)
//-Timeout
//-Host
gMachine=GoogleMachine(50,‘keygoogle’,1000,‘root.com’)
//Function returns a line item in Google output <
//Parameters:
//-Request
//-User-Agent
//-An IP address (for regional search)
result=gMachine.parse(‘site home’, ‘Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2’, ‘81.25.195.28’)
print result