{"id":17096106,"url":"https://github.com/ega4432/rss-feed","last_synced_at":"2026-04-30T17:32:05.671Z","repository":{"id":39651826,"uuid":"497359632","full_name":"ega4432/rss-feed","owner":"ega4432","description":"A command line tool that allows you to retrieve feeds in JSON format.","archived":false,"fork":false,"pushed_at":"2023-10-11T23:20:41.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T12:50:12.920Z","etag":null,"topics":["cli","command","commandline-tool","go","golang"],"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/ega4432.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-28T15:40:54.000Z","updated_at":"2022-05-30T12:15:58.000Z","dependencies_parsed_at":"2024-06-21T09:04:41.474Z","dependency_job_id":null,"html_url":"https://github.com/ega4432/rss-feed","commit_stats":null,"previous_names":["ega4432/latest-from-feed"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ega4432/rss-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Frss-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Frss-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Frss-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Frss-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ega4432","download_url":"https://codeload.github.com/ega4432/rss-feed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ega4432%2Frss-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","command","commandline-tool","go","golang"],"created_at":"2024-10-14T14:44:39.162Z","updated_at":"2026-04-30T17:32:05.656Z","avatar_url":"https://github.com/ega4432.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rss-feed\n\n[![ci](https://github.com/ega4432/rss-feed/actions/workflows/ci.yaml/badge.svg)](https://github.com/ega4432/rss-feed/actions/workflows/ci.yaml)\n\n- [rss-feed](#rss-feed)\n  - [Overview](#overview)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [License](#license)\n\n## Overview\n\nA command line tool that allows you to retrieve feeds in json format.\n\n## Installation\n\nIt will be added to `$GOPATH/bin`.\n\n```sh\ngo install github.com/ega4432/rss-feed@latest\n```\n\n## Usage\n\n```sh\n$ rss-feed\nrss-feed\nError: Required flag `url` has not been set.\nUsage:\n  rss-feed [flags]\n  rss-feed [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  version     Print version\n\nFlags:\n  -h, --help         help for rss-feed\n  -l, --latest       Only print latest item.\n  -u, --url string   (required)RSS feed URL to fetch data.\n\nUse \"rss-feed [command] --help\" for more information about a command.\n```\n\nBelow is an example of fetching new information provided by the Japanese Ministry of Health, Labor and Welfare website. You should specify the url with the `-u` or `--url` flag.\n\n```sh\n$ rss-feed --url https://www.mhlw.go.jp/stf/news.rdf\n```\n\n\u003cdetails\u003e\u003csummary\u003eshow details\u003c/summary\u003e\n\n```sh\n$ rss-feed --url https://www.mhlw.go.jp/stf/news.rdf | jq .\n[\n  {\n    \"title\": \"第85回新型コロナウイルス感染症対策アドバイザリーボード資料（令和4年5月25日）を掲載しました\",\n    \"link\": \"https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000121431_00348.html\",\n    \"links\": [\n      \"https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000121431_00348.html\"\n    ],\n    \"published\": \"2022-05-30T21:30:00+09:00\",\n    \"publishedParsed\": \"2022-05-30T21:30:00+09:00\",\n    \"author\": {\n      \"name\": \"厚生労働省\"\n    },\n    \"authors\": [\n      {\n        \"name\": \"厚生労働省\"\n      }\n    ],\n    \"dcExt\": {\n      \"creator\": [\n        \"厚生労働省\"\n      ],\n      \"date\": [\n        \"2022-05-30T21:30:00+09:00\"\n      ]\n    },\n    \"extensions\": {\n      \"dc\": {\n        \"creator\": [\n          {\n            \"name\": \"creator\",\n            \"value\": \"厚生労働省\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ],\n        \"date\": [\n          {\n            \"name\": \"date\",\n            \"value\": \"2022-05-30T21:30:00+09:00\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"title\": \"後藤厚生労働大臣　閣議後記者会見のお知らせ\",\n    \"link\": \"https://www.mhlw.go.jp/stf/newpage_25966.html\",\n    \"links\": [\n      \"https://www.mhlw.go.jp/stf/newpage_25966.html\"\n    ],\n    \"published\": \"2022-05-30T18:47:00+09:00\",\n    \"publishedParsed\": \"2022-05-30T18:47:00+09:00\",\n    \"author\": {\n      \"name\": \"厚生労働省\"\n    },\n    \"authors\": [\n      {\n        \"name\": \"厚生労働省\"\n      }\n    ],\n    \"dcExt\": {\n      \"creator\": [\n        \"厚生労働省\"\n      ],\n      \"date\": [\n        \"2022-05-30T18:47:00+09:00\"\n      ]\n    },\n    \"extensions\": {\n      \"dc\": {\n        \"creator\": [\n          {\n            \"name\": \"creator\",\n            \"value\": \"厚生労働省\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ],\n        \"date\": [\n          {\n            \"name\": \"date\",\n            \"value\": \"2022-05-30T18:47:00+09:00\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"title\": \"労働政策審議会（職業安定分科会）軽量版\",\n    \"link\": \"https://www.mhlw.go.jp/stf/shingi/shingi-rousei_126979.html\",\n    \"links\": [\n      \"https://www.mhlw.go.jp/stf/shingi/shingi-rousei_126979.html\"\n    ],\n    \"published\": \"2022-05-30T18:00:00+09:00\",\n    \"publishedParsed\": \"2022-05-30T18:00:00+09:00\",\n    \"author\": {\n      \"name\": \"厚生労働省\"\n    },\n    \"authors\": [\n      {\n        \"name\": \"厚生労働省\"\n      }\n    ],\n    \"dcExt\": {\n      \"creator\": [\n        \"厚生労働省\"\n      ],\n      \"date\": [\n        \"2022-05-30T18:00:00+09:00\"\n      ]\n    },\n    \"extensions\": {\n      \"dc\": {\n        \"creator\": [\n          {\n            \"name\": \"creator\",\n            \"value\": \"厚生労働省\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ],\n        \"date\": [\n          {\n            \"name\": \"date\",\n            \"value\": \"2022-05-30T18:00:00+09:00\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"title\": \"旧優生保護法一時金認定審査会\",\n    \"link\": \"https://www.mhlw.go.jp/stf/newpage_05687.html\",\n    \"links\": [\n      \"https://www.mhlw.go.jp/stf/newpage_05687.html\"\n    ],\n    \"published\": \"2022-05-30T18:00:00+09:00\",\n    \"publishedParsed\": \"2022-05-30T18:00:00+09:00\",\n    \"author\": {\n      \"name\": \"厚生労働省\"\n    },\n    \"authors\": [\n      {\n        \"name\": \"厚生労働省\"\n      }\n    ],\n    \"dcExt\": {\n      \"creator\": [\n        \"厚生労働省\"\n      ],\n      \"date\": [\n        \"2022-05-30T18:00:00+09:00\"\n      ]\n    },\n    \"extensions\": {\n      \"dc\": {\n        \"creator\": [\n          {\n            \"name\": \"creator\",\n            \"value\": \"厚生労働省\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ],\n        \"date\": [\n          {\n            \"name\": \"date\",\n            \"value\": \"2022-05-30T18:00:00+09:00\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"title\": \"第２回健康増進に係る科学的な知見を踏まえた技術的事項に関するWG　資料\",\n    \"link\": \"https://www.mhlw.go.jp/stf/newpage_25962.html\",\n    \"links\": [\n      \"https://www.mhlw.go.jp/stf/newpage_25962.html\"\n    ],\n    \"published\": \"2022-05-30T17:35:00+09:00\",\n    \"publishedParsed\": \"2022-05-30T17:35:00+09:00\",\n    \"author\": {\n      \"name\": \"厚生労働省\"\n    },\n    \"authors\": [\n      {\n        \"name\": \"厚生労働省\"\n      }\n    ],\n    \"dcExt\": {\n      \"creator\": [\n        \"厚生労働省\"\n      ],\n      \"date\": [\n        \"2022-05-30T17:35:00+09:00\"\n      ]\n    },\n    \"extensions\": {\n      \"dc\": {\n        \"creator\": [\n          {\n            \"name\": \"creator\",\n            \"value\": \"厚生労働省\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ],\n        \"date\": [\n          {\n            \"name\": \"date\",\n            \"value\": \"2022-05-30T17:35:00+09:00\",\n            \"attrs\": {},\n            \"children\": {}\n          }\n        ]\n      }\n    }\n  }\n]\n```\n\n\u003c/details\u003e\n\nYou can use the `-l` or `--latest` flag to get only the most recent one.\n\n```sh\n$ rss-feed --url https://www.mhlw.go.jp/stf/news.rdf --latest\n```\n\n\u003cdetails\u003e\u003csummary\u003eshow details\u003c/summary\u003e\n\n```sh\n$ rss-feed --url https://www.mhlw.go.jp/stf/news.rdf --latest | jq .\n{\n  \"title\": \"第85回新型コロナウイルス感染症対策アドバイザリーボード資料（令和4年5月25日）を掲載しました\",\n  \"link\": \"https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000121431_00348.html\",\n  \"links\": [\n    \"https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000121431_00348.html\"\n  ],\n  \"published\": \"2022-05-30T21:30:00+09:00\",\n  \"publishedParsed\": \"2022-05-30T21:30:00+09:00\",\n  \"author\": {\n    \"name\": \"厚生労働省\"\n  },\n  \"authors\": [\n    {\n      \"name\": \"厚生労働省\"\n    }\n  ],\n  \"dcExt\": {\n    \"creator\": [\n      \"厚生労働省\"\n    ],\n    \"date\": [\n      \"2022-05-30T21:30:00+09:00\"\n    ]\n  },\n  \"extensions\": {\n    \"dc\": {\n      \"creator\": [\n        {\n          \"name\": \"creator\",\n          \"value\": \"厚生労働省\",\n          \"attrs\": {},\n          \"children\": {}\n        }\n      ],\n      \"date\": [\n        {\n          \"name\": \"date\",\n          \"value\": \"2022-05-30T21:30:00+09:00\",\n          \"attrs\": {},\n          \"children\": {}\n        }\n      ]\n    }\n  }\n}\n```\n\n\u003c/details\u003e\n\n## License\n\n`rss-feed` command is released under the MIT license. See [LICENSE](https://github.com/ega4432/rss-feed/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Frss-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fega4432%2Frss-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fega4432%2Frss-feed/lists"}