MasterScrat/Chatistics

Messenger Parser outdated

hundredrab opened this issue · 3 comments

I think facebook has recently changed the design for the archived messages recently; the parser for messenger is unable to detect any messages.

Ah and they provide JSON export too now... will look into it.

I made a quick-fix in 8b76d31. It now uses the JSON files which are much more efficient. There's still work to do, I took the code from @IceChen1 which works but doesn't handle group chat and doesn't populate the conversationId and conversationWithName fields.

Fixed in new version - although we lost group support on the way.