{"id":19398071,"url":"https://github.com/arthurweinmann/readability-singlefile-binary","last_synced_at":"2026-04-22T09:01:46.934Z","repository":{"id":177459240,"uuid":"660407643","full_name":"arthurweinmann/readability-singlefile-binary","owner":"arthurweinmann","description":"The Mozilla Readability Node.js package, used in Firefox Reader View, here compiled into a single executable binary with Deno's help and some workarounds.","archived":false,"fork":false,"pushed_at":"2024-01-27T19:44:06.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T23:23:46.565Z","etag":null,"topics":["deno","firefox-reader","readability","web-reader"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arthurweinmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-06-30T00:18:29.000Z","updated_at":"2023-06-30T00:31:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fd14b0a-fa5b-4c24-bd7e-8e7a41e83aef","html_url":"https://github.com/arthurweinmann/readability-singlefile-binary","commit_stats":null,"previous_names":["arthurweinmann/readability-singlefile-binary"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/arthurweinmann/readability-singlefile-binary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurweinmann%2Freadability-singlefile-binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurweinmann%2Freadability-singlefile-binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurweinmann%2Freadability-singlefile-binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurweinmann%2Freadability-singlefile-binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthurweinmann","download_url":"https://codeload.github.com/arthurweinmann/readability-singlefile-binary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurweinmann%2Freadability-singlefile-binary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":["deno","firefox-reader","readability","web-reader"],"created_at":"2024-11-10T11:04:48.625Z","updated_at":"2026-04-22T09:01:46.915Z","avatar_url":"https://github.com/arthurweinmann.png","language":"JavaScript","readme":"# Mozilla Readibility as a single executable binary\n\nThe original package is available at https://github.com/mozilla/readability.\n\nThe cli executable tool from this repository strips away clutter like buttons, ads, background images, and videos. It outputs html and text great for reading or parsing (for a web crawler for example).\n\n# Binary Download and Installation\n\nFor a quick start, you can download a pre-compiled binary available in the Releases section of this repository. It provides an effortless way to access the package without delving into the compilation process.\n\n# Compiling the Package\n\nInstall Deno:\n\n(Instruction for Macos and Linux, more options available at https://deno.land/manual@v1.34.3/getting_started/installation)\n```\ncurl -fsSL https://deno.land/x/install/install.sh | sh\n```\n\nThen run:\n```\ndeno compile --unstable --allow-read --allow-write --allow-net --allow-env --output=readability_cli readability_cli.js\ndeno compile --unstable --allow-read --allow-write --allow-net --allow-env --output=readability_httpserver readability_httpserver.js\n```\n\n# How to use\n\n## HTTP Server\n\n```\n./readability_httpserver --homedir /path/to/home/directory --listenon \"127.0.0.1\" --port 8080\n```\n\nThen `curl -X POST \"/path/to/home/directory/path/to/html/file/to/make/more/readable.html\"`, readability_httpserver will write `/path/to/home/directory/path/to/html/file/to/make/more/readable.readable.html` and `/path/to/home/directory/path/to/html/file/to/make/more/readable.readable.txt` in the same location.\n\n## CLI\n\n```\n./readability_cli --sourcefile index.html --outputfile very_readable.html\n```\n\n# License\n\nSee LICENSE.md. \nIt is the license from Arc90 javascript library upon which Readability is based. \nIt is also the one adopted by the Mozilla repository.\n\n# Credits\n\nhttps://github.com/mozilla/readability\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurweinmann%2Freadability-singlefile-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurweinmann%2Freadability-singlefile-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurweinmann%2Freadability-singlefile-binary/lists"}