aphedges / rss-shim

A web service to provide RSS feeds for sites that do not already have one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rss-shim

rss-shim is a web server to provide RSS feeds for data that do not already have one.

Installation

Build the Docker image and deploy it where desired:

docker build -t rss-shim .

Usage

Currently, the server provides a single feed, feed.rss, from port 80. I will be changing this in the future.

Contributing

All contributions must pass make check without any errors.

Feel free to improve shims I already have, but you are likely better off contributing to larger, existing projects, such as RSS-Bridge. I will not accept shims for services I do not use, so create an issue first if you want to implement one.

License

CC0 1.0 Universal

This program exists to make existing data easier to access. In the spirit of that, I am not limiting usage of it whatsoever. However, I would appreciate attribution if anyone uses any part of this repository.

The license applies retroactively to versions of the repository without any license information.

About

A web service to provide RSS feeds for sites that do not already have one

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 91.7%Language:Makefile 6.1%Language:Dockerfile 2.2%