Portmanteau bot for Mastodon
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.

34 lines
1.1 KiB

# Log name
#name = "portmanteau"
[defaults]
# Name of the application as listed in the account settings on the server
#app_name = "PortmanteauBot"
# 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
[clients]
# The client name (in quotes below) is displayed in log messages, and is
# used as the default hostname of the server to connect to, and as the
# default base name of the various files and folders that are used by
# each client.
[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 = "clients/mastodon.social/client.secret"
# Where to store the authorisation key for the user account
#user_file = "clients/mastodon.social/user.secret"
# Where to store the persisted state of the client
#state_file = "clients/mastodon.social/state.json"