Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

SamR1/rdltr

Repository files navigation

rdltr

⚠️ rdltr is no longer maintained.

PyPI version Python Version Flask Version code style: black type check: mypy
Vue Version code style: prettier types: TypeScript
Coverage Status1 pipeline status pipeline status


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.
A Firefox add-on is available: SamR1/rdltr-addon, allowing to add article from browser side.
➡️ see documentation for installation instructions and features.

application screenshot

Initially a small project to learn Vue (with Flask)2, rdltr uses readability-lxml 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