Python for parsing Google Takeout json
Currently only handles Google Chat, not Hangouts.
{
"messages": [
{
"creator": {
"name": "firstname lastname",
"email": "[email protected]",
"user_type": "Human"
},
"created_date": "Tuesday, September 15, 2020 at 11:19:21 PM UTC",
"text": "Hello beautiful",
"topic_id": "ovpt6yptqo4"
},
Alice - Wednesday, September 16, 2020 at 12:35:38 AM UTC
How was your trip?
---
Bob - Wednesday, September 16, 2020 at 12:36:54 AM UTC
Really nice.
---
datetime is configured for precise readings, but currently commented out.
output to other formats support images? generate graphs?