Skip to content

RSS feed reader in terminal with multiple feed urls support

License

Notifications You must be signed in to change notification settings

uka7/terminal-rss-feed-reader

Repository files navigation

DevProjects - RSS feed reader in terminal

This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: RSS feed reader in terminal

Most news websites, blogs, podcasts, maintain an RSS feed which gives real-time content updates. This tool is built for fetching and displaying the feed with one or more given RSS feed URLs in the Terminal.

-The user can input one or more RSS feed URLs.

-The reader will display the title, description, link, and publish date of the original content.

Tech/framework used

Built with Python 3.8

Screenshot

Installation

  1. Clone the repo
 git clone https://github.com/uka7/terminal-rss-feed-reader.git
  1. Create a virtual environment
 cd terminal-rss-feed-reader
 python3 -m venv env
  1. Activate the virtual environment
 source env/bin/activate
  1. Install packages
 pip install -r requirements.txt 
  1. Run in terminal with one or more RSS feed urls (Separated by spaces)
 python main.py url1 url2 url3 ...

Example

Run in Terminal

 python main.py https://timesofindia.indiatimes.com/rssfeedstopstories.cms

License

MIT

About

RSS feed reader in terminal with multiple feed urls support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages