twoot/default.toml

32 lines
746 B
TOML
Raw Normal View History

2022-11-17 15:25:43 +00:00
[config]
2022-11-17 16:15:13 +00:00
# twitter account name without '@'
2022-11-17 15:25:43 +00:00
twitter_account = "SuperDuper"
2022-11-17 16:15:13 +00:00
# Domain name of Mastodon instance
2022-11-17 15:25:43 +00:00
mastodon_instance = "botsin.space"
2022-11-17 16:15:13 +00:00
# Mastodon username
2022-11-17 21:03:44 +00:00
mastodon_user = "botowner@example.com"
2022-11-17 15:25:43 +00:00
[options]
2022-11-17 16:15:13 +00:00
# Download videos from twitter and upload them on Mastodon
2022-11-17 22:23:11 +00:00
upload_videos = true
2022-11-17 16:15:13 +00:00
# Also post the "reply-to" tweets from twitter account
2022-11-17 22:23:11 +00:00
post_reply_to = true
2022-11-17 16:15:13 +00:00
# Do not post the retweets of other twitter accounts
2022-11-17 22:23:11 +00:00
skip_retweets = true
2022-11-17 16:15:13 +00:00
2022-11-17 21:03:44 +00:00
# Clean up URLs in tweets to remove trackers
2022-11-17 22:23:11 +00:00
remove_trackers_from_urls = true
2022-11-17 15:25:43 +00:00
2022-11-17 16:15:13 +00:00
# Maximum age of tweet to post (in days, decimal values accepted)
2022-11-17 22:23:11 +00:00
tweet_max_age = 2.0
2022-11-17 16:15:13 +00:00
# Minimum age of tweet before posting (in minutes)
2022-11-17 22:23:11 +00:00
tweet_delay = 15.0
2022-11-17 16:15:13 +00:00
# Maximum number of toots to post in this run
2022-11-17 22:23:11 +00:00
toot_cap = 2