Skip to content

mabruckner/rsstastic

Repository files navigation

rsstastic

An extremely simple rss server, with file-based storage and a modular design.

to run you need to create two empty files in this directory: read.csv and items.csv. You also need to create a configuration file called config.json

here is an example

{
    "xkcd_rss":{
        "type":"rss",
        "config":"http://xkcd.com/rss.xml"
    },
    "xkcd_atom":{
        "type":"atom",
        "config":"http://xkcd.com/atom.xml"
    }
}

About

A simple rss and atom service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors