{"id":16862516,"url":"https://github.com/aarzilli/sandblast","last_synced_at":"2026-03-17T01:49:15.839Z","repository":{"id":18692118,"uuid":"21901938","full_name":"aarzilli/sandblast","owner":"aarzilli","description":"Library to extract text from HTML files","archived":false,"fork":false,"pushed_at":"2015-12-20T13:55:28.000Z","size":22,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T06:23:56.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aarzilli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-16T13:35:33.000Z","updated_at":"2023-06-16T16:37:19.000Z","dependencies_parsed_at":"2022-09-25T01:41:11.769Z","dependency_job_id":null,"html_url":"https://github.com/aarzilli/sandblast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Fsandblast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Fsandblast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Fsandblast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Fsandblast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarzilli","download_url":"https://codeload.github.com/aarzilli/sandblast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248363537,"owners_count":21091377,"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":[],"created_at":"2024-10-13T14:35:42.691Z","updated_at":"2026-03-17T01:49:15.772Z","avatar_url":"https://github.com/aarzilli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Library that uses Readability-like heuristics to extract text from an HTML document.\n\nExample:\n```go\nimport \"golang.org/x/net/html\"\n…\nnode, err := html.Parse(bytes.NewReader(raw_html))\nif err != nil {\n\tlog.Fatal(\"Parsing error: \", err)\n}\ntitle, text := sandblast.Extract(node)\nfmt.Printf(\"Title: %s\\n%s\", title, text)\n…\n```\nSee also `example/extract.go`, a command line utility to extract text from a URL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarzilli%2Fsandblast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarzilli%2Fsandblast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarzilli%2Fsandblast/lists"}