{"id":13507916,"url":"https://github.com/manukall/feeder_ex","last_synced_at":"2026-02-18T23:32:30.433Z","repository":{"id":25911650,"uuid":"29352476","full_name":"manukall/feeder_ex","owner":"manukall","description":"Wrapper for feeder. Elixir RSS parser","archived":false,"fork":false,"pushed_at":"2021-08-16T09:02:37.000Z","size":21,"stargazers_count":71,"open_issues_count":2,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T01:35:45.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/manukall.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}},"created_at":"2015-01-16T14:47:10.000Z","updated_at":"2025-07-27T10:26:24.000Z","dependencies_parsed_at":"2022-08-24T14:16:49.406Z","dependency_job_id":null,"html_url":"https://github.com/manukall/feeder_ex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manukall/feeder_ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manukall%2Ffeeder_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manukall%2Ffeeder_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manukall%2Ffeeder_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manukall%2Ffeeder_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manukall","download_url":"https://codeload.github.com/manukall/feeder_ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manukall%2Ffeeder_ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-08-01T02:00:42.874Z","updated_at":"2026-02-18T23:32:30.402Z","avatar_url":"https://github.com/manukall.png","language":"Elixir","funding_links":[],"categories":["Feeds"],"sub_categories":[],"readme":"FeederEx\n========\n[![Build Status](https://travis-ci.org/manukall/feeder_ex.svg?branch=master)](https://travis-ci.org/manukall/feeder_ex)\n\nSimple wrapper for https://github.com/michaelnisi/feeder\n\n## Usage\n\n```\niex\u003e HTTPoison.start\niex\u003e {:ok, %HTTPoison.Response{body: body}} = HTTPoison.get(\"https://www.rssboard.org/files/sample-rss-2.xml\")\niex\u003e {:ok, feed, _} = FeederEx.parse(body)\n...\niex\u003e feed.title\n\"Liftoff News\"\niex\u003e Enum.map feed.entries, fn(entry) -\u003e entry.title end\n[\"Star City\", :undefined, \"The Engine That Does More\",\n \"Astronauts' Dirty Laundry\"]\n```\n\n## Results\n\n### FeederEx.Feed\n\n- author\n- id\n- image\n- link\n- language\n- subtitle\n- summary\n- title\n- updated\n- url\n- entries\n\n### FeederEx.Entry\n\n- author\n- categories\n- duration\n- enclosure\n- id\n- image\n- link\n- subtitle\n- summary\n- title\n- updated\n\n\n### FeederEx.Enclosure\n\n- url\n- size\n- type\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanukall%2Ffeeder_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanukall%2Ffeeder_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanukall%2Ffeeder_ex/lists"}