update README

This commit is contained in:
io 2022-07-02 22:19:24 +00:00
parent 40e3867f82
commit bdb3b68dfe
1 changed files with 1 additions and 5 deletions

View File

@ -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