/whatsapp-parser

Simple whatsapp chat parser

Primary LanguagePython

whatsapp-parser

Simple whatsapp chat parser. Main functionality is to extract and write messages to a text file, either separated by a new line or as a text corpus. My own use case for this was to use the created files as input for a markov chain.

Check out example.py on how to use.

TODO:

  • Add emoji handling functionality