From bdb3b68dfed5f056e816d90ec25108920274bc99 Mon Sep 17 00:00:00 2001 From: io Date: Sat, 2 Jul 2022 22:19:24 +0000 Subject: [PATCH] update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cfbac4c..fac05bc 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,7 @@ $ # fill out config.toml as needed $ ./mirror_bot.py ``` -Every time you run mirror_bot.py, the timestamp of the last post on the original account -will be checked against the timestamp file. If newer, the last post will be mirrored. - -This should therefore be run as often as the original bot posts (e.g. using cron), -because any less often and the bot will miss some posts. +Every time you run mirror_bot.py, all posts since the last run will be mirrored. ## License