Cookbook
newsworker covers several workflows. This page is a task-oriented index: find the row that sounds like you, then follow the linked reference. If you are completely new, do the quick start first.
| You are a… | You want to… | Start with |
|---|---|---|
| Feed subscriber | Turn a news listing into RSS/Atom for a reader | extract, serve |
| Open-data / OSINT researcher | Find feeds a site already publishes | scan |
| Site operator | Crawl the same layout quickly and repeatably | analyze, extract --spec, site bridges |
| Automation builder | Poll a page and deliver only new items | watch, webhooks, SMTP, Telegram |
| Pipeline author | Extract many pages with a stable manifest | batch |
| Application developer | Embed extraction in Python | FeedService, format_feed |
| Operator | Run the feed server in a container | Docker / Compose, security |