I am trying to make python script for google keyword tool. The issue comes with getting captcha image.
What i am trying to do is get src or url of image, pass it to urllib, retrieve, save image then pass to decaptcher for decoding...
The problem is that the url of captcha on google keyword suggestion is always the same url. Like www.google.com/captchas ... so if i would pass this url to urllib that should get the image and download it then it would load another image and not the original one that is needed for account creation.
So, i can pass the url of captcha to urllib but what is the point if it is same for every captcha image. Damn, i even confuse myself writting this, sorry for complex explanation...
What i am trying to do is get src or url of image, pass it to urllib, retrieve, save image then pass to decaptcher for decoding...
The problem is that the url of captcha on google keyword suggestion is always the same url. Like www.google.com/captchas ... so if i would pass this url to urllib that should get the image and download it then it would load another image and not the original one that is needed for account creation.
So, i can pass the url of captcha to urllib but what is the point if it is same for every captcha image. Damn, i even confuse myself writting this, sorry for complex explanation...