mirror of
https://codeberg.org/vlw/misskey-microblogger.git
synced 2025-09-13 19:03:41 +02:00
88 lines
No EOL
1.2 KiB
JSON
88 lines
No EOL
1.2 KiB
JSON
{
|
|
"key": "API_KEY",
|
|
"online": {
|
|
"intervals": []
|
|
},
|
|
"actions": {
|
|
"posts": {
|
|
"public": {
|
|
"percent": 0,
|
|
"cooldown": 0
|
|
},
|
|
"specified": {
|
|
"percent": {
|
|
"partner": 0,
|
|
"friends": 0,
|
|
"neutral": 0,
|
|
"enemies": 0
|
|
},
|
|
"cooldown": 0
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"note": {
|
|
"text_length": {
|
|
"flux": 0,
|
|
"average": 0
|
|
}
|
|
},
|
|
"relationships": {
|
|
"friends": [],
|
|
"enemies": [],
|
|
"partner": null
|
|
}
|
|
} |