forked from airhadoken/snowclone-a-minute
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
20 lines (17 loc) · 1.11 KB
/
config.json
File metadata and controls
20 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"API_KEY_NOTES": "The API_KEY config is set to the value of your Wordnik Developer API key. Once you get your",
"API_KEY_NOTES": " Wordnik Developer key, paste the value inside the quotes below.",
"API_KEY": "",
"OTHER_NOTES": "The other things here are retrieved from Twitter's API app interface. When you create a Twitter API app, you will",
"OTHER_NOTES": " receive the consumer key and consumer secret as part of the app. You will need to separately",
"OTHER_NOTES": " create the access token, which will give you the values for access_token and access_token_secret.",
"OTHER_NOTES": " Paste the values for each of these inside the quotes below, next to the corresponding key.",
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": "",
"INTERVAL_NOTES": "If you'd like to change the frequency of posting from the default 2 minutes (120000ms), ",
"INTERVAL_NOTES": " set it with the interval key here. Note that 120000(ms) is the minimum that will be accepted",
"INTERVAL_NOTES": " by the Twitter API.",
"interval": 120000
}