Quickly generate an RSS feed from any website
Read the introductory blog post
Installation:
pyenv virtualenv feedmaker
pyenv activate
pip install -r requirements.txt
cp .env.template .env
Run locally:
./manage.py runserver
Run tests:
./manage.py test
fly deploy