2020-04-20 12:14:58 +02:00
|
|
|
# access_token : the access token from the app you created in Mastodon at Settings - Development
|
2020-07-04 02:58:23 +02:00
|
|
|
# username : your username without the "@" or server domain.
|
|
|
|
# base_url : the base url of your Mastodon server, without the "https://"
|
2020-05-09 06:45:38 +02:00
|
|
|
# days_to_keep : number of days to keep toots. Defaults to 365
|
|
|
|
# keep_pinned : either true or false - if true, any pinned toots will be kept (default false)
|
|
|
|
# toots_to_keep : a list of toot ids indicating toots to be kept regardless of other settings
|
2020-07-04 02:58:23 +02:00
|
|
|
# hashtags_to_keep : a list of hashtags, where any toots with any of these hashtags will be kept. Do not include the "#" symbol
|
|
|
|
# visibility_to_keep : any toots with visibility settings in this list will be kept. Options are: "public", "unlisted", "private", "direct"
|
2020-06-28 14:04:29 +02:00
|
|
|
# archive : path to a writeable directory into which toots are "archived" as JSON files
|
2020-04-20 12:14:58 +02:00
|
|
|
|
|
|
|
# you can list only one user, or multiple users
|
|
|
|
# each user account should be preceded by a single dash, and indented, as per below
|
|
|
|
-
|
2020-07-18 07:45:20 +02:00
|
|
|
# full example
|
2020-04-20 12:14:58 +02:00
|
|
|
access_token : ZA-Yj3aBD8U8Cm7lKUp-lm9O9BmDgdhHzDeqsY8tlL0
|
|
|
|
username : alice
|
|
|
|
base_url : ausglam.space
|
|
|
|
days_to_keep : 14
|
2020-05-09 06:45:38 +02:00
|
|
|
keep_pinned : true
|
2020-04-20 12:14:58 +02:00
|
|
|
toots_to_keep :
|
|
|
|
- 103996285277439262
|
|
|
|
- 103976473612749097
|
|
|
|
- 103877521458738491
|
2020-05-09 06:45:38 +02:00
|
|
|
hashtags_to_keep :
|
|
|
|
- python
|
|
|
|
- glamblogclub
|
2020-04-20 12:14:58 +02:00
|
|
|
visibility_to_keep :
|
|
|
|
- direct
|
|
|
|
- private
|
2020-07-18 07:45:20 +02:00
|
|
|
archive : Users/alice/toots_archive/ausglam/
|
2020-04-20 12:14:58 +02:00
|
|
|
-
|
2020-07-18 07:45:20 +02:00
|
|
|
# minimal example
|
2020-05-09 06:45:38 +02:00
|
|
|
# values other than access_token, username, and base_url are all optional
|
2020-04-20 12:14:58 +02:00
|
|
|
access_token : AZ-Yj3aBD8U8Cm7lKUp-lm9O9BmDgdhHzDeqsY8tlL9
|
|
|
|
username : bob
|
|
|
|
base_url : aus.social
|
2020-06-28 14:04:29 +02:00
|
|
|
days_to_keep : 30
|