PyRSS is a Python based RSS reader built on feedparser. I couldn't find an RSS reader I liked, so I made one.
PyRSS aggregates user provided RSS feeds in one place, while still being pretty easy to use.
- Just launch
reader_tk.py
to launch the Tkinter based GUI. Alteratively,reader.py
offers similar functionality toreader_tk.py
, but in a command line interface. - To get started, click the "+" button in the lower left hand corner of the GUI and add an RSS feed. (Example feed URL)
PyRSS is created by Caleb Jones (@porglezomp) and Blade Nelson(@powderblock). It uses feedparser to parse RSS feeds and appdirs to find the user-data-dir to store the list of feeds you're following.