1
0
Autopost/config.example.json
아르페 b9ffca44c2
refactor: use json for config
feat: options for rate, visibility, template
feat: more flexible get line
2023-11-24 14:13:21 +09:00

12 lines
299 B
JSON

{
"token": "YOUR_ACCESS_TOKEN_HERE",
"origin": "YOUR_MISSKEY_SERVER_HERE",
"max_duplicate": 3,
"rate": 60,
"visibility": "home",
"worksheet": "YOUR_WORKSHEET_URL_HERE",
"template": {
"auto": "{note}",
"mention": "{note}\n \nFrom {from} ({number})"
}
}