{"id":17746663,"url":"https://github.com/trivigy/feed-resource","last_synced_at":"2025-06-13T13:37:18.292Z","repository":{"id":85590903,"uuid":"130642789","full_name":"trivigy/feed-resource","owner":"trivigy","description":"Concourse RSS/Atom feed integration resource","archived":false,"fork":false,"pushed_at":"2018-04-24T18:59:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-26T08:51:23.764Z","etag":null,"topics":["atom","concourse","feed","rss"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trivigy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-23T05:06:33.000Z","updated_at":"2018-05-28T21:27:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"efde1569-df8d-4c93-afde-bf35222c9bb2","html_url":"https://github.com/trivigy/feed-resource","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/trivigy/feed-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trivigy%2Ffeed-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trivigy%2Ffeed-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trivigy%2Ffeed-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trivigy%2Ffeed-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trivigy","download_url":"https://codeload.github.com/trivigy/feed-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trivigy%2Ffeed-resource/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259654145,"owners_count":22890965,"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","concourse","feed","rss"],"created_at":"2024-10-26T08:08:12.526Z","updated_at":"2025-06-13T13:37:18.269Z","avatar_url":"https://github.com/trivigy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Feed Concourse Resource\n\nRetrieves and parses an RSS/Atom feed from an arbitrary\nURL, and splits out each syndicated post into files on-disk.\n\nResource Type Configuration\n---------------------------\n\n```yaml\nresource_types:\n- name: feed-resource\n  type: docker-image\n  source:\n    repository: syncaide/feed-resource\n```\n\nSource Configuration\n--------------------\n\n```yaml\nresources:\n- name: my-blog\n  type: feed-resource\n  source:\n    url: https://example.com/rss.xml\n    insecure: true\n```\n\nBehavior\n--------\n\n### `check`: Checks for a new version of the feed and versions its hash.\n\n#### Source: `source`\n\n- `url` - (_required_) The URL of the feed to consume. The feed file needs to \n    comply with the [gofeed](https://github.com/mmcdole/gofeed) library standard.\n- `insecure` - (_optional_) [false] Skip verification of remote TLS certificates.\n\n### `in`: Downloads the new feed as saves it in a file named after the feed name.\n\n### `out`: Inactive.\n\n## Usage Example\n```yaml\njobs:\n- name: feed-job\n  plan:\n  - get: my-blog\n    trigger: true\n    version: every\n  - task: build\n    config:\n      platform: linux\n      image_resource:\n        type: docker-image\n        source:\n          repository: ubuntu\n          tag: \"16.04\"\n      inputs:\n      - name: my-blog\n      run:\n        path: /bin/bash\n        args:\n        - -c\n        - |\n          cd my-blog\n          cat rss.xml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrivigy%2Ffeed-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrivigy%2Ffeed-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrivigy%2Ffeed-resource/lists"}