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
Post a Comment