mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-20 07:12:05 +00:00
Cleaned up default.toml
This commit is contained in:
parent
b161118cf8
commit
be8592e1fe
20
default.toml
20
default.toml
|
@ -1,38 +1,38 @@
|
||||||
[config]
|
[config]
|
||||||
# twitter account name without '@'
|
# twitter account name without '@'
|
||||||
twitter_account = "SuperDuper"
|
twitter_account = ""
|
||||||
|
|
||||||
# Domain name of Mastodon instance
|
# Domain name of Mastodon instance
|
||||||
mastodon_instance = "botsin.space"
|
mastodon_instance = ""
|
||||||
|
|
||||||
# Mastodon username
|
# Mastodon username
|
||||||
mastodon_user = "botowner@example.com"
|
mastodon_user = ""
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
# Download videos from twitter and upload them on Mastodon
|
# Download videos from twitter and upload them on Mastodon
|
||||||
# Default is false
|
# Default is false
|
||||||
upload_videos = true
|
upload_videos = false
|
||||||
|
|
||||||
# Also post the "reply-to" tweets from twitter account
|
# Also post the "reply-to" tweets from twitter account
|
||||||
# Default is false
|
# Default is false
|
||||||
post_reply_to = true
|
post_reply_to = false
|
||||||
|
|
||||||
# Do not post the retweets of other twitter accounts
|
# Do not post the retweets of other twitter accounts
|
||||||
# Default is false
|
# Default is false
|
||||||
skip_retweets = true
|
skip_retweets = 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)
|
||||||
tweet_delay = 15
|
tweet_delay = 0
|
||||||
|
|
||||||
# Maximum number of toots to post in this run
|
# Maximum number of toots to post in this run
|
||||||
# Default is 0 (which means unlimited)
|
# Default is 0 (which means unlimited)
|
||||||
toot_cap = 2
|
toot_cap = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user