google voice - python: pygooglevoice unable to login -
i'm trying utilize pygooglevoice send sms, can't acquire authentication work properly.
i'm using example: https://github.com/jluellen/pygooglevoice/blob/master/examples/sms.py
and get:
googlevoice import voice googlevoice.util import input voice = voice() user_name = "myemail" user_pass = "somepassword" voice.login(user_name, user_pass) traceback (most recent phone call last): file "<stdin>", line 1, in <module> file "/usr/local/lib/python2.7/dist-packages/googlevoice/voice.py", line 70, in login galx = re.search(r"name=\"galx\"\s+value=\"(.+)\"", content).group(1) attributeerror: 'nonetype' object has no attribute 'group'
not exclusively sure i'm doing wrong...
google has terminated back upwards xmpp. hence 3rd party api's utilize communicate fail
python google-voice
No comments:
Post a Comment