1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2025-07-28 13:37:44 +00:00
TwitterDiscordWebhook/config.example.json
2023-01-17 06:01:25 -05:00

15 lines
262 B
JSON

{
"discord": {
"webhookUrl": "",
"webhookName": "",
"webhookAvatar": "",
"webhookMessage": ""
},
"twitter": {
"apiKey": "",
"apiSecret": "",
"accessToken": "",
"acessSecret": ""
},
"followingUserId": ""
}