saudi-news-ai-rss

An AI-powered RSS workflow that collects Saudi (general, business, tech) and global tech headlines, extracts the article text, and summarizes each story into one Arabic sentence.

Live JSON is served at https://c3ziz.github.io/saudi-news-ai-rss/.

How it works

Why it is built this way

API usage

Example fetch:

curl -s https://c3ziz.github.io/saudi-news-ai-rss/api/latest.json | jq '.[0]'

Fields per item: id (URL), title, link, source, category, published, summary_ai.

Notes

Setup

1) Install Python deps:

pip install -r requirements.txt

2) Export your Gemini API key:

export GEMINI_API_KEY="YOUR_KEY"

3) Run the collector:

python aggregator.py