From f5a6136da6a4ec29db8c2db0cbe66cadce1c4efa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Aug 2022 14:58:46 +0100 Subject: [PATCH] Mention expiring posts --- README_commandline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_commandline.md b/README_commandline.md index 64f13b4f2..3128a77b7 100644 --- a/README_commandline.md +++ b/README_commandline.md @@ -222,15 +222,15 @@ python3 epicyon.py --nickname [yournick] --domain [name] \ --undolike [url] --password [c2s password] ``` -## Archiving posts +## Archiving and Expiring posts -You can archive old posts with: +You can archive old posts and expire posts as specified within account profile settings with: ``` bash python3 epicyon.py --archive [directory] ``` -Which will move old posts to the given directory. You can also specify the number of weeks after which images will be archived, and the maximum number of posts within in/outboxes. +Which will move old posts to the given directory and delete any expired posts. You can also specify the number of weeks after which images will be archived, and the maximum number of posts within in/outboxes. ``` bash python3 epicyon.py --archive [directory] --archiveweeks 4 --maxposts 32000