{"id":21017593,"url":"https://github.com/gilliek/go-opml","last_synced_at":"2025-05-15T05:33:48.053Z","repository":{"id":57483877,"uuid":"20574643","full_name":"gilliek/go-opml","owner":"gilliek","description":"Go (golang) package for parsing OPML files","archived":false,"fork":false,"pushed_at":"2014-06-10T00:22:01.000Z","size":236,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:51:11.346Z","etag":null,"topics":["go","golang","opml","parsing-opml-files"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gilliek.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":"2014-06-06T18:58:03.000Z","updated_at":"2025-02-23T18:18:29.000Z","dependencies_parsed_at":"2022-08-27T23:21:38.994Z","dependency_job_id":null,"html_url":"https://github.com/gilliek/go-opml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilliek%2Fgo-opml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilliek%2Fgo-opml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilliek%2Fgo-opml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilliek%2Fgo-opml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gilliek","download_url":"https://codeload.github.com/gilliek/go-opml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254282994,"owners_count":22045131,"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":["go","golang","opml","parsing-opml-files"],"created_at":"2024-11-19T10:20:06.184Z","updated_at":"2025-05-15T05:33:47.831Z","avatar_url":"https://github.com/gilliek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-opml\n\n [![Build Status](https://travis-ci.org/gilliek/go-opml.png?branch=master)](https://travis-ci.org/gilliek/go-opml)\n\ngo-opml aims to be a Go package for parsing OPML files.\n\n## Installation\n\n```go get github.com/gilliek/go-opml/opml```\n\n## Usage\n\nParse OPML from file:\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/gilliek/go-opml/opml\"\n)\n\nfunc main() {\n\tdoc, err := opml.NewOPMLFromFile(\"path/to/file.xml\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n    xml, _ := doc.XML()\n\tfmt.Println(xml)\n\n    //...\n}\n```\n\n\nParse OPML from URL:\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/gilliek/go-opml/opml\"\n)\n\nfunc main() {\n\tdoc, err := opml.NewOPMLFromURL(\"http://www.example.com/file.xml\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n    xml, _ := doc.XML()\n\tfmt.Println(xml)\n\n    //...\n}\n```\n\n## Documentation\n\nDocument can be found on [GoWalker](https://gowalker.org/github.com/gilliek/go-opml/opml) \nor [GoDoc](http://godoc.org/github.com/gilliek/go-opml/opml)\n\n## License\n\nBSD 3-clauses\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilliek%2Fgo-opml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilliek%2Fgo-opml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilliek%2Fgo-opml/lists"}