2023-11-21 12:47:07 +01:00
|
|
|
{
|
|
|
|
|
"pk_key": "// Pluralkit token",
|
2023-11-26 10:20:09 +01:00
|
|
|
"sp_key": "// Simplplural token",
|
2024-01-14 01:57:56 +01:00
|
|
|
"avatar_module": {
|
2023-11-26 10:20:09 +01:00
|
|
|
"enabled": false,
|
2024-01-14 01:57:56 +01:00
|
|
|
"avatar_folder": "// Folder to grab profile pictures, they follow they member1member2...memberX.png format",
|
|
|
|
|
"avatar_output_path": "// Path for the copied selected avatar"
|
2023-11-26 10:20:09 +01:00
|
|
|
},
|
|
|
|
|
"disc_module": {
|
|
|
|
|
"enabled": false,
|
|
|
|
|
"token": "// Discord user token",
|
2023-11-28 08:13:31 +01:00
|
|
|
"python_path": "// Path to the python executable",
|
2024-01-14 01:57:56 +01:00
|
|
|
"script_path": "// Path to updatediscordavatar.py"
|
2024-01-14 01:42:11 +01:00
|
|
|
},
|
2024-01-14 01:57:56 +01:00
|
|
|
"fedi_module": {
|
|
|
|
|
"enabled": false,
|
|
|
|
|
"instance" : "// Fedi instance url",
|
|
|
|
|
"token": "// Fedi bearer token"
|
2023-11-26 10:20:09 +01:00
|
|
|
}
|
2023-11-21 12:47:07 +01:00
|
|
|
}
|