{"id":16052511,"url":"https://github.com/y-yagi/rssfinder","last_synced_at":"2026-05-19T09:11:08.605Z","repository":{"id":47561832,"uuid":"352246055","full_name":"y-yagi/rssfinder","owner":"y-yagi","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T07:27:44.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T15:54:21.016Z","etag":null,"topics":["golang","rss"],"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/y-yagi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-28T05:09:29.000Z","updated_at":"2023-01-08T07:27:47.000Z","dependencies_parsed_at":"2023-02-08T05:17:02.123Z","dependency_job_id":null,"html_url":"https://github.com/y-yagi/rssfinder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/y-yagi/rssfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Frssfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Frssfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Frssfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Frssfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-yagi","download_url":"https://codeload.github.com/y-yagi/rssfinder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Frssfinder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265365642,"owners_count":23753367,"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":["golang","rss"],"created_at":"2024-10-09T01:20:27.886Z","updated_at":"2026-05-19T09:11:03.584Z","avatar_url":"https://github.com/y-yagi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rssfinder\n\n[![Build Status](https://github.com/y-yagi/rssfinder/actions/workflows/ci.yml/badge.svg)](https://github.com/y-yagi/rssfinder/actions/workflows/ci.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/y-yagi/rssfinder.svg)](https://pkg.go.dev/github.com/y-yagi/rssfinder)\n\n`rssfinder` is a library that finds RSS feeds from an URL.\n\nExample:\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/y-yagi/rssfinder\"\n)\n\nfunc main() {\n\tfeeds, err := rssfinder.Find(\"https://github.com/y-yagi/rssfinder/releases\")\n\tif err != nil {\n\t\tfmt.Printf(\"Find error: %v\\n\", err)\n\t\treturn\n\t}\n\n\tfor _, feed := range feeds {\n\t\tfmt.Printf(\"Type: '%v', Title: '%v', Href: '%v'\\n\", feed.Type, feed.Title, feed.Href)\n\t\t// Type: 'application/atom+xml', Title: 'rssfinder Release Notes', Href: 'https://github.com/y-yagi/rssfinder/releases.atom'\n\t\t// Type: 'application/atom+xml', Title: 'rssfinder Tags', Href: 'https://github.com/y-yagi/rssfinder/tags.atom'\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-yagi%2Frssfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-yagi%2Frssfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-yagi%2Frssfinder/lists"}