gotdailysentiment
Version:
Seminar 16: JavaScript: Sentiment-App_Group5
19 lines (18 loc) • 445 B
JSON
{
"twitter": {
"consumer_key": "xxx",
"consumer_secret": "xxx",
"access_token_key": "xxx",
"access_token_secret": "xxx"
},
"database": {
"airDateURL": "XXXXXXXXXXXXXXXXXXXXXX",
"characterNamesURL": "XXXXXXXXXXXXXXXXXXXXXXX",
"sentimentSave": "XXXXXXXXXXXXXXXXXXXX",
"sentimentGetChar": "XXXXXXXXXXXXXXXXXXXXX",
"sentimentGetAll": "XXXXXXXXXXXXXXXXXXXXXXx"
},
"automation": {
"minutes": 12
}
}