pyttrss
Python interface and utilities for accessing a TinyTinyRSS instance.
The ttrss.py file provides an object-oriented interface to the TinyTinyRSS REST API.
Two example scripts are provided:
feedline.pyis a console utility, displaying all unread articles line by line and either skipping them (pressSpace) or opening them in a webbrowser (presso)gtkfeedline.pyprovides similar functionality, creating a statusicon which gives access to the list of unread articles
Bug reports and pull requests are very welcome. Original motivation can be found in my blog.