Feed Discovery
@svendowideit/feed-discoveryv2026.07.17.1
01README
Discovers new RSS/Atom feeds by crawling domains from the news-reader's article URLs and upserting them into the feed-catalog.
02Models
@svendowideit/feed-discoveryv2026.07.17.1feed_discovery.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| newsReaderModelId | string | Model ID of the news-reader instance to read snapshots from (empty = find any) |
| feedCatalogModelId | string | Model ID of the feed-catalog instance to upsert into (empty = find any) |
fn discover(maxSitesToCrawl: number, category: string, dryRun: boolean)
Discover new RSS feeds from article URLs in the news-reader snapshot and add them to the feed-catalog
| Argument | Type | Description |
|---|---|---|
| maxSitesToCrawl | number | Maximum new domains to crawl for feed discovery (default 10) |
| category | string | Category tag for discovered feeds (default 'discovered') |
| dryRun | boolean | If true, discover feeds but don't add them to the catalog (default false) |
Resources
discovery(30d)— Result of the last feed discovery run
03Stats
B
85 / 100
Downloads
0
Archive size
8.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository0/2missing
04Platforms