{"id":16271901,"url":"https://github.com/ozgrozer/rss-filter","last_synced_at":"2025-09-06T12:32:35.623Z","repository":{"id":78949620,"uuid":"107254195","full_name":"ozgrozer/rss-filter","owner":"ozgrozer","description":"A simple PHP class for filtering RSS feeds","archived":false,"fork":false,"pushed_at":"2024-02-29T04:31:02.000Z","size":4,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T13:45:04.741Z","etag":null,"topics":["rss","rss-feed","rss-feed-parser","rss-generator"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/ozgrozer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-17T10:36:28.000Z","updated_at":"2024-11-27T19:34:43.000Z","dependencies_parsed_at":"2024-11-01T14:15:32.323Z","dependency_job_id":null,"html_url":"https://github.com/ozgrozer/rss-filter","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/ozgrozer%2Frss-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgrozer%2Frss-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgrozer%2Frss-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgrozer%2Frss-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozgrozer","download_url":"https://codeload.github.com/ozgrozer/rss-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232124826,"owners_count":18476076,"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":["rss","rss-feed","rss-feed-parser","rss-generator"],"created_at":"2024-10-10T18:15:17.487Z","updated_at":"2025-01-01T20:31:02.093Z","avatar_url":"https://github.com/ozgrozer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rss-filter\n\nA simple PHP class for filtering RSS feeds.\n\n## Usage\n\n1] Create your `words.php` file with the words that you don't want to see in the RSS feeds.\n\n```php\n\u003c?php\n\n$words = [\n  'banned',\n  'politic',\n  'violence'\n];\n```\n\n2] Create your `index.php` file like this.\n\n```php\n\u003c?php\n\nerror_reporting(0);\nheader('Content-Type: text/xml; charset=utf-8');\n\ninclude 'rss-filter.php';\n$rf = new RssFilter();\necho $rf-\u003einit($_GET['source']);\n```\n\n3] Now it's time to reproduce the RSS feed.\n\nInstead of using the original URL: https://www.wired.com/feed/rss\u003cbr\u003e\nYou can use like that: http://localhost/rss-filter/?source=https://www.wired.com/feed/rss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgrozer%2Frss-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozgrozer%2Frss-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgrozer%2Frss-filter/lists"}