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.
- Python 3.7 or above
- Create an virtual environment in your working directory using
python3 -m venv myenv
- Activate myenv using
myenv\Scripts\activate
- Intsall requirements from requirements.txt
pip install -r requirements.txt
- Run main.py in terminal
python main.py
Enter white space separated RSS feed URLs as shown
Results will be displayed as