/zappa-feed-filter

Serverless RSS feed filter

Primary LanguagePython

Zappa feed filter

Filter certain RSS feeds which contain a lot of spam.

Install

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
zappa deploy

Update

source venv/bin/activate
zappa update