diff --git a/README.md b/README.md index c84dac3..82274a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Twoot is a python script that extracts tweets from a twitter feed and reposts them as toots on a Mastodon account. +**UPDATE 08 OCT 2022** VERSION 2.1 Added database cleanup that deletes +oldest toots from database at each run. Keep MAX_REC_COUNT (50 by default) +rows in db for each twitter feed. + **UPDATE 14 SEP 2022** Added information about the status of throttling applied by the Mastodon instance in the debug log. Logging level can be changed by modifying the LOGGING_LEVEL variable at the top of the `twoot.py` file.