Re: [BangPypers] need help in trying to create a python web bot

2009-01-13 Thread Senthil Kumaran
> Anand Balachandran Pillai wrote: >> Hi, >> > Are you trying to call the search API ? If so, the default urllib/urllib2 > actions won't help you, since all these result in GET requests. > If you try to use HTTP GET you will get "405 - Method not allowed". > > You need to POST to this API. It is

Re: [BangPypers] need help in trying to create a python web bot

2009-01-13 Thread Anand Balachandran Pillai
On Wed, Jan 14, 2009 at 11:32 AM, Dhaval Lilani wrote: > Hi, > > I am trying to create a webrobot in python that does the following. > Send a post query to google.com and print the result. > I have not had any luck with pydocs and online code examples. > I keep on getting a 405 method not allowed.

[BangPypers] need help in trying to create a python web bot

2009-01-13 Thread Dhaval Lilani
Hi, I am trying to create a webrobot in python that does the following. Send a post query to google.com and print the result. I have not had any luck with pydocs and online code examples. I keep on getting a 405 method not allowed. Regards, Dhaval ___ B