{"id":17682519,"url":"https://github.com/vinibrsl/liverss","last_synced_at":"2025-05-12T21:56:19.324Z","repository":{"id":44828553,"uuid":"512946406","full_name":"vinibrsl/liverss","owner":"vinibrsl","description":"⌛️ Library to stream RSS feeds built with Elixir/OTP","archived":false,"fork":false,"pushed_at":"2022-07-13T16:40:52.000Z","size":49,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T05:08:50.167Z","etag":null,"topics":["elixir","elixir-lang","genserver","rss","rss-feed"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/liverss/readme.html","language":"Elixir","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/vinibrsl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2022-07-12T00:22:45.000Z","updated_at":"2025-03-17T06:11:36.000Z","dependencies_parsed_at":"2022-07-15T15:17:10.404Z","dependency_job_id":null,"html_url":"https://github.com/vinibrsl/liverss","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fliverss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fliverss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fliverss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fliverss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinibrsl","download_url":"https://codeload.github.com/vinibrsl/liverss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830887,"owners_count":21971000,"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":["elixir","elixir-lang","genserver","rss","rss-feed"],"created_at":"2024-10-24T09:22:23.827Z","updated_at":"2025-05-12T21:56:19.278Z","avatar_url":"https://github.com/vinibrsl.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveRSS\nStream RSS feeds with this GenServer.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" src=\"./example.svg\"\u003e\n\u003c/p\u003e\n\nSome of the features of LiveRSS are:\n- Automatically polling of RSS feeds with a GenServer process\n- Configurable polling rate\n- RSS feed parsing using pure Elixir with `feeder_ex` \n\n```elixir\nLiveRSS.Poll.start_link(\n  name: :new_york_times,\n  url: \"https://rss.nytimes.com/services/xml/rss/nyt/World.xml\",\n  refresh_every: :timer.hours(2)\n)\n\nLiveRSS.get(:new_york_times)\n\n# %FeederEx.Feed{\n#   id: nil,\n#   author: nil,\n#   entries: [],\n#   image: \"https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png\",\n#   language: \"en-us\",\n#   link: \"https://www.nytimes.com/section/world\",\n#   subtitle: nil,\n#   summary: nil,\n#   title: \"NYT \u003e World News\",\n#   updated: \"Tue, 12 Jul 2022 00:11:46 +0000\",\n#   url: \"https://rss.nytimes.com/services/xml/rss/nyt/World.xml\"\n# }\n```\n\n## Installation\nThe package can be installed using [hex.pm](http://hex.pm/packages/liverss) by adding\n`liverss` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:liverss, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Documentation\nThe documentation for this library can be found at [HexDocs](https://hexdocs.pm/liverss/readme.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinibrsl%2Fliverss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinibrsl%2Fliverss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinibrsl%2Fliverss/lists"}