MasterScrat/Chatistics

No input files found under raw_data/messenger

KolbySisk opened this issue · 2 comments

I followed the steps outlined in the readme.

Downloaded messages from facebook in JSON format. Unzipped and put the content from the messages folder in my raw_data/messenger directory.

When I run python parse.py messenger I get this error:

2020-01-23 04:27:34,164 [INFO ] [parsers.mess]: Parsing Facebook messenger data...
2020-01-23 04:27:34,165 [ERROR] [parsers.mess]: No input files found under raw_data/messenger

chatistics_folders

Hi @KolbySisk ! Thanks for your message.

Your JSON files are probably 1 level too deep down in the folder for it to be found.

Probably related to #39

You were right, thanks @mar-muel