ALFRED/settings.json

11 lines
341 B
JSON
Raw Permalink Normal View History

2018-07-23 14:59:39 +00:00
{
2018-07-24 00:28:45 +00:00
"token": "INSERT TOKEN HERE",
2018-07-25 20:52:12 +00:00
"twitter access token": "INSERT TOKEN HERE",
"twitter access secret": "INSERT TOKEN HERE",
"twitter consumer key": "INSERT TOKEN HERE",
"twitter consumer secret": "INSERT TOKEN HERE",
2018-07-24 10:57:31 +00:00
"history size": 10,
"history file": "history.json",
"users file": "users.json",
"chat data file": "chat_data.json"
2018-07-23 14:59:39 +00:00
}