nmoya / whatsapp-parser

Parser to the What's App log file.
MIT License
47 stars 23 forks source link

parsers/whatsapp.py: added try/except block while parsing message timestamps #11

Closed manu-chroma closed 7 years ago

manu-chroma commented 7 years ago

ignores minority badly formatted lines

other fixes:

  1. added support for different year format directly in datetime.py and fixed error while generating compute_messages_per_weekday()

  2. also, renamed main file to chat.py to be consistant with the docs

manu-chroma commented 7 years ago

I think this PR fixes whatever trivial errors were there in this version. :) As soon as this gets reviewed and merged, I'll added pip support to the repo!

nmoya commented 7 years ago

LGTM!