{"id":21888792,"url":"https://github.com/timolinn/html","last_synced_at":"2025-03-22T02:24:15.079Z","repository":{"id":144203539,"uuid":"218789189","full_name":"timolinn/html","owner":"timolinn","description":"[WIP] HTML Parser written in Go","archived":false,"fork":false,"pushed_at":"2023-02-24T23:27:57.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T20:32:32.975Z","etag":null,"topics":["browser","browser-engine","go","html","htmlparser","parser","parsers"],"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/timolinn.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,"governance":null}},"created_at":"2019-10-31T14:46:37.000Z","updated_at":"2024-05-21T07:29:17.000Z","dependencies_parsed_at":"2023-07-14T12:51:08.028Z","dependency_job_id":null,"html_url":"https://github.com/timolinn/html","commit_stats":null,"previous_names":["timolinn/html-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fhtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fhtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fhtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fhtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timolinn","download_url":"https://codeload.github.com/timolinn/html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244895606,"owners_count":20527916,"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":["browser","browser-engine","go","html","htmlparser","parser","parsers"],"created_at":"2024-11-28T11:17:23.162Z","updated_at":"2025-03-22T02:24:15.057Z","avatar_url":"https://github.com/timolinn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Parser\n\n## I am currently re-writing this parser.\n\nThis is a simple html parser, it really is nothing super serious. However, it will power [nginB](https://github.com/timolinn/nginB), a mini browser engine.\n\n## Usage\n\n```go\n    package main\n\n    import (\n            \"fmt\"\n            \"github.com/timolinn/html-parser\"\n        )\n\n    func main() {\n        tmpl := []byte(`\u003chtml\u003e\u003cbody\u003e\u003cp id=\"hw\"\u003eHello, world\u003c/p\u003e\u003c/body\u003e\u003c/html\u003e`)\n        parsed := html.Parse(tmpl)\n        fmt.Printf(\"%+v\\n\", parsed)\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimolinn%2Fhtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimolinn%2Fhtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimolinn%2Fhtml/lists"}