ErikBjare / chatalysis

Analyse (group)chat messages. Currently supports: Facebook Messenger. Planned: Signal, Discord, WhatsApp
34 stars 1 forks source link

Folder structure changed? #6

Closed alexriabtsev closed 4 years ago

alexriabtsev commented 4 years ago

Hello, Erik!

Thanks for nice tool! But I didn't get it working unforunately. I've extracted the archive into ./data/private and have subfolders facebook-myusername/messages/ and then folders:

Should it be like this? I tried to run python3 main.py and got name msgs days words


Messages sent by me: 0 year # msgs words chars


k days max streak most used emoji


PS me changed in main.py ;)

ErikBjare commented 4 years ago

Yeah, I haven't looked at it but I'd guess that a lot has changed in the export format (notably, there should now also be json available, so it should no longer need to parse the raw HTML).

I haven't been running the code on the updated exports so it's unfortunately incompatible atm. I might look into fixing this in the future but not anytime soon. Feel free to investigate and make a PR if you have the time :)

ErikBjare commented 4 years ago

Found some time and fixed it today. Closing.

alexriabtsev commented 4 years ago

thanks Erik! Will check it :)