-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (37 loc) · 983 Bytes
/
Copy pathconfig.json
File metadata and controls
42 lines (37 loc) · 983 Bytes
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
36
37
38
39
40
41
42
{
"reddit": {
"client_id": "", /* Your Reddit API client ID */
"client_secret": "", /* Your Reddit API client secret */
"user_agent": "", /* Your app’s user agent string */
"comment_age_threshold_days": 30 /* Ignore comments from accounts younger than this */
},
"subreddits": [
"worldnews",
"technews"
],
"default": {
"hours": 8,
"top_posts": 10
},
"output": {
"local_dir": "./output",
"include_comments": true
},
"drive": {
"enabled": false,
"credentials_file": "",
"folder_name": ""
},
"urls": {
"stocks": [
"https://finance.yahoo.com/quote/AMD/"
],
"commodities": [
"https://finance.yahoo.com/quote/GC=F/"
],
"fx": [
"https://finance.yahoo.com/quote/AUDUSD=X/"
],
"weather": "https://www.accuweather.com/en/gb/london/ec4a-2/weather-forecast/328328"
}
}