https://github.com/jonas-scholz123/whatsapp-analysis
Python tool to show messages over time in whatsapp
https://github.com/jonas-scholz123/whatsapp-analysis
Last synced: 11 days ago
JSON representation
Python tool to show messages over time in whatsapp
- Host: GitHub
- URL: https://github.com/jonas-scholz123/whatsapp-analysis
- Owner: jonas-scholz123
- Created: 2019-04-12T22:24:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T10:50:55.000Z (about 6 years ago)
- Last Synced: 2025-03-02T11:48:53.782Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsapp-analysis
Python tool to show messages over time in whatsapp# Use
1.In the whatsapp app go on a particular chat, options, export chat, without media. This is a txt file containing your entire chat history.
2. Save said textfile in a directory of your choosing
3. In the analysis.py file specify the filepath of the textfile at the bottom of the script.
4. The width option at the bottom of the file specifies the timeframe (nr of days) that go into one bar in the graph.
5. The word_frequency_analysis() function is at this stage not great.
6. The parser works well and can be used for more analysis than messages_over_time().