-
Notifications
You must be signed in to change notification settings - Fork 24
/
example-config.json
53 lines (53 loc) · 1.21 KB
/
example-config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"font_size": 12,
"stories": [
{
"provider": "weather",
"config": {
"lat": 36.5,
"lon": -75.1,
"F": true
}
},
{
"provider": "mastodon",
"config": {
"since_days_ago": 0.5,
"username": "jordan",
"server": "https://neuromatch.social",
"limit_per": 8
}
},
{
"provider": "wikipedia_current_events",
"config": {}
},
{
"provider": "rss",
"config": {
"rss_path": "https://feeds.npr.org/1001/rss.xml",
"limit": 5
}
},
{
"provider": "reddit",
"config": {
"subreddit": "news"
}
},
{
"provider": "reddit",
"config": {
"subreddit": "todayilearned"
}
},
{
"provider": "rss",
"config": {
"rss_path": "https://krebsonsecurity.com/feed/",
"limit": 1,
"skip": true
}
}
]
}