-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.json
16 lines (16 loc) · 893 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"auth":
{
"screen_name": "YOUR SCREEN NAME without the @ sign",
"CONSUMER_KEY": "YOUR CONSUMER KEY",
"CONSUMER_SECRET": "YOUR CONSUMER SECRET",
"ACCESS_TOKEN": "YOUR ACCESS TOKEN",
"ACCESS_SECRET": "YOUR ACCESS SECRET"
},
"lang": "Searh your language here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (e.g. es)",
"results_search": 5,
"blacklisted": ["Put", "words", "or phrases that", "you want to", "blacklist", "in", "here"],
"keywords":["Put keywords or phrases to follow or favorite based on a keyword. Seperate by commas like this:", "potato", "tomato"],
"whitelisted_accounts": ["Put twitter accounts that you don't wnat to unfollow in here, like this: ", "drake", "NFL", "twitterU"],
"messages":["Put and seperate your messages in here like this", "hi, check out my feed", "I LOVE your tweets!"]
}