https://github.com/lesion/feedmesh
combines multiple feeds into a single rss feed.
https://github.com/lesion/feedmesh
Last synced: 4 months ago
JSON representation
combines multiple feeds into a single rss feed.
- Host: GitHub
- URL: https://github.com/lesion/feedmesh
- Owner: lesion
- Created: 2018-11-27T22:19:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T20:48:01.000Z (over 4 years ago)
- Last Synced: 2025-01-03T20:26:38.463Z (6 months ago)
- Language: PHP
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feedmesh
combines multiple feeds into a single rss feed.you can specify your feed list inside `./feeds` and some
configuration inside `./conf.php`.- it use [simplepie](https://simplepie.org) (included) to fetch specified
feeds.
- supports xml and json format (using `format` parameter, default is xml)
- it use an hackish way to refresh feed asyncronously (see `refresh.php`)Made with :heart: by [_TO*hacklab](https://autistici.org/underscore)
## hacking
apt-get install php-xml php-cli php-curl
php refresh.php
cat feeds.json