{"id":18244098,"url":"https://github.com/synacker/rss_items_notifier","last_synced_at":"2025-04-08T18:30:18.704Z","repository":{"id":56893036,"uuid":"126237191","full_name":"synacker/rss_items_notifier","owner":"synacker","description":"Simple ruby gem for notification about new items in rss feed","archived":false,"fork":false,"pushed_at":"2018-03-21T20:41:34.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T19:16:40.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/synacker.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":"2018-03-21T20:33:38.000Z","updated_at":"2018-03-21T20:41:35.000Z","dependencies_parsed_at":"2022-08-21T01:50:11.227Z","dependency_job_id":null,"html_url":"https://github.com/synacker/rss_items_notifier","commit_stats":null,"previous_names":["milovidov/rss_items_notifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacker%2Frss_items_notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacker%2Frss_items_notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacker%2Frss_items_notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacker%2Frss_items_notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synacker","download_url":"https://codeload.github.com/synacker/rss_items_notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247901713,"owners_count":21015317,"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":[],"created_at":"2024-11-05T09:15:26.473Z","updated_at":"2025-04-08T18:30:18.678Z","avatar_url":"https://github.com/synacker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple ruby gem for notification about new items in rss feed.\n\nUse lib:\n\n````Ruby\nrequire 'rss_items_notifier'\nlistener = RssItemsNotifier::Listener.new rss_url: 'https://lenta.ru/rss/news',\n                                          state_file: '/tmp/crc_feeds',\n                                          rss_open_properties: { ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE }\n\n\nloop do\n  listener.obtain_new_items do |item|\n    puts item\n  end\n  listener.save\n  sleep 5\nend\n````\nOr run command:\n`rss_items_notifier -u https://lenta.ru/rss/news -s /tmp/crc_feeds`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynacker%2Frss_items_notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynacker%2Frss_items_notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynacker%2Frss_items_notifier/lists"}