Skip to content

Files

34 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 700 Bytes

rss-toasts

RSS toast notifications for Windows

A python script that sends toast notifications for new entries in RSS feeds.

Created due to a lack of simple RSS feed notifiers for Windows. Most apps have not been updated in over 10 years and break for various reasons like outdated SSL libraries.

Usage

Requires Python 3.11+ with tkinter.

Install using pipx:

pipx install rss-toasts

Run it with console output:

rss-toasts

Run it in the background without console window:

rss-toasts-bg

The script will start minimized to the system tray. Right-click the tray icon to manage feeds or close the script.