← Pipelines

zoetermeer-local-highlights

Every hour pick up to five new Zoetermeer items from AD RSS about local government, elections, De Leyens, police or local surroundings; exclude sports, and send summary to Slack.

Schedule

0 * * * *

Steps

4 steps

Created

2026-03-01 21:26:18

Run History

Run ID Status Started Finished Error
254d0a2d-5c88-44e4-b751-93cba0c9dd8f success 2026-03-02 01:00:00 2026-03-02 01:00:08
39b9c142-2742-41d4-9503-dd7c08a4c2b8 success 2026-03-02 00:00:00 2026-03-02 00:00:10
6b8ce026-6da0-4bed-822a-a609132c8e7b success 2026-03-01 23:00:00 2026-03-01 23:00:05
b0a376a4-855e-4c69-9b28-47bf639d742b success 2026-03-01 22:00:00 2026-03-01 22:00:04
0c263d94-6444-4d3c-8241-7ef01222ba29 success 2026-03-01 21:29:17 2026-03-01 21:29:22
b3f0a916-ed07-441a-9d41-60bfc5c60cc2 success 2026-03-01 21:26:44 2026-03-01 21:27:52

Update Pipeline

Pipeline Steps

s1 rss_reader
limit
30
only_new
true
url
https://www.ad.nl/zoetermeer/rss.xml
s2 llm_filter s1
condition
Keep items that are about local government, elections, public safety, or local neighborhoods in Zoetermeer. Specifically include items that mention any of these case-insensitive keywords: 'gemeenteraad', 'verkiezingen', 'de leyens', 'politie', 'omgeving'. Exclude any item that is primarily about sports (e.g. contains words like 'sport', 'wedstrijd', 'voetbal', 'hockey', 'korfbal', 'tennis'), about animals or general human-interest/feel-good stories (e.g. contains words like 'dier', 'dieren', 'huisdier', 'kat', 'hond', 'menselijk verhaal', 'hartverwarmend'), or about weather (e.g. 'weer', 'temperatuur', 'storm', 'neerslag'). Use title and description to decide relevance.
s3 llm_format s2
prompt
You are given multiple news items with fields: title, link, description, published. From these, select up to 5 most relevant and recent items related to local politics, elections, De Leyens, police, or the local environment in Zoetermeer. Do NOT include any sports items. For each selected item produce one concise line formatted for Slack: - Title (as a plain title) — URL — one-sentence summary (derived from the description). Start with the header: "Top local items:". Keep the whole message concise and suitable for a single Slack post.
s4 slack s3
text
{{.text}}

Pipeline JSON