Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graup/kakaotalk-analyzer
Litte Python script to get statistics from KakaoTalk message export files
https://github.com/graup/kakaotalk-analyzer
Last synced: about 2 months ago
JSON representation
Litte Python script to get statistics from KakaoTalk message export files
- Host: GitHub
- URL: https://github.com/graup/kakaotalk-analyzer
- Owner: graup
- License: mit
- Created: 2014-05-11T07:49:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T17:48:35.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T13:07:26.861Z (3 months ago)
- Language: Python
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kakaotalk-analyzer
==================Litte Python script to get statistics from KakaoTalk message export files.
This is totally work-in-progress, but I will try to only put at
least kind of functional versions up on GitHub.Last tested with KakaoTalk version 4.5.2. Should work with most older versions, too.
Feedback
--------Feedback and pull requests very welcome! You can also create issues if you have ideas
for analysis I could add.How to export messages
----------------------- In the app, go to a chatroom and select Settings (설정) -> Export Messages (대화내용 이메일로 보내기) -> Send Text Messages Only (텍스트 메시지만 보내기)
- Send the export to your own email account and save the files in some folder.Usage
-----Open a console and run `python kakaotalk.py path-to-file.txt action [period]`
KakaoTalk splits export files after 1MB. The tool will automatically find the other parts,
you just need to read in the first file.Run `python kakaotalk.py` to see available options.
Example output
--------------`python kakaotalk.py path-to-file.txt stat week`
![Example plot](http://f.cl.ly/items/1r0C1l2G1C1P0c1w2x1t/Screen%20Shot%202015-02-06%20at%2018.35.13.png)