From 39ddca80c55fd3f8b4ae2c71f3f00b2d8f796f77 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Tue, 28 May 2019 01:48:35 -0400 Subject: [PATCH] Update readme with info about unliking pages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b6eaa6b..d210890 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ requirements.txt`, then you can just run `python -m deletefb.deletefb.py` in the * The tool supports passing the `--year` flag in order to delete wall posts by year. It is incompatible with any mode other than `wall`. +## Unlike Pages +* You may use `-M unlike_pages` to unlike all of your pages. The names of the + pages will be archived (unless archival is turned off), and this option + conflicts with the year option. + ## Archival * The tool will archive everything being deleted by default in `.log` files. Currently they are simply stored as JSON objects for each line in the log. It