{"id":20278504,"url":"https://github.com/wmentor/rss","last_synced_at":"2025-03-04T01:44:32.169Z","repository":{"id":64298243,"uuid":"273067642","full_name":"wmentor/rss","owner":"wmentor","description":"Go RSS reader library","archived":false,"fork":false,"pushed_at":"2024-01-13T13:31:43.000Z","size":5,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T06:54:11.569Z","etag":null,"topics":["go","go-lib","go-library","golang","golang-library","golang-rss-reader","rss","rss-reader"],"latest_commit_sha":null,"homepage":null,"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/wmentor.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":"2020-06-17T20:03:36.000Z","updated_at":"2024-02-19T21:23:32.000Z","dependencies_parsed_at":"2024-11-14T13:24:02.569Z","dependency_job_id":"7371ff0d-07e4-4507-a9f8-e40a6241f633","html_url":"https://github.com/wmentor/rss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmentor%2Frss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmentor%2Frss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmentor%2Frss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmentor%2Frss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmentor","download_url":"https://codeload.github.com/wmentor/rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768283,"owners_count":20017129,"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","go-lib","go-library","golang","golang-library","golang-rss-reader","rss","rss-reader"],"created_at":"2024-11-14T13:23:47.903Z","updated_at":"2025-03-04T01:44:32.150Z","avatar_url":"https://github.com/wmentor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nSimple RSS reader library for Go\n\n# Install\n\n```\ngo get github.com/wmentor/rss\n```\n\n# Usage\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n\n  \"github.com/wmentor/rss\"\n)\n\nfunc main() {\n\n  list, err := rss.Get(\"https://morphs.ru/rss.xml\")\n  if err != nil {\n    panic(err)\n  }\n\n  for _, rec := range list {\n    fmt.Printf(\"Title=%s\\nLink=%s\\nDecription=%s\\n\\n\", rec.Title, rec.Link, rec.Description)\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmentor%2Frss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmentor%2Frss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmentor%2Frss/lists"}