Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 955 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 955 Bytes

RSS-feed-reader

RSS-feed-reader is a python based project. User can input one or more RSS feed urls in terminal. The script parses the response for each url and returns title, description and link for the original post/article.

Requirements

  • Python 3.7 or above

Steps

  1. Create an virtual environment in your working directory using

python3 -m venv myenv

  1. Activate myenv using

myenv\Scripts\activate

  1. Intsall requirements from requirements.txt

pip install -r requirements.txt

  1. Run main.py in terminal

python main.py

Input

Enter white space separated RSS feed URLs as shown

image

Output

Results will be displayed as

image