Skip to content

0. How to start

ParkSangJun edited this page Mar 11, 2019 · 15 revisions

download my sources

git clone --depth=1 https://github.com/psj8252/KakaoAnal.git

Main module is kakaoAnalyzer.py so you can start by running kakaoAnalyzer.py

python version is 3.

type python kakaoAnalyzer.py

then sample_main will start.

  1. Chatroom name
  2. Chat Members
  3. Message Count
  4. Message Rate
  5. View a day conversation
  6. View a person words by frequency
  7. Exit :

you can use this sample code.

Clone this wiki locally