1
0
Autopost/config.example.json
아르페 e3d5a2f5f4
fix: use async modules
fix: duplicate queue problem
2023-11-27 21:22:51 +09:00

14 lines
412 B
JSON

{
"token": "YOUR_ACCESS_TOKEN_HERE",
"origin": "YOUR_MISSKEY_SERVER_HERE",
"credentialsJSONFile": "./credentials.json",
"duplicateQueueAfter": 3,
"rate": 60,
"startFrom": 30,
"visibility": "home",
"worksheet": "YOUR_WORKSHEET_URL_HERE",
"template": {
"auto": "{text}",
"mention": "{text}\n \n<small>{from}에서 발췌됨. ({number}번 대사)</small>"
}
}