news digest (spec-013): rss/atom -> {news} file via cron

Replaces the broken pre-1.0-openai news_feed.py. Stdlib parsing with
defusedxml (feeds are untrusted XML), titles sanitized (SAF-03), feed
URLs SSRF-guarded. CLI: python -m fjerkroa_bot.news --config <cfg>.
This commit is contained in:
Oleksandr Kozachuk
2026-07-13 19:28:41 +02:00
parent 86e631926f
commit d4eec4088d
6 changed files with 268 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ dependencies = [
"tomlkit>=0.13",
"watchdog>=6",
"requests>=2.32",
"defusedxml>=0.7",
]
[project.scripts]