/Real-Python-RSS-Feeds

a simple Python CLI RSS Tracker with BS4 -just for- Real Python Website RSS Feeds

Primary LanguageJupyter Notebook

Real-Python 🐍 -RSS-Feeds

a simple Python CLI RSS Tracker with BS4 -just for- Real Python Website RSS Feeds

image

USAGE:

 python3 'RealPython RSS Feed reader.py' 
  • Then you get the Real Python Blog RSS feeds including a small summary, title and the website link.

image

image

Notes:

Modules you'll need, in case you don't have them installed:

-BeautifulSoup -requests -lxml -cowsay

Below there is an example output of Real-Python-RSS-Feeds.py when paired with a tee command, so you can save the links and view later: ☑️

                   python3 'RSS Feed reader.py' | tee realpythonRssFeeds.txt

-I've also prepared/uploaded a Jupyter Notebook Version for analysis in Jupyter here, in the same folder.

image

image