Skip to content

sethlahaul/rss-feed-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Feed Reader

A Streamlit application that allows you to read and manage multiple RSS feeds in one place.

Features

  • 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

Installation

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt

Running the Application

From the project directory, run:

streamlit run app.py

The application will open in your default web browser.

Default Feeds

The application comes pre-configured with the following feeds:

  • Google News
  • BBC News
  • New York Times

Adding Custom Feeds

You can add custom RSS feeds through the sidebar interface. Simply enter the full URL of the RSS feed and click "Add Feed".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages