ttrss-python
ttrss-python copied to clipboard
A python library for the Tiny Tiny RSS web API
Apparently there were a few changes in the ttrss API. I haven't checked in deep. For example the subscribe method use `None` for login and password when there is none....
Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [requests](https://github.com/requests/requests) from 1.1.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Hi Markus, Thanks for this python interface. It is much easier to use than plugins. I would need to access the articles in the Starred list that I could access...
Hi, Is there a way to retrieve the entire JSON response? In most cases the methods you've created get the job done but at times I would prefer saving the...