A basic Python RSS feed
It pulls in headlines from an rss URL and outputs the headlines which will cycleperiodically. Headlines are clickable and will take you to that article.
Tried to model MVC (Model View Controller)
In order to run this you need to have some packages installed.
Use the package manager pip.
pip install BeautifulSoup4
pip install lxml