Google search Python script, without using APIs -


most of google search python scripts use either www::mechanize or google apis.

how write script without using these , json objects?

you can construct url query yourself, if like, , make request using urllib2 or of like. urls google search queries explained here.

of course, really, there's no shame in using apis.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -