{"id":17816023,"url":"https://github.com/cnseniorious000/python-readability","last_synced_at":"2025-04-02T08:18:08.273Z","repository":{"id":259238692,"uuid":"877392589","full_name":"CNSeniorious000/python-readability","owner":"CNSeniorious000","description":"Python wrapper for @mozilla/readability","archived":false,"fork":false,"pushed_at":"2025-03-08T23:12:37.000Z","size":21,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T00:48:44.842Z","etag":null,"topics":["html","llm","mozilla","readability","scraping","web"],"latest_commit_sha":null,"homepage":"https://cnseniorious000.github.io/python-readability/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CNSeniorious000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-23T15:13:13.000Z","updated_at":"2024-12-20T08:11:32.000Z","dependencies_parsed_at":"2024-10-23T19:49:50.182Z","dependency_job_id":"12cc4c66-50c9-4274-a31c-513b3ff19fde","html_url":"https://github.com/CNSeniorious000/python-readability","commit_stats":null,"previous_names":["cnseniorious000/python-readability"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CNSeniorious000%2Fpython-readability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CNSeniorious000%2Fpython-readability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CNSeniorious000%2Fpython-readability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CNSeniorious000%2Fpython-readability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CNSeniorious000","download_url":"https://codeload.github.com/CNSeniorious000/python-readability/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777816,"owners_count":20832033,"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":["html","llm","mozilla","readability","scraping","web"],"created_at":"2024-10-27T16:28:15.758Z","updated_at":"2025-04-02T08:18:08.256Z","avatar_url":"https://github.com/CNSeniorious000.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readability.py\n\nThis is a Python wrapper for [@mozilla/readability](https://github.com/mozilla/readability), a 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\n```sh\npip install python-readability\n```\n\n## Usage\n\n```py\nfrom readability import parse\n\nparse(html_string, **options)\n```\n\nSee the original documentation and the type hints for details.\n\n## Requirements\n\nSince this package is a wrapper for the original JavaScript library, it use a JavaScript engine to run the code.\n\nFor now, if you are running this package in a regular CPython environment, it will use [pythonmonkey](https://github.com/Distributive-Network/PythonMonkey) to interpret JavaScript, which requires Python 3.8+.\n\nThis package is also available inside [pyodide](https://github.com/pyodide/pyodide) because it can use the native JavaScript engine that `pyodide` runs on.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnseniorious000%2Fpython-readability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnseniorious000%2Fpython-readability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnseniorious000%2Fpython-readability/lists"}