{"id":29629153,"url":"https://github.com/ruivieira/rss","last_synced_at":"2025-07-21T09:34:47.687Z","repository":{"id":56423854,"uuid":"74700506","full_name":"ruivieira/rss","owner":"ruivieira","description":"RSS parser for Crystal","archived":false,"fork":false,"pushed_at":"2020-11-09T00:47:56.000Z","size":30,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-06T19:38:44.232Z","etag":null,"topics":["crystal","parser","rss"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/ruivieira.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":"2016-11-24T19:37:29.000Z","updated_at":"2024-01-23T23:30:25.000Z","dependencies_parsed_at":"2022-08-15T18:30:31.846Z","dependency_job_id":null,"html_url":"https://github.com/ruivieira/rss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ruivieira/rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruivieira%2Frss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruivieira%2Frss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruivieira%2Frss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruivieira%2Frss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruivieira","download_url":"https://codeload.github.com/ruivieira/rss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruivieira%2Frss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266276246,"owners_count":23903986,"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":["crystal","parser","rss"],"created_at":"2025-07-21T09:34:41.914Z","updated_at":"2025-07-21T09:34:47.678Z","avatar_url":"https://github.com/ruivieira.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rss\n\nRSS parser for Crystal\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  rss:\n    github: ruivieira/rss\n```\n\n## Usage\n\n```crystal\nrequire \"rss\"\n\nfeed = RSS.parse \"https://news.ycombinator.com/rss\"\n\nfeed.items.each do |e|\n  str = \"title: #{e.title}\\nlink: #{e.link}\\npubDate: #{e.pubDate}\\n\"\n  str += \"description: #{e.description}\\ncomments: #{e.comments}\\n\"\n  puts str\nend\n```\n\nWarning:\n\n- Pre-release (API will break)\n\n## Contributing\n\n1. Fork it ( https://github.com/ruivieira/rss/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [ruivieira](https://github.com/ruivieira) Rui Vieira - creator, maintainer\n- [modsognir](https://github.com/modsognir) modsognir - contributor\n- [data-niklas](https://github.com/data-niklas) data-niklas - contributor\n- [MineBartekSA](https://github.com/MineBartekSA) - contributor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruivieira%2Frss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruivieira%2Frss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruivieira%2Frss/lists"}