{"id":15691740,"url":"https://github.com/djdefi/rss-firehose","last_synced_at":"2025-05-07T23:20:40.007Z","repository":{"id":37359535,"uuid":"103295364","full_name":"djdefi/rss-firehose","owner":"djdefi","description":"Aggregate RSS feeds into a light page","archived":false,"fork":false,"pushed_at":"2025-05-03T03:19:58.000Z","size":440,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-03T04:22:09.591Z","etag":null,"topics":["docker","erb","httparty","lightweight","news-aggregator","newsfeed","rss-aggregator","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djdefi.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,"zenodo":null}},"created_at":"2017-09-12T16:30:45.000Z","updated_at":"2025-04-01T02:59:38.000Z","dependencies_parsed_at":"2023-10-16T09:48:27.583Z","dependency_job_id":"eb657c04-2ef2-4037-a89d-e4949b56259f","html_url":"https://github.com/djdefi/rss-firehose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Frss-firehose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Frss-firehose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Frss-firehose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Frss-firehose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djdefi","download_url":"https://codeload.github.com/djdefi/rss-firehose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968791,"owners_count":21833357,"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":["docker","erb","httparty","lightweight","news-aggregator","newsfeed","rss-aggregator","ruby"],"created_at":"2024-10-03T18:24:06.634Z","updated_at":"2025-05-07T23:20:39.980Z","avatar_url":"https://github.com/djdefi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## rss-firehose\n\nAggregate Local RSS feeds into a lightweight page.\n\nExample page: https://djdefi.github.io/rss-firehose/\n\n### Rendering:\n\nTo render the page:\n\n```\nruby render.rb\n```\n\nOutputs to: `public/index.html`\n\n### Writing and Running Rendering Tests\n\nTo ensure the integrity of rendering changes, it's crucial to write and run rendering tests. Here's how:\n\n1. Write new tests in `test/render_test.rb` when modifying rendering logic.\n2. To run the tests, execute the following command:\n\n```\nruby test/render_test.rb\n```\n\nThis will verify that the output of `render.rb` matches the expected HTML structure or content.\n\n### Docker\n\nTo run the application using Docker, build the Docker image and then run the container:\n\n```\ndocker build -t djdefi/rss-firehose .\ndocker run --rm -v rss-firehose:/usr/src/app/public -it djdefi/rss-firehose\n```\n\nRe-run the `rss-firehose` container to update the page.\n\n#### Environment variables\n\nOptional settings can be configured an Docker run time, or be set in your local Ruby environment:\n\n```\n\n## Docker:\n\ndocker run --rm -v rss-firehose:/usr/src/app/public -e \"RSS_TITLE=My News\" -e \"RSS_URLS=https://url1/feed,http://url2/rss\" -e \"RSS_BACKUP_URLS=https://backup1/feed,http://backup2/rss\" -e \"ANALYTICS_UA=UA-XXXXX-Y\" -it djdefi/rss-firehose\n\n## Ruby:\n\nexport RSS_URLS=\"https://url1/feed,http://url2/rss\"\nexport RSS_BACKUP_URLS=\"https://backup1/feed,http://backup2/rss\"\nruby render.rb\n\n```\n\nAvailable environment variable options:\n\n```\n\"ANALYTICS_UA=UA-XXXXX-Y\"\n\"RSS_URLS=https://url1/feed,http://url2/rss\"\n\"RSS_BACKUP_URLS=https://backup1/feed,http://backup2/rss\"\n\"RSS_TITLE=My News\"\n\"RSS_DESCRIPTION=My really awesome news aggregation page\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Frss-firehose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdefi%2Frss-firehose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Frss-firehose/lists"}