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 15:25:43 +00:00
|
|
|
mastodon_user = "superduperbot"
|
|
|
|
|
|
|
|
[options]
|
2022-11-17 16:15:13 +00:00
|
|
|
# Download videos from twitter and upload them on Mastodon
|
2022-11-17 15:25:43 +00:00
|
|
|
upload_videos = false
|
2022-11-17 16:15:13 +00:00
|
|
|
|
|
|
|
# Also post the "reply-to" tweets from twitter account
|
2022-11-17 15:25:43 +00:00
|
|
|
post_reply_to = false
|
2022-11-17 16:15:13 +00:00
|
|
|
|
|
|
|
# Do not post the retweets of other twitter accounts
|
2022-11-17 15:25:43 +00:00
|
|
|
skip_retweets = false
|
2022-11-17 16:15:13 +00:00
|
|
|
|
2022-11-17 16:18:51 +00:00
|
|
|
# Clean up URLs in tweets to remove trackers (UNIMPLEMENTED)
|
2022-11-17 15:25:43 +00:00
|
|
|
remove_trackers_from_URL = false
|
2022-11-17 16:15:13 +00:00
|
|
|
|
2022-11-17 16:18:51 +00:00
|
|
|
# Rewrite URLs to use invidious instance instead of youtube (UNIMPLEMENTED)
|
2022-11-17 15:25:43 +00:00
|
|
|
substitute_invidious = false
|
2022-11-17 16:15:13 +00:00
|
|
|
|
2022-11-17 16:18:51 +00:00
|
|
|
# Rewrite URLs to use nitter instance instead of twitter (UNIMPLEMENTED)
|
2022-11-17 15:25:43 +00:00
|
|
|
substitute_nitter = false
|
|
|
|
|
2022-11-17 16:15:13 +00:00
|
|
|
# Maximum age of tweet to post (in days, decimal values accepted)
|
|
|
|
tweet_max_age = 1
|
|
|
|
|
|
|
|
# Minimum age of tweet before posting (in minutes)
|
2022-11-17 15:25:43 +00:00
|
|
|
tweet_delay = 15
|
2022-11-17 16:15:13 +00:00
|
|
|
|
|
|
|
# Maximum number of toots to post in this run
|
2022-11-17 15:25:43 +00:00
|
|
|
twoot_cap = 1
|