-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (48 loc) · 1.19 KB
/
config.toml
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
54
55
56
57
58
59
60
61
62
63
64
database = "sqlite:///db.db"
feed_title = "📊 Data Science"
display_max = 500
# themes (pick 1)
# dark theme
# theme = "bg-dark text-white"
# light theme
theme = 'bg-light text-dark'
# kill bill or taxist
# theme = "bg-warning text-dark"
# ocean
# theme = "bg-info text-light"
[sources]
[sources.gab]
name = "Google AI Blog"
pre_filter = false
stopwords = [""]
url = "http://feeds.feedburner.com/blogspot/gJZg"
[sources.mrb]
name = "Microsoft Research Blog"
pre_filter = false
stopwords = [""]
url = "https://www.microsoft.com/en-us/research/feed/"
[sources.dsc]
name = "Data Science Central"
pre_filter = true
stopwords = ["weekly"]
url = "http://feeds.feedburner.com/FeaturedBlogPosts-DataScienceCentral"
[sources.kdn]
name = "KDnuggets"
pre_filter = true
stopwords = ["poll", "stories", "kdnuggets"]
url = "https://www.kdnuggets.com/feed"
[sources.av]
name = "Analytics Vidhya"
pre_filter = true
stopwords = ["weekly"]
url = "https://analyticsvidhya.com/feed"
[sources.ds101]
name = "Data Science 101"
pre_filter = false
stopwords = [""]
url = "https://101.datascience.community/feed"
[sources.kgl]
name = "Kaggle Blog"
pre_filter = false
stopwords = [""]
url = "https://medium.com/feed/kaggle-blog"