{"id":20918429,"url":"https://github.com/twm/yarrharr","last_synced_at":"2026-01-16T20:34:52.015Z","repository":{"id":10371392,"uuid":"12514665","full_name":"twm/yarrharr","owner":"twm","description":"Yarrharr Feed Reader","archived":false,"fork":false,"pushed_at":"2026-01-02T09:55:30.000Z","size":4536,"stargazers_count":3,"open_issues_count":39,"forks_count":0,"subscribers_count":0,"default_branch":"trunk","last_synced_at":"2026-01-08T00:50:41.211Z","etag":null,"topics":["feed-reader","python3","rss-aggregator","twisted"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/twm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-09-01T02:36:41.000Z","updated_at":"2026-01-02T09:53:29.000Z","dependencies_parsed_at":"2023-02-17T03:45:30.567Z","dependency_job_id":"1f5a1e34-d0df-43e1-95e3-84269983d750","html_url":"https://github.com/twm/yarrharr","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/twm/yarrharr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twm%2Fyarrharr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twm%2Fyarrharr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twm%2Fyarrharr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twm%2Fyarrharr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twm","download_url":"https://codeload.github.com/twm/yarrharr/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twm%2Fyarrharr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["feed-reader","python3","rss-aggregator","twisted"],"created_at":"2024-11-18T16:38:51.658Z","updated_at":"2026-01-16T20:34:52.002Z","avatar_url":"https://github.com/twm.png","language":"Python","readme":"# Yarrharr\n\nYarrharr is a simple web-based feed reader intended for self-hosting.\n\n## Project Status\n\nThis is a personal passion project and learning tool.\nI’m not looking for collaborators.\n\nIt’s implemented as a [Django](https://www.djangoproject.com/) app served via [Twisted](https://twisted.org/).\nThe frontend is mostly static HTML with a few web components for in-page interactivity.\n\nYarrharr isn’t ready for you to use it, and probably won't be any time soon.\nThe [1.0 milestone](https://github.com/twm/yarrharr/milestone/1) tracks whether the project is ready for general use.\n\n## Development\n\nYarrharr is a Python application, but also a modern web app, so its dependencies are numerous.\nThe following steps work on Ubuntu 20.04; some modification may be necessary for Debian.\n\nThe [conventions document](./conventions.md) describes some idioms used in the codebase.\n\n### Get the Source and Dependencies\n\nGrab the build dependencies with:\n\n    $ sudo apt install brotli inkscape git scour python3-dev build-essential\n\n[Install uv](https://docs.astral.sh/uv/getting-started/installation/).\n\n[Install Just](https://just.systems/man/en/), probaby via Cargo.\n\nCheck out the repository:\n\n    $ git checkout https://github.com/twm/yarrharr.git\n    $ cd yarrharr\n\n### Running the Django Development Server\n\nRun the Django development server via Tox with:\n\n    $ just devserver\n\nThe Django dev server is running at [http://127.0.0.1:8888/](http://127.0.0.1:8888/).\n\nIf you make changes to the Django models you can generate migrations by running::\n\n    $ just makemigrations\n\nIf you wish to check feeds for updates:\n\n    $ just poll-feeds\n\nBy default, polling for feeds will only poll feeds that have been scheduled to be checked.\nTo schedule an immediate check of all feeds:\n\n    $ just force-poll\n\n## Running the `yarrharr` Executable\n\nTo run the `yarrharr` Twisted executable in a development, stop the Django dev server and run:\n\n    $ just realserver\n\nYarrharr is running at [http://127.0.0.1:8888/](http://127.0.0.1:8888/).\n\n## Releasing Yarrharr\n\n    $ just release\n\n## License\n\nCopyright © 2013–2025 Tom Most\n\nThis program is free software; you can redistribute it and/or modify it under\nthe terms of the [GNU General Public License](./COPYING) as published by the Free Software\nFoundation; either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program; if not, see \u003chttp://www.gnu.org/licenses\u003e.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwm%2Fyarrharr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwm%2Fyarrharr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwm%2Fyarrharr/lists"}