{"id":18681841,"url":"https://github.com/gravityblast/feedfinder","last_synced_at":"2025-08-27T13:22:02.762Z","repository":{"id":16566456,"uuid":"19320341","full_name":"gravityblast/feedfinder","owner":"gravityblast","description":"Discovers feed links on web pages (#go #golang)","archived":false,"fork":false,"pushed_at":"2015-01-07T14:17:42.000Z","size":180,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T10:54:29.251Z","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/gravityblast.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":"2014-04-30T16:42:07.000Z","updated_at":"2024-01-15T18:09:21.000Z","dependencies_parsed_at":"2022-09-26T20:53:16.203Z","dependency_job_id":null,"html_url":"https://github.com/gravityblast/feedfinder","commit_stats":null,"previous_names":["pilu/feedfinder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gravityblast/feedfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Ffeedfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Ffeedfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Ffeedfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Ffeedfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gravityblast","download_url":"https://codeload.github.com/gravityblast/feedfinder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Ffeedfinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272335790,"owners_count":24916529,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-07T10:09:47.810Z","updated_at":"2025-08-27T13:22:02.738Z","avatar_url":"https://github.com/gravityblast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedfinder\n\n[![Build Status](https://travis-ci.org/pilu/feedfinder.png?branch=master)](https://travis-ci.org/pilu/feedfinder)\n\nFeedfinder is a [Go](http://golang.org/) library that you can use to discover feed links on web pages.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/pilu/feedfinder\"\n)\n\nfunc main() {\n\tlinks, err := feedfinder.Find(\"http://blog.golang.org\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfor _, link := range links {\n\t\tfmt.Printf(\"%s (%s): %s\\n\", link.Title, link.Type, link.URL.String())\n\t}\n}\n```\n\n## Author\n\n* [Andrea Franz](http://gravityblast.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Ffeedfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgravityblast%2Ffeedfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Ffeedfinder/lists"}