{"id":18251685,"url":"https://github.com/summerwind/cloudevents-feed-notifier","last_synced_at":"2025-06-24T20:04:16.342Z","repository":{"id":57592097,"uuid":"165863613","full_name":"summerwind/cloudevents-feed-notifier","owner":"summerwind","description":"Watch the update of XML feed and notify new entry as CloudEvents.","archived":false,"fork":false,"pushed_at":"2020-01-25T10:39:17.000Z","size":14,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:52:03.232Z","etag":null,"topics":["cloudevents","feed","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/summerwind.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-01-15T14:19:25.000Z","updated_at":"2024-02-10T16:20:43.000Z","dependencies_parsed_at":"2022-08-30T07:40:38.766Z","dependency_job_id":null,"html_url":"https://github.com/summerwind/cloudevents-feed-notifier","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/summerwind%2Fcloudevents-feed-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/summerwind%2Fcloudevents-feed-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/summerwind%2Fcloudevents-feed-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/summerwind%2Fcloudevents-feed-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/summerwind","download_url":"https://codeload.github.com/summerwind/cloudevents-feed-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223150765,"owners_count":17095957,"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":["cloudevents","feed","golang","rss"],"created_at":"2024-11-05T09:48:14.333Z","updated_at":"2024-11-05T09:48:18.132Z","avatar_url":"https://github.com/summerwind.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudevents-feed-notifier\n\ncloudevents-feed-notifier watches the update of XML feeds and notify the new entry of feed as CloudEvents.\n\n## Install\n\nDownload the latest binary from the [Releases](https://github.com/summerwind/cloudevents-feed-notifier/releases) page.\n\nDocker image is also available. Running with Docker is as follows.\n\n```\n$ docker run -it -v $PWD/config.yml:/config.yml summerwind/cloudevents-feed-notifier:latest\n```\n\n## Usage\n\ncloudevents-feed-notifier can be started from the command line as follows.\n\n```\n$ cloudevents-feed-notifier -c config.yml\n```\n\nTo start cloudevents-feed-notifier, specify the configuration file using the `-c` option. The configuration format is in YAML. Please see `example/config.yml` for the full configuration file format.\n\n## Event\n\nEvent are sent as CloudEvents using HTTP Transport Binding (Binary Content Mode).\n\n### Request headers\n\n| Header | Value |\n| --- | --- |\n| ce-specversion | 1.0 |\n| ce-type        | feed.publish |\n| ce-source      | https://github.com/kubernetes/kubernetes/releases/tag/v1.13.2 (Entry URL) |\n| ce-id          | cffa4fa7-095b-485c-aaa8-a28e98a5f897 (Auto generated UUID) |\n| ce-time        | 2019-01-16T19:41:51+09:00 (Published time) |\n| Content-Type   | application/json |\n\n### Request body\n\n```\n{\n  \"feed\":{\n    \"title\": \"Release notes from kubernetes\",\n    \"url\": \"https://github.com/kubernetes/kubernetes/releases.atom\"\n  },\n  \"entry\":{\n    \"title\": \"v1.13.2\",\n    \"url\": \"https://github.com/kubernetes/kubernetes/releases/tag/v1.13.2\",\n    \"published_at\": \"2019-01-11T02:18:07Z\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsummerwind%2Fcloudevents-feed-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsummerwind%2Fcloudevents-feed-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsummerwind%2Fcloudevents-feed-notifier/lists"}