##gvoiceParser
####a parser for Google Voice Takeout data
0.5.0 (2013-12-26)
© 2011-2013 Avi Levin, under LGPL v2.1
The gvoiceParser project aims to make the thousands of tiny files generated from Google Voice Takeout more useful. This effort consists of three parts:
- A Python library for interpreting the HTML files working!
- A SQLite database containing the contents of all the HTML files coming soon
- A CSV generator based on the SQLite database.
gvoiceParser is a rewrite of my previous googlevoice-to-sqlite script. Ultimately, gvoiceParser will have feature parity with googlevoice-to-sqlite with more pythonic syntax and packaging.
Note that this is currently a Python 2.7 script, with dependencies on dateutil
and html5lib
.