Skip to content

A JS library to read Google Hangout data thats been exported with Google Takeout

License

Notifications You must be signed in to change notification settings

ddgromit/takeout-hangouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangouts

Hangouts reads the Google Takeout dump of your Google Hangouts data. This includes conversations, the people in your conversations, and metadata about when video chats started and stoppped.

Google doesn't currently have an API for hangouts, so this is the only way to read your conversation history.

This library should be runnable both in node.js and in the browser (requires underscore.js)

Getting your data

  1. Load Google Takeout
  2. Make sure "Hangouts" is selected and hit "Create Archive"
  3. Extract Hangouts/Hangouts.json from the zip file

Compiling

Install grunt:

npm install -g grunt-cli && npm install grunt-contrib-coffee

Compile into the .js file:

grunt coffee

Run tests:

grunt mochaTest

About

A JS library to read Google Hangout data thats been exported with Google Takeout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published