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: 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T18:46:54.000Z (about 1 year ago)
- Last Synced: 2025-03-19T03:11:09.865Z (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: 2
- 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.
[](https://pypi.org/project/rdltr/)
[](https://python.org)
[](http://flask.pocoo.org/) [](https://github.com/psf/black)
[](http://mypy-lang.org/)
[](https://vuejs.org/)
[](https://github.com/prettier/prettier)
[](https://www.typescriptlang.org/)
[](https://coveralls.io/github/SamR1/rdltr?branch=master)1
[](https://github.com/SamR1/rdltr/actions/workflows/.tests-python.yml)
[](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.
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)_