Command Line

deface - CLI interface

Clean and consolidate posts exported from Facebook.

deface [-h] [-V] [--color | --no-color] [-f {json,ndjson,pretty,none}] FILE [FILE ...]

positional arguments

  • FILE - path of your_posts_n.json file extracted from data archive (default: None)

tool options

  • -h, --help - show detailed help message and exit

  • -V, --version - show program’s version number and exit

output options

  • --color, --no-color - enable or disable the use of color in the output (default: True) (default: True)

  • -f FORMAT, --format FORMAT - export data as plain, newline-delimited, or pretty-printed JSON, or not at all (default: ndjson)