Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamR1/rdltr
a simple read-it later app
https://github.com/SamR1/rdltr
flask python rdltr read-it-later readability-lxml self-hosted vue
Last synced: about 2 months ago
JSON representation
a simple read-it later app
- Host: GitHub
- URL: https://github.com/SamR1/rdltr
- Owner: SamR1
- License: gpl-3.0
- Archived: true
- Created: 2019-01-19T12:45:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T18:46:54.000Z (8 months ago)
- Last Synced: 2024-10-28T21:48:14.576Z (about 2 months ago)
- Topics: flask, python, rdltr, read-it-later, readability-lxml, self-hosted, vue
- Language: Python
- Homepage: https://samr1.github.io/rdltr
- Size: 12.1 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rdltr
> ⚠️ **rdltr** is no longer maintained.
[![PyPI version](https://img.shields.io/pypi/v/rdltr.svg)](https://pypi.org/project/rdltr/)
[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)
[![Flask Version](https://img.shields.io/badge/flask-3.0-brightgreen.svg)](http://flask.pocoo.org/) [![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)
[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)
[![Vue Version](https://img.shields.io/badge/vue-3.4-brightgreen.svg)](https://vuejs.org/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![types: TypeScript](https://img.shields.io/npm/types/typescript)](https://www.typescriptlang.org/)
[![Coverage Status](https://coveralls.io/repos/github/SamR1/rdltr/badge.svg?branch=master)](https://coveralls.io/github/SamR1/rdltr?branch=master)1
[![pipeline status](https://github.com/SamR1/rdltr/actions/workflows/.tests-python.yml/badge.svg)](https://github.com/SamR1/rdltr/actions/workflows/.tests-python.yml)
[![pipeline status](https://github.com/SamR1/rdltr/actions/workflows/.tests-javascript.yml/badge.svg)](https://github.com/SamR1/rdltr/actions/workflows/.tests-javascript.yml)----
**rdltr** is a _read-it later_ web application: save articles for later reading.
Categories and tags can be used to classify articles.It is also possible to add articles from [FreshRSS](https://freshrss.org/).
A Firefox add-on is available: [SamR1/rdltr-addon](https://github.com/SamR1/rdltr-addon), allowing
to add article from browser side.
➡️ see [documentation](https://samr1.github.io/rdltr/index.html) for installation instructions and features.![application screenshot](https://raw.githubusercontent.com/SamR1/rdltr/master/docsrc/source/_images/screenshot.png)
Initially a small project to learn Vue (with Flask)2, **rdltr** uses
**[readability-lxml](https://github.com/buriy/python-readability)** to parse HTML
content.---
Notes:
_1. test coverage: only for Python_
_2. application structure inspired by this tutorial: [Full-stack single page application with Vue.js and Flask](https://codeburst.io/full-stack-single-page-application-with-vue-js-and-flask-b1e036315532)_