mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-17 13:58:11 +00:00
Compare commits
3 Commits
608bc7519f
...
b04b7dc195
Author | SHA1 | Date | |
---|---|---|---|
|
b04b7dc195 | ||
|
f96d8fa93c | ||
|
514a1b3304 |
|
@ -13,7 +13,7 @@ maintained solution.
|
|||
|
||||
**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.
|
||||
rows in db for each twitter feed.t
|
||||
|
||||
**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
|
||||
|
|
1
twoot.py
1
twoot.py
|
@ -307,6 +307,7 @@ def main(argv):
|
|||
logging.info(' -i ' + mast_instance)
|
||||
logging.info(' -m ' + mast_account)
|
||||
logging.info(' -r ' + str(tweets_and_replies))
|
||||
logging.info(' -s ' + str(suppress_retweets))
|
||||
logging.info(' -v ' + str(get_vids))
|
||||
logging.info(' -a ' + str(max_age))
|
||||
logging.info(' -d ' + str(min_delay))
|
||||
|
|
Loading…
Reference in New Issue
Block a user