Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozgrozer/rss-filter

A simple PHP class for filtering RSS feeds
https://github.com/ozgrozer/rss-filter

rss rss-feed rss-feed-parser rss-generator

Last synced: 10 days ago
JSON representation

A simple PHP class for filtering RSS feeds

Awesome Lists containing this project

README

        

# rss-filter

A simple PHP class for filtering RSS feeds.

## Usage

1] Create your `words.php` file with the words that you don't want to see in the RSS feeds.

```php
init($_GET['source']);
```

3] Now it's time to reproduce the RSS feed.

Instead of using the original URL: https://www.wired.com/feed/rss

You can use like that: http://localhost/rss-filter/?source=https://www.wired.com/feed/rss