New version in README

This commit is contained in:
jeancf 2022-10-08 10:32:42 +02:00
parent ebf32cebc9
commit b386eae528

View File

@ -3,6 +3,10 @@
Twoot is a python script that extracts tweets from a twitter feed and Twoot is a python script that extracts tweets from a twitter feed and
reposts them as toots on a Mastodon account. 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 **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 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. by modifying the LOGGING_LEVEL variable at the top of the `twoot.py` file.