Skip to content

omarait-mlouk/rss-feed-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

RSS feed reader in terminal

Built using the BeautifulSoup library. The reader parses XML-based RSS feed data, extracts the information, stores it in a structured format and displays it in the console as well as saves it in a json file.

Prerequisites

Installation

Open a Terminal in the project root and run:

pip install -r requirements.txt

Then run the project in terminal as well:

python main.py url1 url2 url3 ...

License

[MIT](https://choosealicense.com/licenses/mit/

About

Python-based RSS Feed reader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages