AI Signal Digest
I built a scheduled RSS digest worker that filters noise, tags topics, and emails a clean summary.
- I kept digests readable with relevance scoring and topic tagging to reduce feed overload.
- I surfaced trend signals and alerts so important changes stand out without constant monitoring.
- I ran it consistently across environments with a Dockerized worker and simple scheduling.
Tags
.NET 10C#OpenAIMailgunDocker
Description
I built a .NET worker that runs unattended: it pulls RSS feeds, scores relevance, tags topics, and emails a digest on a schedule. The main goal is consistency. Runs are deterministic, configuration is straightforward, and containerized deployment keeps behavior the same across environments.
Backend
- • .NET 10 (C#)
- • OpenAI API
- • Mailgun API
- • CodeHollow.FeedReader
- • AngleSharp
Tools
- • Docker