pygooglevoice icon indicating copy to clipboard operation
pygooglevoice copied to clipboard

Is this project dead?

Open johnnyutahh opened this issue 9 years ago • 11 comments

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

johnnyutahh avatar Jun 04 '15 14:06 johnnyutahh

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.

ckohnke avatar Jun 04 '15 18:06 ckohnke

This version still works https://code.google.com/r/kkleidal-pygooglevoiceupdate/

tom-slick avatar Jun 04 '15 18:06 tom-slick

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 )?

johnnyutahh avatar Jun 04 '15 18:06 johnnyutahh

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.

pettazz avatar Jun 04 '15 18:06 pettazz

Seems to work, I can login, send and receive texts. haven't tested much else

tom-slick avatar Jun 04 '15 18:06 tom-slick

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.

johnnyutahh avatar Jun 04 '15 18:06 johnnyutahh

I am getting a LoginError. Are we sure this still works? I've tried both this project and the kkleidal project.

bjlaur avatar Jun 17 '15 04:06 bjlaur

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.

tom-slick avatar Jun 18 '15 06:06 tom-slick

It's looking like maybe I can't get around google's suspicious activity filter.

bjlaur avatar Jun 18 '15 06:06 bjlaur

You’ll have to enable “less secure login” https://support.google.com/accounts/answer/6010255

tom-slick avatar Jun 18 '15 06:06 tom-slick

thanks tom-slick, I think thats the problem.

bjlaur avatar Jun 19 '15 17:06 bjlaur