hangpanels

This is a python API to interact with Hangouts export Log.


License
MIT
Install
pip install hangpanels

Documentation

HangPanels docs

Easily explore your Hangouts conversations using Pandas.

pip install hangpanels
conda install hangpanels

Docs

Check the documentation here.

How to

Get your own Google Hangouts archive from https://takeout.google.com/settings/takeout. Download the Hangouts archives, and pass the file reference as argument for the ChatsPanel() object.

from hangpanels import ChatsPanel

chats = ChatsPanel("Hangouts.json")

License

MIT Check LICENSE.md