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:
parent
5047b38f4e
commit
fd73c2ad1f
3 changed files with 42 additions and 45 deletions
|
@ -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": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue