mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 12:31:12 +00:00
added new keys to toml
This commit is contained in:
parent
9957823cce
commit
33b590c5f4
19
default.toml
19
default.toml
|
@ -23,11 +23,11 @@ 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
|
||||||
|
@ -39,4 +39,17 @@ 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 = 1
|
toot_cap = 0
|
||||||
|
|
||||||
|
[options.substitution]
|
||||||
|
# Replace twitter links by random alternative out of this list
|
||||||
|
# Default is []
|
||||||
|
twitter = ["nitter.net", ]
|
||||||
|
|
||||||
|
# Replace youtube.com link by random alternative out of this list
|
||||||
|
# Default is []
|
||||||
|
youtube = ["piped.kavin.rocks", ]
|
||||||
|
|
||||||
|
# Replace reddit.com link by random alternative out of this list
|
||||||
|
# Default is []
|
||||||
|
reddit = ["teddit.net", ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user