Feed Analysis
@svendowideit/feed-analysisv2026.08.08.2
01README
Analyzes pages gathered by the news-reader, discovers RSS/Atom feeds in each page, and writes a page-discovery-result resource for catalog upsert.
02Models
@svendowideit/feed-analysisv2026.08.03.1feed_analysis.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| newsReaderModelId | string | Model ID of the news-reader instance whose pages-current data to read |
fn analyzePages(maxPagesPerRun: number, probeCommonPaths: boolean)
Analyze pages gathered by the news-reader, discover RSS/Atom feeds in each page, and write a page-discovery-result resource
| Argument | Type | Description |
|---|---|---|
| maxPagesPerRun | number | Maximum pages to analyze this run (default 50) |
| probeCommonPaths | boolean | Probe common feed paths on pages that advertise no feed link (default true) |
Resources
pageDiscovery(30d)— Result of the most recent page-analysis run
03Previous Versions
2026.08.08.1
2026.08.06.2
2026.08.06.1
2026.08.03.1
04Stats
A
92 / 100
Downloads
0
Archive size
7.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- 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 repository2/2earned
05Platforms