# Newspaper Magazine-style PDF generator from RSS feeds using `llm_aggregator`. ## Usage ```bash python3 generate_magazine.py ``` ## Structure - `feeds/*.txt` — one RSS URL per line - `generate_magazine.py` — generates the magazine - `output/magazine.pdf` — final PDF ## Customisation Edit `CATEGORIES` in `generate_magazine.py` to add/modify sections. Each entry has: - `name` — section title - `icon` — FontAwesome icon (e.g., `\faLinux`) - `feed` — path to feeds file - `prompt` — summarisation instructions Edit `STRIP_TAG_START`/`STRIP_TAG_END` to strip AI thinking tags from output. ## Licence Released into the public domain under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/).