[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 = true # Also post the "reply-to" tweets from twitter account post_reply_to = true # Do not post the retweets of other twitter accounts skip_retweets = true # Clean up URLs in tweets to remove trackers remove_trackers_from_urls = true # Maximum age of tweet to post (in days, decimal values accepted) tweet_max_age = 2.0 # Minimum age of tweet before posting (in minutes) tweet_delay = 15.0 # Maximum number of toots to post in this run toot_cap = 2