Mass delete google voice messages
Posted on Tue 11 March 2014 in posts
Install simplejson
sudo pacman -S python-simplejson
Install py-googlevoice from aur
yaourt -S python-pygooglevoice
Change line 70 of voice.py
in usr/lib/python2.7/site-packages/googlevoice/voice.py galx = re.search(r"name=\"GALX\" type=\"hidden\"\n *value=\"(.+)\"", content).group(1)