mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-30 15:31:11 +00:00
reasonable values
This commit is contained in:
parent
e6af746c17
commit
9957823cce
|
@ -11,7 +11,7 @@ mastodon_user = ""
|
||||||
[options]
|
[options]
|
||||||
# Download videos from twitter and upload them on Mastodon
|
# Download videos from twitter and upload them on Mastodon
|
||||||
# Default is false
|
# Default is false
|
||||||
upload_videos = false
|
upload_videos = true
|
||||||
|
|
||||||
# Also post the "reply-to" tweets from twitter account
|
# Also post the "reply-to" tweets from twitter account
|
||||||
# Default is false
|
# Default is false
|
||||||
|
@ -23,11 +23,11 @@ skip_retweets = false
|
||||||
|
|
||||||
# Replace redirected links in tweets with direct URLs
|
# Replace redirected links in tweets with direct URLs
|
||||||
# Default is false
|
# Default is false
|
||||||
remove_link_redirections = false
|
remove_link_redirections = true
|
||||||
|
|
||||||
# Clean up URLs in tweets to remove trackers
|
# Clean up URLs in tweets to remove trackers
|
||||||
# Default is false
|
# Default is false
|
||||||
remove_trackers_from_urls = false
|
remove_trackers_from_urls = true
|
||||||
|
|
||||||
# Maximum age of tweet to post (in days, decimal values accepted)
|
# Maximum age of tweet to post (in days, decimal values accepted)
|
||||||
# Default is 1
|
# Default is 1
|
||||||
|
@ -39,4 +39,4 @@ tweet_delay = 0
|
||||||
|
|
||||||
# Maximum number of toots to post in this run
|
# Maximum number of toots to post in this run
|
||||||
# Default is 0 (which means unlimited)
|
# Default is 0 (which means unlimited)
|
||||||
toot_cap = 0
|
toot_cap = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user