{"id":40815792,"url":"https://github.com/millerlogic/htmlstrip","last_synced_at":"2026-01-21T21:40:02.127Z","repository":{"id":57609856,"uuid":"143914678","full_name":"millerlogic/htmlstrip","owner":"millerlogic","description":"Strips HTML from the input, outputs plain text, streamed in realtime without preloading the whole document","archived":false,"fork":false,"pushed_at":"2019-02-09T22:40:23.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T04:21:08.555Z","etag":null,"topics":["html","html-parser","html-parser-library","html-strip","parser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/millerlogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-07T18:53:48.000Z","updated_at":"2019-07-18T12:41:33.000Z","dependencies_parsed_at":"2022-08-27T21:23:36.701Z","dependency_job_id":null,"html_url":"https://github.com/millerlogic/htmlstrip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/millerlogic/htmlstrip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millerlogic%2Fhtmlstrip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millerlogic%2Fhtmlstrip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millerlogic%2Fhtmlstrip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millerlogic%2Fhtmlstrip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millerlogic","download_url":"https://codeload.github.com/millerlogic/htmlstrip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millerlogic%2Fhtmlstrip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["html","html-parser","html-parser-library","html-strip","parser"],"created_at":"2026-01-21T21:40:01.447Z","updated_at":"2026-01-21T21:40:02.118Z","avatar_url":"https://github.com/millerlogic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# htmlstrip\nStrips HTML from the input, outputs plain text. It is streamed in realtime without preloading the whole document.\n\n* Easy to use Writer interface: \\\n    ```io.Copy(\u0026htmlstrip.Writer{W: os.Stdout}, os.Stdin)```\n\n* All it does is strip HTML into plain text.\n\n* Should never use excessive memory as it does not buffer the whole document.\n\n* Script, style and head tags are removed entirely, as they are not part of the page's text.\n\n* The provided command strips HTML from standard input or specified files, writes plain text to standard output. \\\n    ```go install github.com/millerlogic/htmlstrip/cmd/htmlstrip```\n\n* Could be used as an extremely basic, non-interactive text browser: \\\n    ```curl -s -S https://en.wikipedia.org/wiki/Chinchilla | htmlstrip | less```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillerlogic%2Fhtmlstrip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillerlogic%2Fhtmlstrip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillerlogic%2Fhtmlstrip/lists"}