A KakaoTalk chat parser that generates a CSV output with the chat frequency broken down by participant.
Required
- File path (
--filepath): The input file path exported from KakaoTalk. - Output path (
--outputpath): The output folder (e.g.C:\Users\user\Downloads) to create the output file.
Optional
- Start date (
--startdate): The start date (format: yyyyMMdd) to start parsing chats. Inclusive.- e.g. 20230325
- End date (
--enddate): The end date (format: yyyyMMdd) to stop parsing chats. Exclusive.
CSV file, in the format below:
| Key | Value |
|---|---|
| Nickname A | 89 |
| Nickname B | 87 |
| Nickname C | 5 |