Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

ttrss-python is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author
Dependencies

ttrss-python - A Tiny Tiny RSS client library

Have you ever wanted to write a python application to interface with your Tiny Tiny RSS server? Read on!

At a glance

Getting started is easy! Just type pip install ttrss-python in the virtualenv of your choice.

Usage example:

from ttrss.client import TTRClient
client = TTRClient('http://url-to-rss-installation', 'username', 'super-secret-password', auto_login=True)
cats = client.get_categories()
cat = cats[0]
cat.title
u'News'
feeds = cat.feeds()
feed = feeds[0]
feed.title
u'MacRumors: Mac News and Rumors - All Stories'
headlines = feed.headlines()
# etc...

More detailed documentation can be found at https://ttrss-python.readthedocs.org/en/latest/

Development

ttrss-python is still in early development and not yet feature complete. If there's a specific feature you'd like me to prioritize, feel free to submit an issue or a pull request.

The source code is available at https://github.com/Vassius/ttrss-python

Author

ttrss-python is written and maintained by Markus Wiik <vassius@gmail.com>.

Contribution & feedback

Contributions are welcome! Submit a pull request, file a bug report or write some docs if you'd like. Feature requests and other kinds of feedback are also appreciated.

License

ttrss-python is MIT licensed. See LICENSE for details.

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.