kichkasch / pisi

PISI is synchronizing information
http://freshmeat.net/projects/pisiom
GNU General Public License v3.0
7 stars 0 forks source link

Integrate Google Captcha #34

Closed kichkasch closed 14 years ago

kichkasch commented 14 years ago

Hi, when trying to sync my contacts to google yesterday, pisigui failed. Commandline invocation revealed that a captcha was asked for during login at google, and after a searching the net I came across a little python snippet that checks for this rare condition and prints the captcha-url to visit. Maybe this functionality could be incorporated into pisi, too?

HTH, Stefan

http://github.com/rtucker/gdata-captcha/blob/master/gdata-captcha.py ( Had to hardcode my password, as getpass wasn't installed )

kichkasch commented 14 years ago

Done, a message is shown providing the URL together with a textfield to provide the capture solution (working in both CLI and GUI).