Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiac/django-yarr
A lightweight customisable RSS reader for Django.
https://github.com/radiac/django-yarr
Last synced: 13 days ago
JSON representation
A lightweight customisable RSS reader for Django.
- Host: GitHub
- URL: https://github.com/radiac/django-yarr
- Owner: radiac
- License: other
- Created: 2013-06-29T12:47:22.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-05T16:38:15.000Z (over 1 year ago)
- Last Synced: 2024-10-01T06:54:24.082Z (about 1 month ago)
- Language: Python
- Homepage: https://radiac.net/projects/django-yarr/
- Size: 1.86 MB
- Stars: 170
- Watchers: 15
- Forks: 30
- Open Issues: 35
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
====================================
Django Yarr - Yet Another RSS Reader
====================================A lightweight customisable RSS reader for Django.
* Project site: https://radiac.net/projects/django-yarr/
* Source code: https://github.com/radiac/django-yarr.. image:: https://github.com/radiac/django-yarr/actions/workflows/ci.yml/badge.svg
:target: https://github.com/radiac/django-yarr/actions/workflows/ci.yml.. image:: https://codecov.io/gh/radiac/django-yarr/branch/develop/graph/badge.svg?token=5VZNPABZ7E
:target: https://codecov.io/gh/radiac/django-yarrFeatures
========* Easy to install - simple requirements, just drops into your site
* Import and export list of feeds using OPML
* View all, by feed, just unread or saved items
* List or expanded layout
* Mark items as read or saved
* Infinite scrolling, with keyboard support and automatic mark as read
* Support for multiple users
* Manage subscriptions through user views or admin site
* No social nonsenseSupports Django 2.2 and later, on Python 3.5 and later.
See `Installation `_ for installation instructions.
See `Upgrading `_ for changelog and upgrade instructions