Parses chat log backups into easy to view HTML files.
Run the script with the parameter of a Viber or Facebook or KakaoTalk chat log CSV backup and a HTML output of the chat log should be created in the same location as the script.
(Facebook is kinda ugly for now though, but does work)
(possibly, this only works on Android)
- Outside of a chat, tap the overflow button (hamburger)
- Tap Settings
- Tap "Calls and Messages"
- Tap "Email message history"
- Choose Google Drive or email it to yourself.
- It will be a ZIP file, so extract it some place.
- Follow the directions at https://github.com/ownaginatious/fbchat-archive-parser
- Use the sub-section for "Can I get each conversation into a separate file?"
(possibly this only works on Android)
- Inside the chat you want to export, tap the overflow button (hamburger)
- Tap Settings (cog wheel on the bottom-right corner)
- Tap "Export Messages"
- Either:
- Export the text only:
- Tap Send Text Only
- Choose Google Drive or email or some other app to get it off the phone
- It's a plain text file, which should be called "KakaoTalkChats.txt"
- Export the messages and media to phone storage
- Tap Save All Messages to Internal Storage
- It will be saved to /storage/emulated/internal/0/KakaoTalk/Chats/KakaoTalk_Chats_
- You'll need to conect your phone to your PC with a USB cable or use some program to explore the contents of the storage and get it off the phone.
- Note that currently this parser script doesn't handle the multimedia contents from this export, but I plan to add this.
- Export the text only:
Pass the filename of the chat log as parameter 1 and either "viber" or "messenger" or "kakao" as parameter 2, sans quotes
Needs Jinja2 and Python 3.6 and python-dateutil