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.
Built with Python 3.8
- Clone the repo
git clone https://github.com/uka7/terminal-rss-feed-reader.git
- Create a virtual environment
cd terminal-rss-feed-reader
python3 -m venv env
- Activate the virtual environment
source env/bin/activate
- Install packages
pip install -r requirements.txt
- Run in terminal with one or more RSS feed urls (Separated by spaces)
python main.py url1 url2 url3 ...
Run in Terminal
python main.py https://timesofindia.indiatimes.com/rssfeedstopstories.cms