Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozgrozer/rss-filter
- Owner: ozgrozer
- Created: 2017-10-17T10:36:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T04:31:02.000Z (11 months ago)
- Last Synced: 2024-12-29T13:45:04.741Z (13 days ago)
- Topics: rss, rss-feed, rss-feed-parser, rss-generator
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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