We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
raw_data/messenger
When I run python parse.py messenger I get this error:
python parse.py messenger
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
You were right, thanks @mar-muel
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: