pygooglevoice
pygooglevoice copied to clipboard
Is this project dead?
Is this project dead? If not, when is the last known working date of this Python API working with Google Voice?
Google has apparently recently changes their Voice interface: http://apple.stackexchange.com/a/189766/13179
I haven't tested it in a while, but I have a slightly different version of the pygooglevoice that worked on Nov 1st 2014. https://github.com/voltnor/SmokeSignals/tree/master/lib/googlevoice. I remember having to revert parts of pygooglevoice to older code to get it to work.
This version still works https://code.google.com/r/kkleidal-pygooglevoiceupdate/
On 6/4/15, 1:33 PM, Tom Enos wrote:
This version still works https://code.google.com/r/kkleidal-pygooglevoiceupdate/
Thanks, quite helpful. Does the above still work even after Google's very-recent Voice API changes ( http://apple.stackexchange.com/a/189766/13179 )?
This was never really a "project", I just briefly resurrected the original (which had actually been dead for 2 years already) from googlecode a few years ago and stuck it up here so I could use it. I would definitely go for an alternative.
Seems to work, I can login, send and receive texts. haven't tested much else
On 6/4/15, 1:50 PM, Tom Enos wrote:
[ https://code.google.com/r/kkleidal-pygooglevoiceupdate ] Seems to work, I can login, send and receive texts. haven't tested much else
Perfect, that's all I'm looking to do in the near term. Thanks.
On 6/4/15, 1:49 PM, Nick Pettazzoni wrote:
This was never really a "project", I just briefly resurrected the original (which had actually been dead for 2 years already) from googlecode a few years ago and stuck it up here so I could use it. I would definitely go for an alternative.
Understood, thanks. If I do attempt anything, I'll be trying Tom's reference above.
I am getting a LoginError. Are we sure this still works? I've tried both this project and the kkleidal project.
The kkleidal version is working. I just tested it. Wed, Jun 17 2015 23:05 PDT
You should uninstall any old versions and also delete any pyc files for those version.
It's looking like maybe I can't get around google's suspicious activity filter.
You’ll have to enable “less secure login” https://support.google.com/accounts/answer/6010255
thanks tom-slick, I think thats the problem.