{"id":13478840,"url":"https://github.com/SamR1/rdltr","last_synced_at":"2025-03-27T08:31:03.879Z","repository":{"id":34050375,"uuid":"166545785","full_name":"SamR1/rdltr","owner":"SamR1","description":"a simple read-it later app","archived":true,"fork":false,"pushed_at":"2024-05-04T18:46:54.000Z","size":12730,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T03:11:09.865Z","etag":null,"topics":["flask","python","rdltr","read-it-later","readability-lxml","self-hosted","vue"],"latest_commit_sha":null,"homepage":"https://samr1.github.io/rdltr","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamR1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-19T12:45:03.000Z","updated_at":"2024-05-04T18:59:19.000Z","dependencies_parsed_at":"2024-01-01T18:33:18.052Z","dependency_job_id":"f7ef61d8-a593-4557-bcfb-26ca8fd68f4a","html_url":"https://github.com/SamR1/rdltr","commit_stats":{"total_commits":231,"total_committers":2,"mean_commits":115.5,"dds":0.008658008658008698,"last_synced_commit":"4392c647f47ece3c208728bbd2c8b69e83f297bb"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Frdltr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Frdltr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Frdltr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Frdltr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamR1","download_url":"https://codeload.github.com/SamR1/rdltr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809732,"owners_count":20676040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python","rdltr","read-it-later","readability-lxml","self-hosted","vue"],"created_at":"2024-07-31T16:02:04.299Z","updated_at":"2025-03-27T08:31:01.275Z","avatar_url":"https://github.com/SamR1.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# rdltr\n\n\u003e ⚠️ **rdltr** is no longer maintained.\n\n[![PyPI version](https://img.shields.io/pypi/v/rdltr.svg)](https://pypi.org/project/rdltr/)\n[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)\n[![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) \n[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)  \n[![Vue Version](https://img.shields.io/badge/vue-3.4-brightgreen.svg)](https://vuejs.org/)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) \n[![types: TypeScript](https://img.shields.io/npm/types/typescript)](https://www.typescriptlang.org/)   \n[![Coverage Status](https://coveralls.io/repos/github/SamR1/rdltr/badge.svg?branch=master)](https://coveralls.io/github/SamR1/rdltr?branch=master)\u003csup\u003e\u003csup\u003e1\u003c/sup\u003e\u003c/sup\u003e\n[![pipeline status](https://github.com/SamR1/rdltr/actions/workflows/.tests-python.yml/badge.svg)](https://github.com/SamR1/rdltr/actions/workflows/.tests-python.yml)\n[![pipeline status](https://github.com/SamR1/rdltr/actions/workflows/.tests-javascript.yml/badge.svg)](https://github.com/SamR1/rdltr/actions/workflows/.tests-javascript.yml)\n\n----\n\n**rdltr** is a _read-it later_ web application: save articles for later reading.  \nCategories and tags can be used to classify articles.  \n\nIt is also possible to add articles from [FreshRSS](https://freshrss.org/).  \nA Firefox add-on is available: [SamR1/rdltr-addon](https://github.com/SamR1/rdltr-addon), allowing\n to add article from browser side.  \n➡️ see [documentation](https://samr1.github.io/rdltr/index.html) for installation instructions and features.  \n\n![application screenshot](https://raw.githubusercontent.com/SamR1/rdltr/master/docsrc/source/_images/screenshot.png)\n\nInitially a small project to learn Vue (with Flask)\u003csup\u003e2\u003c/sup\u003e, **rdltr** uses \n**[readability-lxml](https://github.com/buriy/python-readability)** to parse HTML \ncontent.\n\n---\n\nNotes:  \n_1. test coverage: only for Python_  \n_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)_  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamR1%2Frdltr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSamR1%2Frdltr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamR1%2Frdltr/lists"}