Skip to main content

Feed Discovery

@svendowideit/feed-discoveryv2026.07.17.1· 3d agoMODELS
01README

Discovers new RSS/Atom feeds by crawling domains from the news-reader's article URLs and upserting them into the feed-catalog.

02Models1
@svendowideit/feed-discoveryv2026.07.17.1feed_discovery.ts

Global Arguments

ArgumentTypeDescription
newsReaderModelIdstringModel ID of the news-reader instance to read snapshots from (empty = find any)
feedCatalogModelIdstringModel 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
ArgumentTypeDescription
maxSitesToCrawlnumberMaximum new domains to crawl for feed discovery (default 10)
categorystringCategory tag for discovered feeds (default 'discovered')
dryRunbooleanIf 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