1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2025-07-29 22:17:44 +00:00

chore & readme: better config

This commit is contained in:
RGBCube 2023-01-17 06:01:25 -05:00
parent 5047b38f4e
commit fd73c2ad1f
3 changed files with 42 additions and 45 deletions

View file

@ -1,11 +1,15 @@
{
"webhook_url": "",
"webhook_name": "",
"webhook_avatar": "",
"webhook_message": "",
"api_key": "",
"api_secret": "",
"access_token": "",
"acesss_secret": "",
"user_id": ""
"discord": {
"webhookUrl": "",
"webhookName": "",
"webhookAvatar": "",
"webhookMessage": ""
},
"twitter": {
"apiKey": "",
"apiSecret": "",
"accessToken": "",
"acessSecret": ""
},
"followingUserId": ""
}