2023-11-21 11:47:07 +00:00
|
|
|
{
|
|
|
|
"pk_key": "// Pluralkit token",
|
2023-11-26 09:20:09 +00:00
|
|
|
"sp_key": "// Simplplural token",
|
|
|
|
"pfp_module": {
|
|
|
|
"enabled": false,
|
|
|
|
"pfp_folder": "// Folder to grab profile pictures, they follow they member1member2.png format",
|
|
|
|
"pfp_output_path": "// Path for the copied selected pfp"
|
|
|
|
},
|
|
|
|
"disc_module": {
|
|
|
|
"enabled": false,
|
|
|
|
"token": "// Discord user token",
|
2023-11-28 07:13:31 +00:00
|
|
|
"python_path": "// Path to the python executable",
|
|
|
|
"script_path": "// Path to updatepfp.py"
|
2024-01-14 00:42:11 +00:00
|
|
|
},
|
|
|
|
"pleroma_module": {
|
|
|
|
"enabled": true,
|
|
|
|
"instance" : "// Pleroma instance url",
|
|
|
|
"token": "// Pleroma bearer token"
|
2023-11-26 09:20:09 +00:00
|
|
|
}
|
2023-11-21 11:47:07 +00:00
|
|
|
}
|