{"id":15797869,"url":"https://github.com/grokify/go-wordpressxml","last_synced_at":"2025-05-07T14:12:26.971Z","repository":{"id":37930329,"uuid":"65640731","full_name":"grokify/go-wordpressxml","owner":"grokify","description":"WordPress XML export parser in Go","archived":false,"fork":false,"pushed_at":"2025-05-05T10:47:20.000Z","size":252,"stargazers_count":6,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T14:12:18.038Z","etag":null,"topics":[],"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/grokify.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-13T23:08:19.000Z","updated_at":"2025-04-07T11:38:06.000Z","dependencies_parsed_at":"2023-02-09T20:50:13.722Z","dependency_job_id":"7e101e9f-162f-46a7-805f-2ef980a85088","html_url":"https://github.com/grokify/go-wordpressxml","commit_stats":null,"previous_names":["grokify/wordpress-xml-go"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-wordpressxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-wordpressxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-wordpressxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-wordpressxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/go-wordpressxml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892504,"owners_count":21820648,"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-05T00:21:34.011Z","updated_at":"2025-05-07T14:12:26.958Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordPress XML Parser\n====================\n\n[![Build Status][build-status-svg]][build-status-url]\n[![Lint Status][lint-status-svg]][lint-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n\n## Overview\n\nThe `go-wordpressxml` package provides a WordPress WXR (WordPress eXtended RSS) XML parser.\n\n## Documentation\n\nDocumentation is provided using godoc and available on [GoDoc.org](https://godoc.org/github.com/grokify/go-wordpressxml).\n\n## Installation\n\nInstalling any of the packages will install the entire library. For example:\n\n```bash\n$ go get github.com/grokify/go-wordpressxml\n```\n\n## Usage\n\n```go\nimport (\n\t\"github.com/grokify/go-wordpressxml\"\n)\n\nfunc main() {\n\twp := wordpressxml.NewWordPressXML()\n\terr := wp.ReadFile(\"myblog.wordpress.2016-08-13.xml\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\twp.WriteMetaCSV(\"articles.csv\")\n}\n```\n\n## Notes\n\nSince WordPress uses `content:encoded` and `excerpt:encoded`, Go's XML built-in parser treats both of these as the field `encoded` in different namespaces. This parser retrieves these fields as an array of `encoded` and then moves the data into the `Content` property.\n\n## Contributing\n\nFeatures, Issues, and Pull Requests are always welcome.\n\nTo contribute:\n\n1. Fork it ( http://github.com/grokify/go-wordpressxml/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nPlease report issues and feature requests on [GitHub](https://github.com/grokify/go-wordpressxml).\n\n [build-status-svg]: https://github.com/grokify/go-wordpressxml/actions/workflows/ci.yaml/badge.svg?branch=master\n [build-status-url]: https://github.com/grokify/go-wordpressxml/actions/workflows/ci.yaml\n [lint-status-svg]: https://github.com/grokify/go-wordpressxml/actions/workflows/lint.yaml/badge.svg?branch=master\n [lint-status-url]: https://github.com/grokify/go-wordpressxml/actions/workflows/lint.yaml\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/go-wordpressxml\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/go-wordpressxml\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/go-wordpressxml\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/go-wordpressxml\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/go-wordpressxml/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-wordpressxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fgo-wordpressxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-wordpressxml/lists"}