{"id":29251750,"url":"https://github.com/macrat/go-enex","last_synced_at":"2025-09-01T18:37:06.435Z","repository":{"id":57516739,"uuid":"177584031","full_name":"macrat/go-enex","owner":"macrat","description":"The parser for the xml that exported by Evernote (.enex)","archived":false,"fork":false,"pushed_at":"2021-02-25T11:09:45.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T18:08:29.631Z","etag":null,"topics":["evernote","evernote-enex","golang-library"],"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/macrat.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":"2019-03-25T12:40:35.000Z","updated_at":"2024-06-19T18:08:29.632Z","dependencies_parsed_at":"2022-09-16T19:00:24.223Z","dependency_job_id":null,"html_url":"https://github.com/macrat/go-enex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/macrat/go-enex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macrat%2Fgo-enex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macrat%2Fgo-enex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macrat%2Fgo-enex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macrat%2Fgo-enex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macrat","download_url":"https://codeload.github.com/macrat/go-enex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macrat%2Fgo-enex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263427316,"owners_count":23464845,"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":["evernote","evernote-enex","golang-library"],"created_at":"2025-07-04T01:08:17.763Z","updated_at":"2025-07-04T01:08:18.785Z","avatar_url":"https://github.com/macrat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-enex\r\n=======\r\n\r\n[![GoDoc](https://godoc.org/github.com/macrat/go-enex?status.svg)](https://godoc.org/github.com/macrat/go-enex)\r\n\r\nThe parser for [the xml that exported by Evernote (.enex)](https://help.evernote.com/hc/en-us/articles/209005557).\r\n\r\n## Example\r\n\r\n``` go\r\npackage main\r\n\r\nimport (\r\n\t\"os\"\r\n\t\r\n\t\"github.com/macrat/go-enex\"\r\n)\r\n\r\nfunc main() {\r\n\tf, _ := os.Open(\"notebook.enex\")\r\n\r\n\tdata, err := enex.ParseFromReader(f)\r\n\tif err != nil {\r\n\t\tpanic(err.Error())\r\n\t}\r\n\r\n\tfor _, note := range data.Notes {\r\n\t\tfmt.Println(note.UpdatedAt, \": \", note.Title)\r\n\t}\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacrat%2Fgo-enex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacrat%2Fgo-enex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacrat%2Fgo-enex/lists"}