mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 14:01:13 +00:00
Removed wrong file
This commit is contained in:
parent
796be02aed
commit
65c3f73bb2
37
default.toml
37
default.toml
|
@ -1,37 +0,0 @@
|
||||||
[config]
|
|
||||||
# twitter account name without '@'
|
|
||||||
twitter_account = "SuperDuper"
|
|
||||||
|
|
||||||
# Domain name of Mastodon instance
|
|
||||||
mastodon_instance = "botsin.space"
|
|
||||||
|
|
||||||
# Mastodon username
|
|
||||||
mastodon_user = "superduperbot"
|
|
||||||
|
|
||||||
[options]
|
|
||||||
# Download videos from twitter and upload them on Mastodon
|
|
||||||
upload_videos = false
|
|
||||||
|
|
||||||
# Also post the "reply-to" tweets from twitter account
|
|
||||||
post_reply_to = false
|
|
||||||
|
|
||||||
# Do not post the retweets of other twitter accounts
|
|
||||||
skip_retweets = false
|
|
||||||
|
|
||||||
# Clean up URLs in tweets to remove trackers (UNIMPLEMENTED)
|
|
||||||
remove_trackers_from_URL = 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)
|
|
||||||
tweet_max_age = 1
|
|
||||||
|
|
||||||
# Minimum age of tweet before posting (in minutes)
|
|
||||||
tweet_delay = 15
|
|
||||||
|
|
||||||
# Maximum number of toots to post in this run
|
|
||||||
twoot_cap = 1
|
|
Loading…
Reference in New Issue
Block a user