Skip to content

Blake Rayvid

Menu
  • About
  • Portfolio
Menu

NewsBot

Posted on April 19, 2025May 13, 2025 by Blake

This Python script fetches the latest Google News RSS headlines for a user-supplied list of topics and sends a nicely formatted email digest. It uses Google Gemini to prioritize headlines. Designed to run daily using cron on any Unix-based system.

View on GitHub

How It Works

  • History Tracking
    Sent articles are stored locally to prevent duplicates in future emails.

  • Fetch Articles
    For each user-defined topic, NewsBot pulls recent headlines using Google News RSS.

  • Filter Old Content
    Headlines that have appeared in recent digests are skipped to avoid repetition.

  • User Preferences
    The user provides a list of topics and keywords, each with a score from 1 to 5 indicating importance. There’s also support for banned or demoted topics.

  • Prioritization with Gemini
    Headlines are passed to Gemini, which selects a small set of topics and headlines based on the user’s ranked preferences.

  • Email Digest
    The selected headlines are formatted into an HTML email and sent via SMTP.

Example Digest

Donald Trump

πŸ“° Trump orders reopening of notorious Alcatraz prison – BBC
πŸ“… Mon, 05 May 2025 04:03 AM EDT

Trade War

πŸ“° Strategists optimistic on China even as US-China trade war climbdown looks far off – Reuters
πŸ“… Mon, 05 May 2025 05:22 AM EDT

Financial Markets

πŸ“° Asian Currencies Jump on Weaker Dollar, Oil Falls: Markets Wrap – Bloomberg.com
πŸ“… Mon, 05 May 2025 03:24 AM EDT

Inflation

πŸ“° Swiss Inflation Drops to Zero as SNB Mulls More Interest Rate Cuts – Bloomberg.com
πŸ“… Mon, 05 May 2025 02:30 AM EDT

Russia

πŸ“° Russia reports Ukrainian drone attack on Moscow ahead of May 9 events – Al Jazeera
πŸ“… Mon, 05 May 2025 05:56 AM EDT

Renewable Energy

πŸ“° Spain’s blackout highlights renewables’ grid challenge – Yahoo
πŸ“… Mon, 05 May 2025 05:57 AM EDT

Tags: Dotenv, LLMs, Python

Post navigation

← TQQQ Trading Algorithm
SOAP: Social Polling β†’

Categories

  • Apps
  • Data Science
  • Exploration
  • Finance
  • Health
  • Interactive
  • Optimization
  • Utilities

Tags

D3 Desmos Dotenv JavaScript LLMs MATLAB Matplotlib Netlify Node NumPy Pandas Python QuantConnect Scikit-Learn SciPy Streamlit Vader

© 2025 Blake Rayvid