chat_analytics
chat_analytics copied to clipboard
A python CLI to summarize and visualize the number of question marks of a given Whatsapp chat history
CHAT ANALYTICS
A python CLI to summarize and visualize the number of question marks of a given Whatsapp chat history.
requirements:
- python 3.6
how to use:
- export the whatsapp chat as .txt file.
- clone or download this repo.
- install the dependencies using pip
pip install -r requirements.txt. - run
python chat_analytics.py -f <path_to_chat_history.txt>.