model_file = "model.json" # Path to the model generated by import_misskey.py # I had to use absolute paths to get the cronjob to work (ie. /path/to/file.json instead of just file.json) instance_url = "example.com" # Domain of the instance the bot is on, eg. botsin.space cw = "markov bot generated post" # Content warning to put on the bot's posts character_limit = 80 # Maximum length of the posts log_length = 96 # Currently unused