Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaesivsm/JARR
JARR is a web news aggregator.
https://github.com/jaesivsm/JARR
atom feed-reader news-aggregator python rss
Last synced: about 1 month ago
JSON representation
JARR is a web news aggregator.
- Host: GitHub
- URL: https://github.com/jaesivsm/JARR
- Owner: jaesivsm
- License: agpl-3.0
- Created: 2014-06-12T11:53:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T15:34:30.000Z (5 months ago)
- Last Synced: 2024-07-06T16:46:28.349Z (5 months ago)
- Topics: atom, feed-reader, news-aggregator, python, rss
- Language: Python
- Homepage: https://app.jarr.info
- Size: 9.6 MB
- Stars: 117
- Watchers: 8
- Forks: 15
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - jaesivsm/JARR - JARR is a web news aggregator. (python)
README
# JARR
[![CircleCI](https://circleci.com/gh/jaesivsm/JARR.svg?style=shield)](https://circleci.com/gh/jaesivsm/JARR)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8b81ef446c4849939796c4965f121ffe)](https://www.codacy.com/manual/jaesivsm/JARR?utm_source=github.com&utm_medium=referral&utm_content=jaesivsm/JARR&utm_campaign=Badge_Grade)
[![Coverage](https://api.codacy.com/project/badge/Coverage/8b81ef446c4849939796c4965f121ffe)](https://www.codacy.com/manual/jaesivsm/JARR?utm_source=github.com&utm_medium=referral&utm_content=jaesivsm/JARR&utm_campaign=Badge_Coverage)## Presentation
JARR (which stands for Just Another RSS Reader) is a web-based news aggregator and reader.
JARR is under ongoing developments and functionnalities are regularly added.
For past and futur updates see the [milestones](https://github.com/jaesivsm/JARR/milestones).The particularity of this project is to allow for article Clustering either on links or on content through TF-IDF.
## Official instance
You can use the instance of JARR run by the maintainer on [app.jarr.info](https://app.jarr.info) or try out the api at [api.jarr.info](https://api.jarr.info).
## Installation
To use and host your own instance of JARR please see [installation instruction](https://github.com/jaesivsm/JARR/blob/master/INSTALL.md)
## Security
Please refer to the [security instruction](https://github.com/jaesivsm/JARR/blob/master/SECURITY.md).
## License
JARR is under the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).