{"id":20634424,"url":"https://github.com/bcongdon/rssfilter","last_synced_at":"2025-08-23T13:11:13.758Z","repository":{"id":39521096,"uuid":"190625409","full_name":"bcongdon/rssfilter","owner":"bcongdon","description":"🔍 Web service for filtering RSS articles","archived":false,"fork":false,"pushed_at":"2024-07-02T01:38:35.000Z","size":2218,"stargazers_count":39,"open_issues_count":30,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T09:06:31.625Z","etag":null,"topics":["react","rss","rust"],"latest_commit_sha":null,"homepage":"https://rssfilter.netlify.app/","language":"TypeScript","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/bcongdon.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":"2019-06-06T17:51:04.000Z","updated_at":"2025-05-27T12:24:27.000Z","dependencies_parsed_at":"2025-04-15T19:42:07.351Z","dependency_job_id":"ece473e7-f43c-45dd-9ae8-d4af6bea18d4","html_url":"https://github.com/bcongdon/rssfilter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bcongdon/rssfilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcongdon%2Frssfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcongdon%2Frssfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcongdon%2Frssfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcongdon%2Frssfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcongdon","download_url":"https://codeload.github.com/bcongdon/rssfilter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcongdon%2Frssfilter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749001,"owners_count":24814102,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["react","rss","rust"],"created_at":"2024-11-16T14:25:20.040Z","updated_at":"2025-08-23T13:11:13.648Z","avatar_url":"https://github.com/bcongdon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRSSFilter\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://github.com/bcongdon/rssfilter/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/BenRCongdon\"\u003e\n    \u003cimg alt=\"Twitter: BenRCongdon\" src=\"https://img.shields.io/twitter/follow/BenRCongdon.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Like email filters, but for RSS feeds.\n\n### 🌎 [Live Version](https://rssfilter.netlify.app/)\n\n### 🏠 [Project Homepage](https://github.com/bcongdon/rssfilter#readme)\n\n## Installation\n\n(Note: You must have [npm](https://www.npmjs.com/get-npm) and [cargo](https://rustup.rs/) installed.)\n\n1. `git clone https://github.com/bcongdon/rssfilter \u0026\u0026 cd rssfilter`\n2. Install frontend dependencies: `npm install`\n3. Install backend dependencies: `cargo build`\n\n## Usage\n\n### Backend\n\n```sh\ncargo run\n```\n\n### Frontend\n\n```sh\nnpm run start\n```\n\n## Screenshot\n\n![screenshot](img/screenshot.png)\n\n## Deploying to Google Cloud Run\n\n1. Build the docker image:\n\n    `docker build -t gcr.io/$PROJECT_ID/rssfilter .`\n\n2. Upload to the GCP container image registry:\n\n    `gcloud docker -- push gcr.io/$PROJECT_ID/rssfilter`\n\n3. Deploy to Cloud Run:\n\n    `TODO`\n\n## Author\n\n👤 **Benjamin Congdon**\n\n-   Twitter: [@BenRCongdon](https://twitter.com/benrcongdon)\n-   Github: [@bcongdon](https://github.com/bcongdon)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/bcongdon/rssfilter/issues).\n\n**Guidelines:**\n\n-   Make sure that any frontend changes are linted with `npm run lint`\n-   Make sure that any backend changes pass clippy checks (`cargo clippy`), and are properly formatted with `rustfmt`.\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## Asset Attribution\n\n-   Favicon is RSS by Rafaël Massé from the Noun Project\n\n## 📝 License\n\nCopyright © 2019 [Benjamin Congdon](https://github.com/bcongdon).\u003cbr /\u003e\nThis project is [MIT](https://github.com/bcongdon/rssfilter/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcongdon%2Frssfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcongdon%2Frssfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcongdon%2Frssfilter/lists"}