mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-21 07:42:08 +00:00
Aligned config with available features
This commit is contained in:
parent
dc8c89243c
commit
6bc4e04c7d
12
default.toml
12
default.toml
|
@ -6,7 +6,7 @@ twitter_account = "SuperDuper"
|
||||||
mastodon_instance = "botsin.space"
|
mastodon_instance = "botsin.space"
|
||||||
|
|
||||||
# Mastodon username
|
# Mastodon username
|
||||||
mastodon_user = "superduperbot"
|
mastodon_user = "botowner@example.com"
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
# Download videos from twitter and upload them on Mastodon
|
# Download videos from twitter and upload them on Mastodon
|
||||||
|
@ -18,14 +18,8 @@ post_reply_to = false
|
||||||
# Do not post the retweets of other twitter accounts
|
# Do not post the retweets of other twitter accounts
|
||||||
skip_retweets = false
|
skip_retweets = false
|
||||||
|
|
||||||
# Clean up URLs in tweets to remove trackers (UNIMPLEMENTED)
|
# Clean up URLs in tweets to remove trackers
|
||||||
remove_trackers_from_URL = false
|
remove_trackers_from_urls = false
|
||||||
|
|
||||||
# Rewrite URLs to use invidious instance instead of youtube (UNIMPLEMENTED)
|
|
||||||
substitute_invidious = false
|
|
||||||
|
|
||||||
# Rewrite URLs to use nitter instance instead of twitter (UNIMPLEMENTED)
|
|
||||||
substitute_nitter = false
|
|
||||||
|
|
||||||
# Maximum age of tweet to post (in days, decimal values accepted)
|
# Maximum age of tweet to post (in days, decimal values accepted)
|
||||||
tweet_max_age = 1
|
tweet_max_age = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user