Instructions file CodexOpenCode
Instructions for ivbeg/newsworker: These instructions are for AI assistants working in this project.
Instructions file CodexOpenCode
Instructions for ivbeg/newsworker: These instructions are for AI assistants working in this project.
Command
Runs the dynamic heuristics once and distils them into a portable YAML parsing spec. Feeding that spec back into extract --spec skips analysis and runs deterministic selectors.
Command
Extracts feeds from a list of pages concurrently, writing one file per URL.
Command
Inspects or clears the spec and content caches. See Settings.
Command
Extracts news items from an HTML page and renders them in the chosen format.
Command
Index of newsworker CLI commands.
Command
A debugging helper that shows how qddate interprets a date string.
Command
Scans a page for already-published RSS/Atom/JSON Feed declarations (via autodiscovery links, feed icons, link heuristics, WebSub, and optional sitemaps) and reports them.
Command
Runs a lightweight local HTTP server (Python standard library, no extra dependencies) that turns any page URL into a feed on demand over GET.
Command
Validate a parsing spec without fetching its source URL.
Command
Polls a page on an interval, tracks which items it has already seen (in a SQLite store under the cache dir), and emits or delivers only new items.