-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
35 lines (35 loc) · 914 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"subRedditSkip": false,
"redditorSkip": false,
"instaSkip": false,
"twitSkip":false,
"red_agentName": "your reddit client agent name",
"red_clientID": "your reddit app client id",
"red_clientSecret": "your reddit app client secret",
"twit_consKey":"your twitter app consumer api key",
"twit_consSec":"your twitter app consumer sec token",
"twit_bearerTok":"your twitter app bearer token",
"destination":"the root path to download to",
"loggingLevel":1,
"imageDomains": [
"i.redd.it",
"i.imgur.com"
],
"gifDomains":[
"gfycat.com"
],
"videoDomains":[
"v.redd.it",
"gfycat.com"
],
"scrapeList": [
"u/username",
"r/subredditname"
],
"instalist":[
"instagram username"
],
"twitterList":[
"twitterHandle"
]
}