Skip to content

dbubel-rm/hangouts_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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