mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-04-13 16:26:01 +00:00
Cleaned up default
This commit is contained in:
parent
7266662734
commit
3b5643d132
12
default.toml
12
default.toml
@ -1,12 +1,12 @@
|
|||||||
[config]
|
[config]
|
||||||
# twitter account name without '@'
|
# twitter account name without '@'
|
||||||
twitter_account = "unrealengine"
|
twitter_account = ""
|
||||||
|
|
||||||
# Domain name of Mastodon instance
|
# Domain name of Mastodon instance
|
||||||
mastodon_instance = "i"
|
mastodon_instance = ""
|
||||||
|
|
||||||
# Mastodon username (login email address)
|
# Mastodon username (login email address)
|
||||||
mastodon_user = "u"
|
mastodon_user = ""
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
# Download videos from twitter and upload them on Mastodon
|
# Download videos from twitter and upload them on Mastodon
|
||||||
@ -23,15 +23,15 @@ skip_retweets = false
|
|||||||
|
|
||||||
# Replace redirected links in tweets with direct URLs
|
# Replace redirected links in tweets with direct URLs
|
||||||
# Default is false
|
# Default is false
|
||||||
remove_link_redirections = true
|
remove_link_redirections = false
|
||||||
|
|
||||||
# Clean up URLs in tweets to remove trackers
|
# Clean up URLs in tweets to remove trackers
|
||||||
# Default is false
|
# Default is false
|
||||||
remove_trackers_from_urls = true
|
remove_trackers_from_urls = false
|
||||||
|
|
||||||
# Maximum age of tweet to post (in days, decimal values accepted)
|
# Maximum age of tweet to post (in days, decimal values accepted)
|
||||||
# Default is 1
|
# Default is 1
|
||||||
tweet_max_age = 2
|
tweet_max_age = 1
|
||||||
|
|
||||||
# Minimum age of tweet to post (in minutes)
|
# Minimum age of tweet to post (in minutes)
|
||||||
# Default is 0 (post tweet as soon as possible)
|
# Default is 0 (post tweet as soon as possible)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user