No input files found under raw_data/messenger
KolbySisk opened this issue · 2 comments
KolbySisk commented
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
mar-muel commented
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