From b386eae528a95343a866c5b7f293556422dcf17d Mon Sep 17 00:00:00 2001 From: jeancf Date: Sat, 8 Oct 2022 10:32:42 +0200 Subject: [PATCH] New version in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.