twoot/default.toml
2022-11-17 22:03:44 +01:00

32 lines
747 B
TOML

[config]
# twitter account name without '@'
twitter_account = "SuperDuper"
# Domain name of Mastodon instance
mastodon_instance = "botsin.space"
# Mastodon username
mastodon_user = "botowner@example.com"
[options]
# Download videos from twitter and upload them on Mastodon
upload_videos = false
# Also post the "reply-to" tweets from twitter account
post_reply_to = false
# Do not post the retweets of other twitter accounts
skip_retweets = false
# Clean up URLs in tweets to remove trackers
remove_trackers_from_urls = false
# Maximum age of tweet to post (in days, decimal values accepted)
tweet_max_age = 1
# Minimum age of tweet before posting (in minutes)
tweet_delay = 15
# Maximum number of toots to post in this run
twoot_cap = 1