Newspaper
Magazine-style PDF generator from RSS feeds using llm_aggregator.
Usage
python3 generate_magazine.py
Structure
feeds/*.txt— one RSS URL per linegenerate_magazine.py— generates the magazineoutput/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.