This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Parses html files produced by Google Takeout to present Google Voice call and text history in a useful way. | |
.DESCRIPTION | |
When exporting Google Voice data using the Google Takeout service, the data is delivered in the form | |
of many individual .html files, one for each call (placed, received, or missed), each text message | |
conversation, and each voicemail or recorded call. For heavy users of Google Voice, this could mean many | |
thousands of individual files, all located in a single directory. This script parses all of the html | |
files to collect details of each call or message and outputs them as an object which can then be | |
manipulated further within powershell or exported to a file. |