@@ -11,7 +11,7 @@ type = 'github'
11
11
# interval = '30m0s' # Optional: custom fetch interval
12
12
[datasources.github.config]
13
13
token = '' # Required: Your GitHub personal access token
14
-
14
+ # Without a token you'll be rate-limited.
15
15
# Uncomment and configure additional datasources as needed:
16
16
17
17
# # Codeberg - Fetch Codeberg activity and repository events
@@ -44,29 +44,29 @@ token = '' # Required: Your GitHub personal access token
44
44
# radius = 10000 # Required: Search radius in meters
45
45
46
46
# # HackerNews - Fetch stories, comments, and other items from Hacker News
47
- # [datasources.hackernews]
48
- # type = 'hackernews'
47
+ [datasources.hackernews]
48
+ type = 'hackernews'
49
49
# # interval = '1h0m0s'
50
- # [datasources.hackernews.config]
51
- # fetch_top = true # Fetch top stories (default: true)
52
- # fetch_new = false # Fetch new stories (default: false)
53
- # fetch_ask = false # Fetch Ask HN stories (default: false)
54
- # fetch_show = false # Fetch Show HN stories (default: false)
55
- # fetch_jobs = false # Fetch job postings (default: false)
56
- # max_items = 100 # Maximum items to fetch (default: 100, max: 500)
57
- # fetch_comments = false # Also fetch top-level comments (default: false)
50
+ [datasources.hackernews.config]
51
+ fetch_top = true # Fetch top stories (default: true)
52
+ fetch_new = false # Fetch new stories (default: false)
53
+ fetch_ask = false # Fetch Ask HN stories (default: false)
54
+ fetch_show = false # Fetch Show HN stories (default: false)
55
+ fetch_jobs = false # Fetch job postings (default: false)
56
+ max_items = 100 # Maximum items to fetch (default: 100, max: 500)
57
+ fetch_comments = false # Also fetch top-level comments (default: false)
58
58
59
59
# # RSS - Fetch articles from RSS/Atom feeds
60
- # [datasources.rss]
61
- # type = 'rss'
62
- # # interval = '2h0m0s'
63
- # [datasources.rss.config]
64
- # urls = [
65
- # 'https://feeds.arstechnica.com/arstechnica/index',
66
- # 'https://www.phoronix.com/rss.php',
67
- # 'https://www.theguardian.com/world/rss'
68
- # ]
69
- # max_items = 50 # Maximum items to fetch across all feeds (default: 50, max: 200)
60
+ [datasources.rss]
61
+ type = 'rss'
62
+ # interval = '2h0m0s'
63
+ [datasources.rss.config]
64
+ urls = [
65
+ 'https://feeds.arstechnica.com/arstechnica/index',
66
+ 'https://www.phoronix.com/rss.php',
67
+ 'https://www.theguardian.com/world/rss'
68
+ ]
69
+ max_items = 50 # Maximum items to fetch across all feeds (default: 50, max: 200)
70
70
71
71
# # Timestamp - Simple timestamp logging (useful for testing)
72
72
# [datasources.timestamp]
0 commit comments