markey/config__.default.py
will 2c6858e306 It's a fork now
Most notably, I've moved a bunch of options to a
separate config file and added the ability to not
use a CW by leaving that field blank. Plus updated
the README
2024-05-20 16:28:48 -06:00

15 lines
No EOL
437 B
Python

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