21 lines
618 B
JSON
21 lines
618 B
JSON
{
|
|
"pk_key": "// Pluralkit token",
|
|
"sp_key": "// Simplplural token",
|
|
"avatar_module": {
|
|
"enabled": false,
|
|
"avatar_folder": "// Folder to grab profile pictures, they follow they member1member2...memberX.png format",
|
|
"avatar_output_path": "// Path for the copied selected avatar"
|
|
},
|
|
"disc_module": {
|
|
"enabled": false,
|
|
"token": "// Discord user token",
|
|
"python_path": "// Path to the python executable",
|
|
"script_path": "// Path to updatediscordavatar.py"
|
|
},
|
|
"fedi_module": {
|
|
"enabled": false,
|
|
"instance" : "// Fedi instance url",
|
|
"token": "// Fedi bearer token"
|
|
}
|
|
}
|