twoot/default.toml
2022-11-18 17:20:58 +01:00

39 lines
874 B
TOML

[config]
# twitter account name without '@'
twitter_account = ""
# Domain name of Mastodon instance
mastodon_instance = ""
# Mastodon username
mastodon_user = ""
[options]
# Download videos from twitter and upload them on Mastodon
# Default is false
upload_videos = false
# Also post the "reply-to" tweets from twitter account
# Default is false
post_reply_to = false
# Do not post the retweets of other twitter accounts
# Default is false
skip_retweets = false
# Clean up URLs in tweets to remove trackers
# Default is false
remove_trackers_from_urls = false
# Maximum age of tweet to post (in days, decimal values accepted)
# Default is 1
tweet_max_age = 1
# Minimum age of tweet to post (in minutes)
# Default is 0 (post tweet as soon as possible)
tweet_delay = 0
# Maximum number of toots to post in this run
# Default is 0 (which means unlimited)
toot_cap = 0