whatsapp-parser
whatsapp-parser copied to clipboard
Parser to the What's App log file.
Hi, I came across the below error when trying to run the program. It seems as though python is looking for 'chat.py' which doesn't seem to exist inside any of...
Hi I am getting the following message in the partition line of whatsapp.py file: Traceback (most recent call last): File "chat.py", line 239, in main() File "chat.py", line 227, in...
- fixed imports - print statements
since, the project has no dependencies, it should be relatively easy to extend support for python3. something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html
Now that more people are collaborating, we should improve our unit tests to avoid regression.
hey, the program wasn't working for me until i commented this loop https://github.com/nmoya/whatsapp-parser/blob/master/parsers/whatsapp.py#L23 it gives false negatives when running with ``tests/testChat3.txt`` can you please fix the loop. i think the...
Hi, I found this parser very useful, I am doing a school project to analyze chat data. Thank you for contributing. One thing I'd like to do is see the...