{"id":17607282,"url":"https://github.com/sapuri/feed-finder","last_synced_at":"2025-04-13T19:21:06.132Z","repository":{"id":54670865,"uuid":"332419677","full_name":"sapuri/feed-finder","owner":"sapuri","description":"A Go library for finding RSS feed URLs from the given URL","archived":false,"fork":false,"pushed_at":"2021-02-04T16:55:35.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T10:01:40.348Z","etag":null,"topics":["atom","feed","golang","library","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/sapuri.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-01-24T10:24:31.000Z","updated_at":"2023-03-10T12:08:14.000Z","dependencies_parsed_at":"2022-08-13T23:30:36.181Z","dependency_job_id":null,"html_url":"https://github.com/sapuri/feed-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Ffeed-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Ffeed-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Ffeed-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Ffeed-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapuri","download_url":"https://codeload.github.com/sapuri/feed-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766687,"owners_count":21158302,"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":["atom","feed","golang","library","rss"],"created_at":"2024-10-22T16:09:33.741Z","updated_at":"2025-04-13T19:21:06.107Z","avatar_url":"https://github.com/sapuri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# feed-finder\nA Go library for finding RSS feed URLs from the given URL\n\n## Installation\n```\ngo get github.com/sapuri/feed-finder\n```\n\n(optional) To run unit tests:\n```\nmake test\n```\n\n## Examples\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/sapuri/feed-finder/feedfinder\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\tconst siteURL = \"https://www3.nhk.or.jp/news/\"\n\n\tff := feedfinder.New()\n\tfeeds, err := ff.FindFeeds(ctx, siteURL)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfor _, feed := range feeds {\n\t\tfmt.Println(feed.Title)\n\t\tfmt.Println(feed.URL)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapuri%2Ffeed-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapuri%2Ffeed-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapuri%2Ffeed-finder/lists"}