A bot that tracks and auto-deletes statuses on Mastodon/Pleroma accounts after a set time if they are cringe enough
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB

name = "cringebot"
[defaults]
# Name of the application as listed in the account settings on the server
app_name = "Cringebot"
# Minimum seconds between requests to the server
rate_limit = 3
# Seconds between retrying failed requests to the server
retry_rate = 60
# Seconds between polling the server for updates
poll_interval = 15
# Minutes until cringe statuses are deleted
max_age = 90
[clients]
# By default, the client name is used as the hostname of the server and
# the base name of the files associated with the client, unless overridden
# below.
[clients."mastodon.social"]
# The URL of the server that the client connects to
#base_url = "https://mastodon.social"
# Where to store the authorisation key for the client
#client_file = "secret/mastodon.social.client"
# Where to store the authorisation key for the user account
#user_file = "secret/mastodon.social.user"
# Where to store the persisted state of the client
#state_file = "state/mastodon.social.state"
# Whether or not to register (learn from) each categorised status
# Enabling this gives the bot more data to work with, but errors
# in categorisation will self-reinforce over time if not corrected.
#register = false