Skip to content

Instantly share code, notes, and snippets.

@dacapo1142
Created June 29, 2024 14:41
Show Gist options
  • Save dacapo1142/44f0ecb46a3281a024469924330cd219 to your computer and use it in GitHub Desktop.
Save dacapo1142/44f0ecb46a3281a024469924330cd219 to your computer and use it in GitHub Desktop.
Convert stupid facebook message json into normal json line format
jq -c '.messages[0:-1].[]' $1 | python3 -c 'import sys; print(sys.stdin.read().encode("latin1").decode("utf8"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment