Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 670 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 670 Bytes

Build Status Go Report Card

Google Hangout JSON parser.

Extract data from google hangout json file. At this point it only extracts conversation data. If you dont wish to compile yourself, just grab the latest build from the release tab.

Format

  • timestamp, conversation_id, participants, text

Usage:

  • ./_hangout_parser -jsonfile=your_json_file.json > outputfile.csv