mirror of
https://codeberg.org/vlw/misskey-microblogger.git
synced 2025-09-13 19:03:41 +02:00
93 lines
No EOL
1.2 KiB
JSON
93 lines
No EOL
1.2 KiB
JSON
{
|
|
"key": "API_KEY",
|
|
"online": {
|
|
"intervals": [
|
|
{
|
|
"start": {
|
|
"from": 0.00,
|
|
"to": 0.00
|
|
},
|
|
"end": {
|
|
"from": 24.00,
|
|
"to": 24.00
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"actions": {
|
|
"posts": {
|
|
"public": {
|
|
"percent": 0,
|
|
"cooldown": 86400
|
|
},
|
|
"specified": {
|
|
"percent": {
|
|
"partner": 0,
|
|
"friends": 0,
|
|
"neutral": 0,
|
|
"enemies": 0
|
|
},
|
|
"cooldown": 86400
|
|
}
|
|
},
|
|
"replies": {
|
|
"public": {
|
|
"percent": {
|
|
"partner": 0,
|
|
"friends": 0,
|
|
"neutral": 0,
|
|
"enemies": 0
|
|
}
|
|
},
|
|
"specified": {
|
|
"percent": {
|
|
"partner": 0,
|
|
"friends": 0,
|
|
"neutral": 0,
|
|
"enemies": 0
|
|
}
|
|
}
|
|
},
|
|
"reacts": {
|
|
"percent": {
|
|
"partner": 0,
|
|
"friends": 0,
|
|
"neutral": 0,
|
|
"enemies": 0
|
|
},
|
|
"prefrerred_reaction": {
|
|
"partner": null,
|
|
"friends": null,
|
|
"neutral": null,
|
|
"enemies": null
|
|
}
|
|
}
|
|
},
|
|
"personality": {
|
|
"tone": {
|
|
"probability": {
|
|
"informal": 0,
|
|
"formal": 0
|
|
}
|
|
},
|
|
"mood": {
|
|
"probability": {
|
|
"funny": 0,
|
|
"decent": 0,
|
|
"annoyed": 0
|
|
}
|
|
},
|
|
"type": {
|
|
"probability": {
|
|
"question": 0,
|
|
"exaggerated": 0,
|
|
"statement": 0
|
|
}
|
|
}
|
|
},
|
|
"relationships": {
|
|
"friends": [],
|
|
"enemies": [],
|
|
"partner": null
|
|
}
|
|
} |