Skip to content

EkaSaffronGaruda/RSS-feed-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%