A Streamlit application that allows you to read and manage multiple RSS feeds in one place.
- Add, view, and remove RSS feeds
- View feed entries in card view or table format
- Auto-refresh feeds at configurable intervals
- Clean HTML content for better readability
- Date formatting for consistent display
- Clone this repository
- Install the required dependencies:
pip install -r requirements.txt
From the project directory, run:
streamlit run app.py
The application will open in your default web browser.
The application comes pre-configured with the following feeds:
- Google News
- BBC News
- New York Times
You can add custom RSS feeds through the sidebar interface. Simply enter the full URL of the RSS feed and click "Add Feed".