Note: this project is no longer actively maintained.
Stack2RSS is a simple Flask website that converts a Stack Exchange API resource or path to an RSS feed. Despite its simplicity, Stack2RSS enables the construction of complex RSS feeds.
You can view a live instance of the application here:
http://stack2rss.quickmediasolutions.com
Create virtualenv and install requirements:
./scripts/setup.sh
Run the Flask application:
./run.sh stack2rss.py
Visit the application in your browser:
# Linux
xdg-open http://localhost:5000
# OSX
open http://localhost:5000