Including example config file

This commit is contained in:
Fotoente 2022-01-08 18:27:41 +01:00
parent 6d18d30bf8
commit b9b673328d

18
example-bot.cfg Normal file
View file

@ -0,0 +1,18 @@
[misskey]
instance_read=[domain to read from; domain.tld]
user_read=[user to read from]
instance_write=[domain where the bot is; domain.tld]
token=[token here]
[markov]
notes_count=5000
includeReplies=true
includeMyRenotes=false
excludeNsfw=true
test_output=true
tries=250
max_overlap_ratio=0.6
max_overlap_total=15
min_words=5
max_words=50