mirror of
https://github.com/fotoente/MIsskey-ebooks-bot
synced 2024-11-26 21:30:22 +00:00
Including example config file
This commit is contained in:
parent
6d18d30bf8
commit
b9b673328d
1 changed files with 18 additions and 0 deletions
18
example-bot.cfg
Normal file
18
example-bot.cfg
Normal 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
|
||||
|
Loading…
Reference in a new issue