Tom Enos
Tom Enos
They added a new input type on the login form "gxf" you can try editing voice.py ``` # holy hackjob galx = re.search(r"type=\"hidden\"\s+name=\"GALX\"\s+value=\"(.+)\"", content).group(1) gxf = re.search(r"type=\"hidden\"\s+name=\"gxf\"\s+value=\"(.+)\"", content).group(1) result =...
With the version I'm using I only needed to add the gxf bit
This version still works https://code.google.com/r/kkleidal-pygooglevoiceupdate/
Seems to work, I can login, send and receive texts. haven't tested much else
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.
You’ll have to enable “less secure login” https://support.google.com/accounts/answer/6010255
Code works as is with no changes. Did you get everything right in your .gvoice file? ``` [auth] # Google Account email address (one associated w/ your Voice account) [email protected]...
I don't know. I'm not in that situation so I could not even test that.
I did a clean install of the software (no changes to the download) and then created the auth file and it logged in without errors on the first try. It's...
Debian and Raspbian. python 2.7