Showcase Config for Catsnkittens

Below is the current configuration for the Showcase Mastodon account:

 1# This is the config file for Tootbot! You must restart the bot for any changes to take effect.
 2
 3# General settings
 4[BotSettings]
 5# File name for the cache spreadsheet (default is 'cache.csv')
 6CacheFile: cache.csv
 7# Minimum delay between social media posts, in seconds (default is '600')
 8DelayBetweenPosts: 3593
 9RunOnceOnly: false
10# Minimum position of post on subreddit front page that the bot will look at (default is '10')
11PostLimit: 5
12# Allow NSFW Reddit posts to be posted by the bot
13# NSFW media will be marked as sensitive, regardless of this setting
14NSFWPostsAllowed: false
15NSFWPostsMarked: false
16# Allow Reddit posts marked as spoilers to be posted by the bot
17SpoilersAllowed: true
18# Allow Reddit self-posts to be posted by the bot
19SelfPostsAllowed: false
20# List of hashtags to be used on every post, separated by commas without # symbols (example: hashtag1, hashtag2)
21# Leaving this blank will disable hashtags
22Hashtags: cat
23LogLevel: INFO
24
25[Subreddits]
26cats: cats
27kittens: kittens
28bodegacats: bodegacats
29
30
31# Settings related to promotional messages
32[PromoSettings]
33# How often should the promotional message be added
34# Setting is for a promotional message to be added every x messages
35# I.e. 0 = no promotional messages added ever
36#      1 = promotional message added to every new post
37#      2 = promotional message added to every 2nd new post
38#      n = promotional message added to every nth new post
39PromoEvery: 0
40# Actual Promotional message to be added
41PromoMessage: ...
42
43#Settings around Health Checks
44[HealthChecks]
45# This is the part of the URL before the unique id UID of the check. Could be something like
46# https://hc-ping.com or https://hc.example.com:8000/ping/
47# To disable Healthchecks leave the BaseUrl empty
48BaseUrl: <<redacted>>
49# This is the unique identified for the health check you set-up in your HealthChecks account.
50# It will be in the format: 5e9b16c5-27ce-4069-8317-05b78227c3a2
51UID: 5bdced0f-eca1-490e-bd6f-50e15bc7527d
52
53# Settings related to media attachments
54[MediaSettings]
55# Folder name for media downloads (default is 'media')
56MediaFolder: media
57# Set the bot to only post Reddit posts that directly link to media
58# Links from Gfycat, Giphy, Imgur, i.redd.it, and i.reddituploads.com are currently supported
59MediaPostsOnly: true
60
61# Mastodon settings
62[Mastodon]
63# Name of instance to log into (example: mastodon.social), leave blank to disable Mastodon posting
64InstanceDomain: botsin.space
65# Sets all media attachments as sensitive media, this should be left on 'true' in most cases (note: images from NSFW Reddit posts will always be marked as sensitive)
66# More info: https://gist.github.com/joyeusenoelle/74f6e6c0f349651349a0df9ae4582969#what-does-cw-mean
67SensitiveMedia: false