{"id":20036839,"url":"https://github.com/vborovikov/readability","last_synced_at":"2025-09-20T08:32:30.056Z","repository":{"id":223640844,"uuid":"761074098","full_name":"vborovikov/readability","owner":"vborovikov","description":"A C# version of the readability lib","archived":false,"fork":false,"pushed_at":"2025-01-07T09:13:43.000Z","size":6769,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T09:38:42.823Z","etag":null,"topics":["csharp","dotnet","html-parser","readability"],"latest_commit_sha":null,"homepage":"","language":"C#","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/vborovikov.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-21T07:30:54.000Z","updated_at":"2025-01-07T09:13:47.000Z","dependencies_parsed_at":"2024-06-21T05:42:52.046Z","dependency_job_id":"948c91e8-7fb6-4516-bf77-662cc04a8af9","html_url":"https://github.com/vborovikov/readability","commit_stats":null,"previous_names":["vborovikov/readability"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vborovikov%2Freadability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vborovikov%2Freadability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vborovikov%2Freadability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vborovikov%2Freadability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vborovikov","download_url":"https://codeload.github.com/vborovikov/readability/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233648245,"owners_count":18708165,"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":["csharp","dotnet","html-parser","readability"],"created_at":"2024-11-13T10:17:00.332Z","updated_at":"2025-09-20T08:32:23.875Z","avatar_url":"https://github.com/vborovikov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readability\n\n[![NuGet](https://img.shields.io/nuget/v/ReadabilityLib.svg)](https://www.nuget.org/packages/ReadabilityLib/)\n[![Downloads](https://img.shields.io/nuget/dt/ReadabilityLib.svg)](https://www.nuget.org/packages/ReadabilityLib/#versions-body-tab)\n[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\nA C# port of standalone version of the readability library used for [Firefox Reader View](https://support.mozilla.org/kb/firefox-reader-view-clutter-free-web-pages).\n\n## Installation\n\nReadability is available on Nuget:\n\n```bash\ndotnet add package ReadabilityLib\n```\n\nYou can then `using Readability;` it.\n\n## Basic usage\n\nTo parse an article, you need to call `Parse()` method on a [Brackets](https://github.com/vborovikov/brackets) `Document` object. Here's an example:\n\n```csharp\nvar document = await Document.Html.ParseAsync(documentContentStream);\nvar article = document.Parse();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvborovikov%2Freadability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvborovikov%2Freadability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvborovikov%2Freadability/lists"}