From f72fddc8352f3995e679859823f1a1f14e5fbdfc Mon Sep 17 00:00:00 2001 From: bot Date: Thu, 23 Apr 2026 22:13:55 +0300 Subject: [PATCH] Update news feeds, add feeds README --- feeds/README.md | 3 +++ feeds/news_feeds.json | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 feeds/README.md diff --git a/feeds/README.md b/feeds/README.md new file mode 100644 index 0000000..39c6fdf --- /dev/null +++ b/feeds/README.md @@ -0,0 +1,3 @@ +This repository contains JSON feed lists used by my Telegram bot. + +The goal is simple: keep curated RSS sources in one place so the bot can automatically stay up to date with news, OSINT, malware, threat intel, and research updates. diff --git a/feeds/news_feeds.json b/feeds/news_feeds.json index f5427a7..3e0fbdb 100644 --- a/feeds/news_feeds.json +++ b/feeds/news_feeds.json @@ -16,7 +16,6 @@ "Rapid7": "https://blog.rapid7.com/feed", "0x44 Security Blog": "https://0x44.cc/feed.xml", "NCSC UK Blog": "https://www.ncsc.gov.uk/api/1/services/v1/all-rss-feed.xml", - "FBI Cyber Feeds": "https://www.fbi.gov/feeds", - "CERT.LV": "https://cert.lv/en/feed/rss/all" + "FBI Cyber Feeds": "https://www.fbi.gov/feeds" } }