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.json
file 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
)-f
FORMAT
,--format
FORMAT
- export data as plain, newline-delimited, or pretty-printed JSON, or not at all (default:ndjson
)