mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 12:31:12 +00:00
Improved comments
This commit is contained in:
parent
4a30746f25
commit
06e4e8b9a2
13
default.toml
13
default.toml
|
@ -10,22 +10,29 @@ mastodon_user = "botowner@example.com"
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
# Download videos from twitter and upload them on Mastodon
|
# Download videos from twitter and upload them on Mastodon
|
||||||
|
# Default is false
|
||||||
upload_videos = true
|
upload_videos = true
|
||||||
|
|
||||||
# Also post the "reply-to" tweets from twitter account
|
# Also post the "reply-to" tweets from twitter account
|
||||||
|
# Default is false
|
||||||
post_reply_to = true
|
post_reply_to = true
|
||||||
|
|
||||||
# Do not post the retweets of other twitter accounts
|
# Do not post the retweets of other twitter accounts
|
||||||
|
# Default is false
|
||||||
skip_retweets = true
|
skip_retweets = true
|
||||||
|
|
||||||
# Clean up URLs in tweets to remove trackers
|
# Clean up URLs in tweets to remove trackers
|
||||||
|
# Default is false
|
||||||
remove_trackers_from_urls = true
|
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)
|
||||||
tweet_max_age = 2.0
|
# Default is 1
|
||||||
|
tweet_max_age = 2
|
||||||
|
|
||||||
# Minimum age of tweet before posting (in minutes)
|
# Minimum age of tweet to post (in minutes)
|
||||||
tweet_delay = 15.0
|
# Default is 0 (post tweet as soon as possible)
|
||||||
|
tweet_delay = 15
|
||||||
|
|
||||||
# Maximum number of toots to post in this run
|
# Maximum number of toots to post in this run
|
||||||
|
# Default is 0 (which means unlimited)
|
||||||
toot_cap = 2
|
toot_cap = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user