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 ofyour_posts_n.jsonfile extracted from data archive (default:None)
tool options¶
output options¶
--color,--no-color- enable or disable the use of color in the output (default: True) (default:True)-fFORMAT,--formatFORMAT- export data as plain, newline-delimited, or pretty-printed JSON, or not at all (default:ndjson)