Skip to content

powderblock/PyRSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRSS

PyRSS is a Python based RSS reader built on feedparser. I couldn't find an RSS reader I liked, so I made one.

Overview

PyRSS aggregates user provided RSS feeds in one place, while still being pretty easy to use.

Example Usage

  • Just launch reader_tk.py to launch the Tkinter based GUI. Alteratively, reader.py offers similar functionality to reader_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)

Credits

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.

About

RSS reader in Python built on feedparser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages