FeedPiper is a toolbox that provides two services:
- FEED merges feeds and filters them
- HTML2FEED converts a page into a feed
- https://DOMAIN/feed.php?feed=feed_name
- https://DOMAIN/feed.php?feed=feed_name&debug=true
- https://DOMAIN/feed.php?feed=feed_name&debug=true&entry=2
Configuration files are in the config folder.
-
Rename
feedfilter.conf.default.phptofeedfilter.conf.phpto configurefeed.phpfeeds and and filters. -
You can use the
feed_manager.phpto manage your feeds and filters. Be careful, the file is not protected. -
Rename
html2feed.conf.default.phptohtml2feed.conf.phpto configurehtml2feed.phpwebsites to convert into feeds.
-
PHP 7.4+
-
Writable cache folder (chmod 777)
-
Upload the project to your server
-
Clone the feedpiper repository
git clone https://github.com/kenijo/feedpiper
-
Add the composer dependancies
composer install
-
Update the composer dependancies
composer update