Skip to content

A simple Flask website that converts a Stack Exchange API resource or path to an RSS feed.

Notifications You must be signed in to change notification settings

nathan-osman/stack2rss

Repository files navigation

Note: this project is no longer actively maintained.

Stack2RSS

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.

Demo

You can view a live instance of the application here:
http://stack2rss.quickmediasolutions.com

Installation

Heroku

Deploy

Locally

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

About

A simple Flask website that converts a Stack Exchange API resource or path to an RSS feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors