{"id":21031503,"url":"https://github.com/slaveofcode/boilerpipe3","last_synced_at":"2025-09-01T01:07:41.865Z","repository":{"id":48168923,"uuid":"71660603","full_name":"slaveofcode/boilerpipe3","owner":"slaveofcode","description":"A fork of boilerpipe with python 3 and small fixes, ported from source `https://pypi.python.org/pypi/boilerpipe-py3.","archived":false,"fork":false,"pushed_at":"2020-04-10T15:31:11.000Z","size":7584,"stargazers_count":45,"open_issues_count":6,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T14:17:13.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/slaveofcode.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}},"created_at":"2016-10-22T19:22:14.000Z","updated_at":"2024-08-30T07:33:24.000Z","dependencies_parsed_at":"2022-09-26T21:31:28.564Z","dependency_job_id":null,"html_url":"https://github.com/slaveofcode/boilerpipe3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slaveofcode/boilerpipe3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fboilerpipe3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fboilerpipe3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fboilerpipe3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fboilerpipe3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slaveofcode","download_url":"https://codeload.github.com/slaveofcode/boilerpipe3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fboilerpipe3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273061076,"owners_count":25038596,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T12:29:02.071Z","updated_at":"2025-09-01T01:07:41.845Z","avatar_url":"https://github.com/slaveofcode.png","language":"Python","readme":"# boilerpipe3\nPython interface to Boilerpipe, Boilerplate Removal and Fulltext Extraction from HTML pages\n\nInstallation\n============\nYou can install this lib directly from github repository by execute these command\n    \n    pip install git+ssh://git@github.com/slaveofcode/boilerpipe3@master\n\nOr from official pypi \n\n    pip install boilerpipe3\n\nConfiguration\n=============\n\nDependencies:\njpype, charade\n\nThe boilerpipe jar files will get fetched and included automatically when building the package.\n\nUsage\n=====\n\nBe sure to have set JAVA_HOME properly since jpype depends on this setting.\n\nThe constructor takes a keyword argment ``extractor``, being one of the available boilerpipe extractor types:\n\n- DefaultExtractor\n- ArticleExtractor\n- ArticleSentencesExtractor\n- KeepEverythingExtractor\n- KeepEverythingWithMinKWordsExtractor\n- LargestContentExtractor\n- NumWordsRulesExtractor\n- CanolaExtractor\n\nIf no extractor is passed the DefaultExtractor will be used by default. Additional keyword arguments are either ``html`` for HTML text or ``url``.\n\n    from boilerpipe.extract import Extractor\n    extractor = Extractor(extractor='ArticleExtractor', url=your_url)\n\nThen, to extract relevant content:\n\n    extracted_text = extractor.getText()\n\t\n    extracted_html = extractor.getHTML()\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fboilerpipe3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslaveofcode%2Fboilerpipe3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fboilerpipe3/lists"}